How can i change the column name.
Answer Posted / kinthada cnu
hi all
sp_rename 'tablename.oldcolumnname','newcolumnname','column'
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What are the types of joins in sql?
What is the main purpose of having conversation group?
What is tempdb in sql server?
Explain primary key?
What is auditing in sql server?
Can sql server 2016 run on windows 7?
What is difference between global temporary tables and local temporary tables?
How can you set the threshold at which sql server will generate keysets asynchronously?
A trigger can reference objects outside the current database? State true or false.
Explain about SQL server 2005?
Tell me what is sql profiler?
Where are sql server usernames and passwords stored in the sql server?
what is a self join? : Sql server database administration
What is standby servers? Explain types of standby servers.
What are clustered and non-clustered index?