You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2025-11-23 22:04:53 +02:00
Update shrink-data-files-incrementally.sql
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- Enter the file name you want to shrink and target file size
|
-- Enter the file name you want to shrink and target file size
|
||||||
-- File will be shrinked in a loop by one gigabate at a time
|
-- File will be shrinked in a loop by one gigabyte at a time
|
||||||
DECLARE @FileName VARCHAR(100) = 'Ff_ppbAdOrderAccumulatedDeliveredClickStats201711';
|
DECLARE @FileName VARCHAR(100) = 'file_name';
|
||||||
DECLARE @DesiredSize INT = 30000;
|
DECLARE @DesiredSize INT = 30000;
|
||||||
|
|
||||||
DECLARE @CurrentSize INT;
|
DECLARE @CurrentSize INT;
|
||||||
|
|||||||
Reference in New Issue
Block a user