Grab a blanket and get comfortable. It’s story time with Steve Stedman and Derrick Bovenkamp! In this 10 min video they will share with you database corruption stories. From these stories hopefully you’ll learn what not to do. Things to watch out for to avoid SQL Server corruption. Transcription: Steve Stedman 0:04Let’s roll onto the corruption stories. So the first one we’re going to talk about here was one of the first really big corruption repairs that I did after …

Steve and Derrick – Tales of Database Corruption Read more »

If you’ve ever stared at a slow-running query at 2 a.m. wondering “What setting did I forget this time?”, you’re not alone. Most DBAs and accidental DBAs wear a dozen hats, and SQL Server has hundreds of knobs that can quietly hurt performance, security, or reliability long before anyone notices. That’s exactly why we built DBAssistant inside Database Health Monitor — to act as your always-on virtual senior DBA that never sleeps, never takes vacation, and never sends passive-aggressive emails. …

Unlock Expert-Level SQL Server Optimization with DBAssistant Read more »

Parameter Sniffing and Conditional Logic in SQL Server Stored Procedures: A Performance Pitfall Parameter sniffing in SQL Server stored procedures can be a double-edged sword. On one hand, it allows the query optimizer to create an execution plan tailored to the specific parameter values provided during the initial compilation of the procedure, often resulting in improved performance. On the other hand, this same mechanism can lead to suboptimal plans when the sniffed parameters are not representative of typical workloads, causing …

Parameter Sniffing and Conditional Logic in SQL Server Stored Procs Read more »

SQL Server Performance Tuning Course Welcome to an exciting journey into the world of database optimization with our comprehensive SQL Server Performance Tuning Course. If you’ve ever struggled with slow query execution, inefficient database design, or sluggish application performance, this course is designed to equip you with the skills and knowledge to tackle these challenges head-on. Whether you’re a database administrator, developer, or IT professional, mastering performance tuning is essential to ensuring your SQL Server environment runs smoothly and efficiently, …

Performance Tuning Course for SQL Server Read more »

Here is a short video on the Job History Chart in Database Health Monitor. Need some help with Database Health Monitor. Check out our classes where you can learn all about Database Health Monitor. For over 14 years, Database Health Monitor has been meticulously developed to deliver unparalleled performance and reliability for your database systems. Now is the perfect time to harness the full potential of this powerful application, designed to streamline monitoring, enhance efficiency, and ensure your databases run …

Job History Chart Read more »

Working with numerical data in SQL Server often requires precise formatting to meet specific display or reporting needs. One common challenge developers face is ensuring that numbers are displayed with leading zeros, especially when dealing with identifiers, codes, or other fixed-length numeric strings. Whether you’re formatting invoice numbers, employee IDs, or product codes, SQL Server provides several methods to achieve this, but the right approach depends on your data type and use case. In this blog post, we’ll explore the …

Formatting Leading Zeros in SQL Server Read more »

Welcome to our deep dive into the world of database management with a focus on Mastering SQL Server Replication. If you’re looking to enhance your skills in managing and distributing data across multiple servers, you’ve come to the right place. SQL Server Replication is a powerful feature that allows you to copy and distribute data and database objects from one database to another, ensuring consistency and availability. Whether you’re a database administrator, a developer, or simply a tech enthusiast, understanding …

Master SQL Server Replication Today Read more »

Celebrate Small Business Saturday with 50% Off Our SQL Server Replication Course! Small Business Saturday is here, and to celebrate, we’re offering 50% off our SQL Server Replication course—but only for one day! Whether you’re managing databases in a small business or a larger enterprise, SQL Server replication is a crucial skill that can help ensure data availability, improve performance, and enhance disaster recovery. What Is SQL Server Replication? SQL Server Replication is a powerful method for distributing data across …

Saturday Sale: 50% Off SQL Server Replication Course! Read more »

If you’re knee-deep in the world of SQL Server like I am, buckle up because yesterday was a game-changer. Microsoft dropped the mic with the general availability of SQL Server 2025 on November 18, 2025, right in the thick of their Ignite conference. It’s official – the future of database management just got a whole lot smarter, faster, and more AI-infused. And the best part? As someone who’s been tinkering with tools to keep databases humming, I’ve got great news: …

SQL Server 2025 Hits the Scene, and Database Health Monitor is Ready to Roll Read more »

Aggregating Data in Your SQL Server SQL Server is a powerful tool for managing and analyzing data, and one of its most valuable features is the ability to aggregate data efficiently. Whether you’re working with sales figures, customer data, or operational metrics, aggregating data allows you to summarize and extract meaningful insights from large datasets. By grouping and calculating values like sums, averages, or counts, you can transform raw data into actionable information that drives business decisions. Are you ready …

SQL Server Data Aggregation Read more »