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
Explain various data region available in ssrs with their use?
Detail about query optimizer?
How to convert a unicode strings to non-unicode strings?
Mention the command used to rename the database.
What are the restrictions that views have to follow?
What are the differences between local and global temporary tables?
Which are the new data types introduced in sql server 2008?
What is the difference between stored procedure and user defined functions?
Define ACID properties in a Database?
What is the purpose of self join?
How to check if stored procedure is running in sql server?
What are the different Topologies in which Replication can be configured?
What are scheduled tasks in sql server?
What is the difference between dataadapter and datareader?
whats the maximum size of view state??