Exploring SSMS 21
Microsoft recently announced SQL Server Management Studio (SSMS 21). Here’s a quick look at what’s included in this latest iteration.
Microsoft recently announced SQL Server Management Studio (SSMS 21). Here’s a quick look at what’s included in this latest iteration.
This is part three of the blog series on following a structure when performance tuning. From the previous posts (part
If you’ve followed along with the previous blog, you’ll now have a way to re-run and test your query as
So, you have a database or block of code. You’ve been told to “make it fast” but you’re not sure
SQL Server 2022 brought us Contained Availability Groups. This post outlines the new features and some of the pitfalls that we have seen.
In today’s tech-saturated world, we expect developers to have a broad range of skills and programming languages at their disposal,
We often see databases that are simply larger than they need to be. This is usually attributable to technical debt
Maybe a user has reported some data is unavailable, maybe you’ve received an error message on a report that shouldn’t
Parallelism in SQL Server can significantly improve query performance by allowing multiple processors or cores to work together.
SQL Server should clear up system tables, but doesn’t. And that’s a problem. This post shows you how to clear backup history.