Help! My SQL Server Log File is too big!!! Overgrown transactional log files can turn into real problems if they are not handled properly. Today SQL Server consultant Tim Chapman discusses the perils ...
-- and only if there's no active VLF at the tail of the transaction log file. -- Use this script when trying to reduce VLF count but without changing to SIMPLE recovery model -- and without attempting ...
Original link: https://www.mssqltips.com/sqlservertip/2097/how-to-shrink-the-transaction-log-file-in-sql-server Desctiption: Shrink the transaction log file in SQL Server ...