Answer Posted / ram&saran
SP_RENAME '<table_name>.<old_column_name>','<new_column_name>'
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain primary key and foreign key constraints?
Ways to improve the performance of a SQL Azure Database?
What does dml stand for?
what's the difference between delete table and truncate table commands? : Sql server database administration
what is the difference between count(*) and count(1) ?
How to defragment table indexes?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What are the components of dbms?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How many types of schemas are there?
Do I need a report server to run reports in my application?
What is an indexing strategy?
What is the difference between char, varchar and nvarchar?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration