Answer Posted / ravikv
SP_Rename 'dbo.table_name.column_name','new column_name'.
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
What are the features of Embedded SQL
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Define indexes?
Can you get second highest salary from the table?
What is index in an assignment?
What is ddl command?
What is the primary use of the model database?
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
Explain the xml support sql server extends?
What is a covering index?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
Indexes are updated automatically is the full-text index also updated automatically?
What is sql server database?
How to disable a login name in ms sql server?
When to use Inner join & when to use subquery?