Well sometimes sp_reanmedb may not work you know because if
some one is using the db it will not accept this command so
what do you think you can do in such cases?
Answers were Sorted based on User's Feedback
Answer / kumar
In This case you take following action
1. Alter DataBase <dbname> set single_user with rollback
immediate
2. Sp_renamedb 'olddb','newdb'
3. Alter DataBase <dbname> set multi_user
By
Kumar.T
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
In such cases we can first bring to db to single user using
sp_dboptions and then we can rename that db and then we can
rerun the sp_dboptions command to remove the single user mode.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the elements of dbms?
What are the system database in sql server 2008?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What are the difference between clustered and a non-clustered index?
How to create database with physical files specified in ms sql server?
What is the difference between upgrade and migration in sql server?
Explain the difference between delete,drop and truncate in SQL Server?
Explain about nested stored procedure?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
What is difference between cte and view?
how to determine the service pack currently installed on sql server? : Sql server database administration
How many types of built in functions are there in sql server 2012?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)