System Functions MSSQL Tutorial

EXEC sp_dboption 'YourDatabaseName', 'autoshrink', 'False'
GO