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 is the concept of optimization?
how you can configure a running aggregate in SSRS?
What is difference between foreign key and unique key?
What are the different types of triggers in SQL SERVER?
How to view existing indexes on an given table using sys.indexes?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What is log cache in sql server?
What is sql collation?
What is row_number function?
Can you leave a union at any time?
Explain what are sparse columns?
Where are SQL server users names and passwords are stored in sql server?
Can a function call a stored procedure in sql server?
What are subquery and its properties?