sql server - set db offline


2008-05-30 Digg! icurtain Delcious icurtain

if you can't track down all the life connections and you need to force changes:

use master
alter database db_name set offline with rollback immediate