Answer Posted / karthick.r
sp_rename olddatabasename newdatabasename
for eg
sp_rename prodetails empdetails;
in this eg the name of the prodetails is changed into
empdetails using above command
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I save a stored procedure in sql server?
What is temporary stored procedure?
role of sql sever 2005 in database rather than any other database
Is it ok to shrink transaction log?
Does a specific recovery model need to be used for a replicated database? : sql server replication
What is wrong with sql server client libarary dll, ntwdblib.dll?
What is a View ? Can we insert, Update and delete a view?
Mention the different authentication modes in sql server.
How to create a new table in a given schema?
How does index makes search faster?
Explain the usage of floor function in sql server.
What are the requirements on sql server network connections?
Explain about integration services of Microsoft SQL server?
explain different types of constraints? : Sql server database administration
How to find tables without indexes?