Answer Posted / rajkumar
SP_RENAME 'OLDTABLE NAME', 'NEW TABLE NAME'
eg:
SP_RENAME 'TBL_EMPLOYEE', 'TBL_EMP'
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is a virtual table in sql?
What is the difference between the application object and session object?
Can multiple columns be used in sql group by clause in ms sql server?
What are the benefits of filtered indexes?
What is collation?
what are cursors? : Sql server database administration
Can we use having clause without group by?
Explain try...catch with sql server?
What is TDS(Tabular Data Stream) Gateway?
how many bits ip address consist of? : Sql server database administration
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
what are the three command line utilities and what are their primary functions?
What is tempdb in sql server?
What part does database design plays a role in performance of an sql server-based application?