Written by 12:53 pm Microsoft, SQL Server

Shrinking the Transaction Log in SQL Server 2005

Shrinking the Transaction Log in SQL Server 2005
Use the MS SQL Server Management Studio

EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'TRUE'

CHECKPOINT

DBCC SHRINKFILE ('XXX_Log', TRUNCATEONLY)

EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'FALSE'

GO

(replace XXX with the database name)

Tags: , , , , , , , , , , Last modified: September 2, 2019
Close Search Window
Close