Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Autoclose - ensures that the database is cleaned up

EXEC sp_dboption 'YourDatabaseName', 'autoclose', 'True' GO