News

Overgrown transactional log files can turn into real problems if they are not handled properly. Today SQL Server consultant Tim Chapman discusses the perils of not handling SQL Server log growth ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...
So I have a specific database that won't release and shrink its log files. The DB backups are happening successfully, but I still have 4GB of logfiles (and no, this DB does not generate 4GB of log ...
Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target.
Using the Transact SQL ALTER DATABASE statement to shrink the transaction log file Open SQL Server Management Studio (SSMS) and click Query Analyzer to open the Query Analyzer window.
I have found some information online that says I need to use SQL server to shrink this file. I did not have SQL server installed on the server.
SQL Server transaction logs A transaction log is a sequential record of all changes made to the database while the actual data is contained in a separate file.