tags:

views:

149

answers:

1
+3  A: 

set the db to read only:

ALTER DATABASE [db_name] SET READ_ONLY

Ray