Answer Posted / visala
sp_renamedb 'oldname','newname'
alter database <databasename>
modify name=<newdatabasename>
Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the difference between composite index and covering index?
What is index fragmentation in ms sql server?
How to define and use table alias names in ms sql server?
Explain few of the new features of sql server 2008 management studio
What are the different types of backups avaialabe in sql server 2005?
What are examples of triggers?
How can we solve concurrency problems?
What is database dimension? : sql server analysis services, ssas
Tell me what is the order in which the sql query is executed?
What is the difference between stored procedure and user defined functions?
Do you know how to store and query spatial data?
How to define output parameters in stored procedures?
Why can there be only one clustered index and not more than one?
how you can configure a running aggregate in SSRS?
How do I find the query plan in sql server?