Optimizing Transaction Log Throughput

Posted on Simple Talk See other posts from Simple Talk
Published on Thu, 08 May 2014 00:00:00 GMT Indexed on 2014/05/26 21:56 UTC
Read the original article Hit count: 243

As a DBA, it is vital to manage transaction log growth explicitly, rather than let SQL Server auto-growth events "manage" it for you. If you undersize the log, and then let SQL Server auto-grow it in small increments, you'll end up with a very fragmented log. Examples in the article, extracted from SQL Server Transaction Log Management by Tony Davis and Gail Shaw, demonstrate how this can have a significant impact on the performance of any SQL Server operations that need to read the log.

© Simple Talk or respective owner

Related posts about Database Administration