Running backups on a SQL Server  Fri, 31 Mar 2023 Running backups on a SQL Server is crucial for several reasons: Disaster Recovery: SQL backups are essential for disaster recovery. If your SQL Server fails, becomes corrupted, or suffers from a data loss incident, having a backup allows you t Read more… SQL Server Corruption: Corruption vs Drive Failure Thu, …

March Blog Post Wrap-up Read more »

Running backups on a SQL Server is crucial for several reasons:  Disaster Recovery: SQL backups are essential for disaster recovery. If your SQL Server fails, becomes corrupted, or suffers from a data loss incident, having a backup allows you to restore the database to a previous state. Without a backup, you may lose critical data and suffer from extended periods …

Running backups on a SQL Server  Read more »

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 »