Monday, April 1, 2013

Script to Shrink TransactionLog

USE TESTDB  
GO

DBCC SHRINKFILE (N'TESTDB_Log', 0, TRUNCATEONLY)
GO

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.