How can i change the column name.
Answer Posted / desh deepak
sp_rename 'tablename.oldcolumnname',tablenamename.newcolumnn
ame
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to get a list of columns using the "sys.columns" view in ms sql server?
What are the differences between ms sql server & oracle?
What are the hotfixes and patches in sql server?
Explain sql server authentication modes?
When would you use sql joins?
Explain nested join?
What is unpivot?
How is table type constraint applied to a table?
Explain about SQLOS?
What are the types of subquery?
What is the exact numeric data type in sql?
What is a subquery in a select query statement in ms sql server?
What is the difference between varchar and varchar(max) datatypes?
Explain go command in sql server?
How does a profiler work?