How can i change the column name.
Answer Posted / durgaprasad
sp_rename 'tablename.oldcolumnname','newcolumnname'
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What is it’s similarity with sql server?
What are views used for?
How to connect Azure federated root database and apply federation in entity framework?
What is 2nf normalization?
Is ssrs support other database except ms sql server?
What to check if a User database is locked?
What are the general features of sql server management studio? : sql server management studio
Explain identity in sql server?
What is transact-sql language?
What are the reporting services components?
Is null in sql server?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Can you edit the .rdl code associated with a linked report?
What is sql server schema compare? How we can compare two database schemas?
What is difference between temp table and cte?