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
Explain the benefits of user-defined functions?
Does a sql server 2005 select statement require a from?
What are the types of indexing?
What is use of except clause? How does it differ from not in clause?
How to include date and time values in sql statements?
How can you control the amount of free space in your index pages?
How to get all stored procedures in sql server?
What are the joins in sql server? : sql server database administration
What is the usage of sign function?
What is sql injection? How to protect against sql injection attack?
What is scrollable cursor?
Is sql server difficult to learn?
Is INSTEAD OF trigger directly applicable to Table ?
How to assign new column names in a view?
Define tempdb database?