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 »

DBCC CLEANTABLE is a DBCC command in Microsoft SQL Server that can be used to remove deleted rows from a table and reclaim the space occupied by the deleted rows. It is similar to the TRUNCATE TABLE command, but unlike TRUNCATE TABLE, DBCC CLEANTABLE preserves the structure of the table and does not reset the identity values of any identity …

SQL Server DBCC Commands: DBCC CLEANTABLE Read more »

In the end it will come down to one question. That question being, “how much data can your company afford to lose? One hour? One day? One week? Choose wisely or it could cost more than you think. For example, if you’re a doctors office and you have backups running every other day, you may lose 12+ hours of patient …

Incorrect Backups? You’ll Pay for That Mistake Read more »

SQL Server is a popular relational database management system that is widely used in businesses and organizations of all sizes. One of the most important operations in SQL Server is joining tables, which involves combining data from two or more tables based on a common column or set of columns. To help users better understand the different join types and …

SQL Server Join Types Poster   Read more »

As a SQL Server professional with many years of experience, I know how important it is to understand the different types of joins. Join types are a fundamental concept in SQL Server, and they are essential for retrieving data from multiple tables. In this article, I will explain the differences between inner join, left outer join, and right outer join …

Details on Inner, Left Outer, and Right Outer  Read more »