Shrink SQL Transaction Logs

Here is the t-sql statement used to shrink the SQL transaction logs:

Use
Go
Backup Log  With Truncate_Only
DBCC SHRINKFILE(, 1)
Go
linkedin Shrink SQL Transaction Logsdigg Shrink SQL Transaction Logsshare save 120 16 Shrink SQL Transaction Logs

Leave a Reply