Shrunk your SQL Server database log file
Filed in SQL on Jul.14, 2010
Is your log file too large? Apply this command so that your log file will shrink to 1 MB.
BACKUP log <your databasename> with truncate_only
DBCC shrinkfile (<your database log filename>, 1)
Related posts:
Tags: shrink database























Leave a Reply
You must be logged in to post a comment.