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
How to write a query with an inner join in ms sql server?
SQL Server Architecture ?
What is difference between getdate and sysdatetime in sql server 2008?
What is delete query?
How to retrieve error messages using mssql_get_last_message()?
What command is used to rename the database?
What are the difference between clustered and a non-clustered index?
What are different types of constraints?
How do you rename a table in sql server?
Explain what is log shipping?
What are the authentication modes in sql server? How can it be changed?
How to create a view on an existing table in ms sql server?
What is the significance of master, tempdb and model databases?
Tell me can we use custom code in ssrs?
What is row_number()?