Today we have a new release of Database Health Monitor. This release has perhaps the biggest performance improvement that I have had on the product in the last 5 years. I completely changed the way that the startup works, and if you have had problems in the past with the startup time for Database Health Montior, this is no longer …

Database Health Monitor v1055 Released Today Read more »

The integrity of a Microsoft SQL Server database can be severely undermined by corruption, leading to data inaccessibility and potential operational disasters. Steve Stedman’s comprehensive approach to identifying and rectifying such corruption is often considered an essential tool in the SQL Server administrator’s kit, underlining its significance in maintaining database health. These stories come from a recording of a presentation …

SQL Server Corruption: Stories About Causes of Corruption Read more »

Wait statistics, in the context of SQL Server, refer to the amount of time that a query spends waiting to access data in the database. When a client application requests data from the database, the request is placed in a queue and the client application must wait for its turn to access the data. The time that the query spends …

SQL Server Wait Type: PREEMPTIVE_OS_WAITFORSINGLEOBJEC Read more »

Need help with this, Stedman Solutions can help. Find out how with a free no risk 30 minute consultation with Steve Stedman. First 5 Things to Check When Your SQL Server is Performing Slowly When your SQL Server begins to lag or perform poorly, it can be a significant hindrance to your business operations. Over my years of experience since …

5 Things to Check When Your SQL Server is Performing Slowly Read more »

Steve Stedman here from Stedman Solutions, LLC. If you’ve ever grappled with the complexities of SQL join types, I’ve got something exciting for you. We’re offering a FREE downloadable poster that breaks down the intricacies of SQL joins into an easy-to-understand format. It’s perfect for both beginners and seasoned professionals looking to refine their skills. What’s in the Poster? This …

Unlock the Power of SQL Joins with Your Free Downloadable Poster! Read more »

Out of all of the customers we have running our daily monitoring here are the versions of SQL Server that are being run. All the data is sanitized, so there is no private client information to expose here. What is this service? With this service we detect and alert you of any issues that arise on your SQL Server. Then …

Daily Server Monitoring – SQL Versions for February Read more »

There are several ways that you can secure SQL Server, including: Enabling authentication and authorization: This helps ensure that only authorized users can access the SQL Server instance and the data it stores. Encrypting data: Encrypting data can help protect it from being accessed by unauthorized users, even if it is stolen or compromised. Using firewalls: Firewalls can help block …

Securing SQL Server: Basic Security Measures Read more »

DBCC WRITEPAGE is an undocumented and unsuported DBCC command in Microsoft SQL Server that can be used to write a page of data from a database to a specified file on disk. It can be used to troubleshoot issues with data corruption or to create a copy of a database page for further analysis. To use DBCC WRITEPAGE, you must …

SQL Server DBCC Commands: DBCC WRITEPAGE Read more »

This is just one of the many checks that our Daily Checkup and Quickscan Report from Stedman Solutions will report on. Understanding the Risks: User Tables in the Master Database and Disaster Recovery When it comes to managing SQL Server, the master database stands out as one of the most critical system databases. It holds essential system-level data, including server-wide …

User Tables in the Master Database and Disaster Recovery Read more »