sync
This commit is contained in:
@@ -41,7 +41,7 @@ SELECT *
|
||||
FROM #FileSize
|
||||
*/
|
||||
--the free space in MB that should be present in the files after shrinking
|
||||
DECLARE @limit INT = 512;
|
||||
DECLARE @limit INT = 1024;
|
||||
|
||||
SELECT
|
||||
d.[name] AS dbName
|
||||
|
||||
Reference in New Issue
Block a user