SQL Server Assessment: The Importance of Monitoring TempDB Growth As a seasoned expert in SQL Server since 1990, specializing in performance tuning, I’ve come to understand the critical role of TempDB in SQL Server’s functionality. Today, I want to delve into the importance of monitoring TempDB growth, a key aspect among the 150+ standard checks we perform at Stedman Solutions during our comprehensive SQL Server assessments. Why TempDB Matters TempDB, a system database in SQL Server, is essential for storing …

SQL Server Assessment: Monitoring TempDB Growth Read more »

Why are there so many backup messages in my sql server logs? SQL Server logs contain a wealth of information about the server’s operation, including details about backup operations. This data can be quite helpful for various administrative tasks like troubleshooting, audit, performance tuning, or recovery. The reason why you see many backup messages in your SQL Server logs is because every time a backup or restore operation occurs, an entry is made in the SQL Server error log and …

SQL Server Logs – flooded with backup messages Read more »