How Do I Develop a Backup and Restore Strategy? faq183-1784
Shrinking Databases and Logs - SQL 7 and Higher faq183-1534
Why won't my transaction log shrink? faq183-345
BACKUP LOG DbName WITH TRUNCATE_ONLY
GO
USE DbName
DBCC SHRINKFILE(DbName_log, size want to shrink it to). There are numerous examples on BOL in case you are still confused.
This should help you out. If you want you may set it up as a job on whichever database the log file seems to grow disproportionately large for.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.