Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Read only - If set to True, no modifications to the data can be made

EXEC sp_dboption 'YourDatabaseName', 'read only', 'False' GO