Shrunk your SQL Server database log file
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)
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)












