For many SQL Server administrators and developers, DBCC SHOWCONTIG was once a go-to tool for diagnosing index and table fragmentation. However, Microsoft announced its deprecation over a decade ago, signaling its eventual removal in a future version of SQL Server. While it remains functional in older versions, relying on it in newer systems is no longer recommended. What is DBCC SHOWCONTIG? DBCC SHOWCONTIG is a Database Console Command (DBCC) in SQL Server designed to analyze the fragmentation of tables and …

DBCC SHOWCONTIG: A Deprecated Command in SQL Server Read more »

Hello, I am Steve Stedman, a SQL Server expert, and I want to introduce you to my product, the Database Health Monitor for SQL Server. As a database administrator, I know how important it is to keep your database environment running smoothly. The Database Health Monitor is a powerful tool that provides real-time monitoring and alerting to help you maintain your SQL Server databases’ health. Database Health Monitor for SQL Server The Database Health Monitor, offers a customizable dashboard that …

SQL Monitoring Solution Read more »

SQL Performance Tuning Are you ready to supercharge your SQL Server’s Performance? If so, you’re in luck! We’re thrilled to announce an exclusive limited-time offer on our comprehensive SQL Server Performance Tuning course, designed to equip database professionals with the skills and knowledge needed to optimize SQL Server Performance effectively. 11% OFF – Enroll Now at 11% off With Coupon Code PERF11 Enroll Now Why Performance Tuning Matters In today’s data-driven world, performance tuning isn’t just a luxury; it’s a …

Our Performance Tuning Course Read more »

Exploring the VLF Report in Database Health Monitor Virtual Log Files (VLFs) are an essential but often overlooked component of SQL Server transaction logs. Poorly managed VLFs can lead to performance bottlenecks, slow recovery times, and even blocking issues. Thankfully, the VLF Report in Database Health Monitor provides a detailed view of the Virtual Log Files inside your transaction logs, helping you take control of your database’s performance. Let’s dive into how the VLF Report works, what insights it provides, …

VLF Report in Database Health Monitor Read more »

Understanding Serializable SQL: Benefits and Challenges Having Performance Issues – Stedman Solutions can help. When working with SQL Server, one critical aspect of database transactions is their isolation level. The isolation level determines how transactions interact with each other, balancing data consistency and performance. Among these levels, Serializable SQL offers the highest level of isolation, ensuring complete consistency but at a cost. This article explores what Serializable SQL entails, why it is important, and how it can lead to blocking …

Serializable SQL: Benefits and Challenges Read more »

Common Symptoms of Corruption in a SQL Server Database Database corruption in SQL Server is one of the scariest issues a database administrator (DBA) can face. The good news? SQL Server provides several clues when corruption occurs, allowing proactive administrators to detect and address it before it causes significant harm. In this blog post, I’ll cover the most common symptoms of SQL Server database corruption and share some tips on how to address them. What Is Database Corruption? Database corruption …

Symptoms of Corruption in SQL Server Read more »

Why Database Health Monitor is the Optimal SQL Monitoring Solution When managing SQL Server environments, ensuring performance and stability is essential. An effective SQL monitoring solution is not just about identifying problems but also about providing actionable insights. Database Health Monitor excels in this area, combining an intuitive interface with powerful features designed for both database administrators and developers. Whether you’re troubleshooting slow queries, monitoring disk space usage, or identifying bottlenecks, Database Health Monitor has the tools you need. Let’s …

Optimal SQL Monitoring Solution Read more »

Securing SQL Server: Best Practices for a Safe and Reliable Database SQL Server security is a critical aspect of database management. With the increasing prevalence of cyber threats, it’s essential to ensure your SQL Server is secure from unauthorized access, data breaches, and Corruption. In this blog post, we’ll cover key best practices for safeguarding your SQL Server environment. 1. Keep SQL Server Updated Regularly applying patches and updates is your first line of defense. Microsoft frequently releases updates to …

Securing SQL Server Read more »

SQL Server Performance Analysis: A Path to Optimized Databases Maintaining optimal performance in a SQL Server environment is critical for Business Continuity and efficiency. Poorly tuned databases can lead to slow queries, frustrated users, and potential downtime. That’s where a comprehensive SQL Server performance analysis comes in. At Stedman Solutions, we specialize in helping organizations uncover and resolve performance issues in their SQL Server environments. This post explains what a SQL Server Performance analysis entails and how our tailored assessments …

SQL Server Performance Analysis Read more »

How to Fix CPU Waits: SOS_SCHEDULER_YIELD in SQL Server When SQL Server Performance issues arise, one of the most challenging problems to diagnose and resolve is high CPU usage. Among the various wait types that indicate CPU bottlenecks, SOS_SCHEDULER_YIELD is one of the most common. This post will explore how SQL Server schedules CPU, what the SOS_SCHEDULER_YIELD wait type signifies, and practical steps to address this issue. Understanding SQL Server’s CPU Scheduling SQL Server uses a cooperative scheduling mechanism called …

How to Fix CPU Waits: SOS_SCHEDULER_YIELD Read more »