Tag: Maintenance

  • DBA Scripts: Generate Maintenance Jobs

    Part of the DBA-Tools Project. Building a Full SQL Server Maintenance Job Framework You Can Actually Read If you’re already running Ola Hallengren’s maintenance solution, this won’t replace it, but the approach here might still be useful: three small, readable T-SQL generator scripts that build the same category of scheduled job framework (full and log…

  • DBA Scripts: Get Maintenance Job Status

    Part of the DBA-Tools Project. A maintenance job that’s silently failing is one of the more dangerous states a SQL Server instance can be in, because everything looks normal from the outside. The database is online, queries run fine, and the index maintenance or stats update job that’s supposed to be keeping things healthy has…