turned off the AutoClose and AutoShrink database options
This commit is contained in:
@@ -7062,3 +7062,8 @@ IF (@@Error = 0) PRINT 'TableFunction Creation: vefn_GetVersionFormatItems Succe
|
||||
ELSE PRINT 'TableFunction Creation: vefn_GetVersionFormatItems Error on Creation'
|
||||
GO
|
||||
|
||||
-- Turn off Auto Close and Auto Shrink
|
||||
ALTER DATABASE [{DBName}] SET AUTO_CLOSE OFF
|
||||
GO
|
||||
ALTER DATABASE [{DBName}] SET AUTO_SHRINK OFF
|
||||
GO
|
||||
|
Reference in New Issue
Block a user