A full transaction log in SQL Server can bring your database to a screeching halt. Imagine it as a continuously running journal for all database changes—every insert, update, or delete. When this ...
Part of the SQL Server 2022 blog series. We are excited to share that there are several Accelerated Database Recovery (ADR) enhancements in SQL Server 2022 that further improve the overall ...
Welcome to this Microsoft solutions workshop on SQL Server 2019 Workshop. In this course you will learn how to solve modern data challenges with SQL Server 2019 using a hands-on lab approach. This ...
Welcome to this Microsoft solutions workshop on SQL Server 2019 Lab. SQL Server 2019 is a modern data platform designed to tackle the challenges of today's data professional. SQL Server 2019 is not ...
Number of log files Azure Database Migration Service doesn’t support databases with multiple log files. If you have multiple log files, shrink and reorganize them into a single transaction log file.
What do you do when you can't avoid huge transaction logs in SharePoint and your files are too large? Last month, I wrote about how to avoid having ginormous transaction logs within SharePoint ...
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 ...
Transaction logs are a vital yet often overlooked component of database architecture. They are often forgotten because they are not something actively maintained like the schema contained within a ...