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
Do you know what is sql service broker?
Mention the differences between substr and charindex in sql server.
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
What are indexes in ms sql server?
Can we add an identity column to decimal datatype?
How can you stop stored procedures from recompiling?
Explain left outer join and right outer join?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
What is SQL Azure Firewall?
How to check if a table is being used in sql server?
Explain the advantages of merge replication?
What are cursors and when they are useful?
How many databases can we create in a single server?