Transcribed from a presentation on Database Corruption by Steve Stedman and Derrick Bovenkamp. Steve : Now, one of the things that when we talk about drive failures and that there is a big difference between corruption and complete drive failure. And here’s an example. It was another medical group. We do a lot of work with medical groups. They called …

SQL Server Corruption: Corruption vs Drive Failure Read more »

SQL Server is a powerful and complex database management system that is used by millions of organizations worldwide to store, manage, and analyze their critical data. While SQL Server is a robust platform, it is not immune to issues that can cause problems in its operation. Therefore, it is essential to take preventative measures to keep a SQL Server healthy. …

Steps to help keep your SQL Server running smoothly. Read more »

The sys.databases table in SQL Server contains information about all databases in the current SQL Server instance. The state_desc column in this table represents the current state of the database, which can have the following possible values: Note that not all states may be applicable to every database, and the state of a database can change depending on its current …

What are all the values of the state_desc column in the sys.databases system table in SQL Server? Read more »

Hi there, I’m Steve Stedman, and I’m excited to share with you my SQL Server course focused on SQL Server Joins, available at http://SteveStedman.com/joins. As an experienced database professional, I’ve designed this course to help you better understand the various types of SQL joins, and how they can be used effectively in real-world applications. One of the most fundamental skills …

SQL School: Master SQL Server Joins with My Comprehensive Course Read more »

Microsoft SQL Server is a relational database management system (RDBMS) available in several editions to cater to different needs and requirements. Two of the commonly used editions are SQL Server Express and SQL Server Standard Edition. Here are some key differences between them: Cost: Database size limit: Scalability: Features: Use cases: High Availability and Disaster Recovery: In summary, SQL Server …

SQL Server Standard Edition vs. SQL Server Express Edition Read more »

There are a few ways to stop blocking in SQL Server: It’s important to note that these methods should be considered on a case-by-case basis and depend on the specific needs of your application. It’s always a good idea to test the changes in a test environment before implementing in production. https://stevestedman.com/block_class

If you’d like to: Then Register for this Training March 29th at 1:30-2:15pm PST via Zoom Steve will demonstrate tips, tricks and features of this power house tool. Each month he will cover a different topic. And this is your chance to ask any question on your mind (regarding Database Health Monitor). Can’t make it? No Sweat! You’ll be emailed …

Webinar is 7 Days Away – Register Today Read more »

Are you working on a SQL project that needs expert guidance to ensure its success? Stedman Solutions’ SQL Server Mentoring provides the support and expertise you need to overcome challenges and achieve your goals. Our team of experienced mentors is ready to help you navigate the complexities of SQL Server and deliver outstanding results on your current projects. Discover our …

Accelerate Your SQL Projects with Stedman Solutions’ Expert Mentoring Services Read more »

Running the DBCC CHECKDB command is a critical part of database administration, as it ensures that your SQL Server database is free from corruption and data consistency issues. The Database Health Monitor for SQL Server provides insights into the results of the DBCC CHECKDB command, enabling you to identify potential issues and take corrective action to ensure database health. The …

CheckDB and Database Health Monitor Read more »