transaction log

Fix SQL Server Msg 5144 and 5145 for long or failed autogrow of data and log files

Whenever you extend the size of your data or log file with a larger value or your database perform autogrow…

Manage Transaction Log File during Data Load

Have you even face that your transaction log file is growing exceptionally and you have to manage log file to…

4 Different Usages of DBCC SQLPERF in SQL Server

DBCC SQLPERF is very useful command that we use to get multiple statistics related information in SQL Server. This command…

Understanding SQL Server Recovery Model

A Recovery Model is a database property that designed to control transaction log maintenance. SQL Server Recovery Model does not…