Database Health: Finding and Resolving Blocking Queries Tue, 30 May 2023 Finding and resolving blocking queries is an essential part of database administration, as blocked queries can cause significant performance issues and slow down query execution. The Database Health Monitor for SQL Server provides insights into blocking queries, enabling you t Read more… Honoring those who have died while serving …

May Blog Post Wrap-up Read more »

Finding and resolving blocking queries is an essential part of database administration, as blocked queries can cause significant performance issues and slow down query execution. The Database Health Monitor for SQL Server provides insights into blocking queries, enabling you to identify and resolve them to optimize database performance. A blocking query occurs when one query or process prevents another query …

Database Health: Finding and Resolving Blocking Queries Read more »

I’m Steve Stedman, a firm believer in the value and power of effective data management. Having interacted with SQL Server extensively, I’ve recognized that data aggregation is a vital tool for anyone seeking to extract the most valuable insights from their data. To share this knowledge and help others master this powerful technique, I’ve launched a new course on Teachable …

SQL School: Elevate Your SQL Skills: Harness the Power of Data Aggregation Read more »

There are several common causes of database corruption in SQL Server, including: * Hardware failures: Hard drives, memory chips, or other hardware components can fail, causing data to be lost or damaged. * System crashes: Power failures, blue screens, or other system crashes can cause corruption in a SQL Server database. * Software bugs: Software bugs can cause corruption in …

SQL Server Corruption: What Causes Corruption Read more »

DBCC CHECKIDENT is a command in SQL Server that is used to check the current identity value of a table, and also to reset the identity value if necessary. This command is particularly useful when working with tables that have an identity column, which is a column that is automatically populated with a unique numerical value for each row inserted …

SQL Server DBCC Commands: DBCC CHECKIDENT Read more »

As a business owner, you know how critical data is to the success of your business. From customer information to financial records, your data is the lifeblood of your organization. That’s why protecting that data should be a top priority. One of the most important steps you can take to protect your data is to run regular backups on your …

Protecting Your Business: Why Running Backups on SQL Server is Essential  Read more »

As an IT professional working on SQL projects, you may occasionally find yourself in need of expert guidance to ensure success. My SQL Server Mentoring services at Stedman Solutions are designed to provide the support and expertise you need to overcome challenges and achieve your goals. With a team of experienced mentors, we’re committed to helping you navigate the complexities …

Propel Your SQL Projects Forward with Expert Mentoring Services by Steve Stedman  Read more »

Transcribed from a presentation on Database Corruption by Steve Stedman and Derrick Bovenkamp. Derrick : How do we find corruption? Oh, man, I wish it was as easy as taking out the magnifying glass there. Steve : Yeah, if we had this magic magnifying glass that would let us look at the data bytes like that, that’d be cool. But …

SQL Server Corruption: More about Detecting Corruption Read more »