System Functions MSSQL Tutorial

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