DBCC USEROPTIONS is a database console command (DBCC) in Microsoft SQL Server that can be used to view the current session-level settings for a user connection. Viewing the session-level settings can be useful for troubleshooting issues with a user connection or for understanding the behavior of the database engine. To use DBCC USEROPTIONS, you must specify the session ID of …

SQL Server DBCC Commands: DBCC USEROPTIONS 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 May Read more »

The Scan For Startup Procs feature in SQL Server allows you to specify a list of stored procedures that will be automatically executed whenever the database engine starts. This can be useful in certain scenarios, such as when you want to perform tasks such as restoring a database or performing maintenance tasks when the database engine starts. “Scan for startup …

Securing SQL Server: Scan for Startup Procs Read more »

Determining when corruption was introduced into a SQL Server database can be challenging, as corruption can occur without generating any obvious symptoms. However, there are some steps you can take to help determine when corruption was introduced: * Check when the last good CheckDB was run. This won’t tell you when the corruption started, but it will tell you the …

SQL Server Corruption: When Did It Happen Read more »

As a business owner or IT professional, you know your SQL Server is critical to the success of your organization. It’s essential to ensure your SQL Server is running smoothly and your data is protected against data corruption and other issues. One of the most critical steps you can take to protect your data is to run regular CheckDB on …

The Importance of Running CheckDB on SQL Server  Read more »

To prevent unscheduled downtime, here are some best practices that businesses can follow: By following these best practices, organizations can significantly reduce the likelihood of unscheduled downtime and minimize the impact of any potential outages. Helpful Resources: SQL Server Recovery Point Objective vs. Recovery Time Objective 3 Common Database Mistakes Business Owners Make The Importance of Backups Relating to a …

5 Ways to Avoid Unscheduled Database Downtime Read more »

Hello, I’m Steve Stedman, and I want to talk about my SQL Server course on preparing for corruption. This course is designed to help SQL Server professionals be better prepared for the event of database corruption before it’s too late. As a database professional, you’re probably aware of how dangerous and costly database corruption can be. Corruption can lead to …

SQL School: Database Corruption Course Read more »

A great way to keep tabs on the overall health of your SQL Server. Pricing: $129.99 per month per SQL Server instance when paid month to month. Payment on a recurring payment by credit card plan required. We provide monitoring tools that alert us when there is an issue so that we can recommend fixes before the issue becomes a …

Stedman Solutions Daily Monitoring Product Read more »

As businesses increasingly rely on data to make decisions and operate, the importance of protecting that data has become paramount. This is especially true for databases like SQL Server, which store large amounts of critical data that businesses depend on. One of the most critical steps in protecting your SQL Server is to run regular backups. In this blog post, …

Why Backups are Crucial for SQL Server: Protecting Your Data and Your Business  Read more »