This commit is contained in:
Thierry Schork
2025-10-01 13:34:39 +02:00
parent de97031b1e
commit d6092181ca
6 changed files with 612 additions and 1 deletions

View File

@@ -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