🗄️ SQL-Server (47 posts)

T-SQL queries, performance tuning, security management, and administration guides for Microsoft SQL Server.

How to clear msdb backup history in SQL Server

After a while, the msdb database can be overloaded with backup history, and clearing that history can be a pain. You can use the T-SQL code below to clear the msdb backup history in incremental steps…
Read more →