jogin malathi Posting Yak Master
India 117 Posts
harsh_athalye Flowing Fount of Yak Knowledge
India 5509 Posts
quote:Originally posted by harsh_athalyeBefore renaming database, you need to set it to single-user mode. Have you done that?Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED"
Use Master GO Alter database <db-name> Set Single_User GO
quote:Originally posted by harsh_athalye"how to set database to single-user mode"Use Master GO Alter database <db-name> Set Single_User GOHarsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED"
rmiao Flowing Fount of Yak Knowledge
USA 7266 Posts
homebrew Posting Yak Master
114 Posts
ashley.sql Constraint Violating Yak Guru
USA 299 Posts