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 are ddl (data definition language) statements for tables in ms sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is scheduled job and how to create it?
What is the use of =,==,=== operators?
What are the dis_advantages of stored procedures, triggers, indexes?
What is the use of sign function?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
How can we rewrite sub-queries into simple select statements or with joins?
List down some advantages of sql stored procedure?
What is log cache in sql server?
Tell me when is the update_statistics command used?
What happens if time-only values are provided as date and time literals?
How to replace null values in expressions using isnull()?
What are the advantages dts has over bcp?
State the difference between union and union all?