Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Single - When set to True, only one user has access to the database at a time

EXEC sp_dboption 'YourDatabaseName', 'single', 'False' GO