Today Microsoft released a new update for SQL Server. SQL Server 2019 CU27 for 2019 (15.0.4375.4 – June 2024) CU25 + GDR (15.0.4360.2 – April 2024) 2024-06-13 Here are the latest updates for each version of SQL Server. SQL Server 2008 R2 RTM Download links: SP3 (10.50.6000.34 – September 2014) SP2 (10.50.4000.0 – July 2012)None   SQL Server 2022 RTM Download links: NoneCU13 …

New SQL Update from Microsoft Read more »

Parameter Sniffing and Conditional Logic in SQL Server Stored Procedures: A Performance Pitfall Parameter sniffing is a well-known feature in SQL Server that can significantly impact query performance. While it often leads to optimized query execution, it can sometimes cause performance issues, especially when combined with conditional logic in stored procedures. In this article, we’ll explore how parameter sniffing interacts …

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

Managing a SQL Server environment can be a daunting task, especially for businesses without a dedicated DBA team. SQL Server issues can lead to significant downtime, data corruption, and performance bottlenecks that can impact your bottom line. At Stedman Solutions, we specialize in SQL Server managed services, ensuring your systems run smoothly, securely, and efficiently. Here’s why our services are …

Why Your SQL Server Needs Expert Managed Services Read more »

The CHECK_EXPIRATION option is a security feature of SQL Server that allows you to enforce password expiration for SQL Server logins. When this option is set to ON for a login, it requires the login to change its password after a certain period of time has passed. Setting the CHECK_EXPIRATION option to ON for all SQL authenticated logins within the …

Securing SQL Server: CHECK_Expiration for SQL Server logins Read more »

Top 4 SQL Server Performance Tuning Mistakes and How Stedman Solutions Can Help 1. Ignoring Index Fragmentation Mistake: Over time, indexes become fragmented, leading to inefficient data retrieval and slower query performance. Solution: Stedman Solutions uses Database Health Monitor to regularly check for and address index fragmentation, ensuring your SQL Server remains optimized. 2. Poorly Written Queries Mistake: Inefficient queries …

Top 4 SQL Server Performance Tuning Mistakes Read more »

Today Microsoft released a new update for SQL Server. SQL Server 2008 None 2024-06-07 Here are the latest updates for each version of SQL Server. SQL Server 2008 R2 RTM Download links: SP3 (10.50.6000.34 – September 2014) SP2 (10.50.4000.0 – July 2012)None   SQL Server 2022 RTM Download links: NoneCU13 for 2022 (16.0.4125.3 – May 2024) CU12 + GDR (16.0.4120.1 – April 2024) …

New SQL Update from Microsoft Read more »

Out of all of the customers we have running our daily monitoring here are the versions of SQL Server that are being run. All the data is sanitized, so there is no private client information to expose here. What is this service? With this service we detect and alert you of any issues that arise on your SQL Server. Then …

Daily Server Monitoring – SQL Versions for June Read more »

DBCC OPENTRAN is a DBCC command in Microsoft SQL Server that can be used to display information about the oldest active transaction in the database. This can be useful for troubleshooting issues with long-running transactions, as it can help identify the cause of the problem and allow you to take appropriate action to resolve it. To use DBCC OPENTRAN, you …

SQL Server DBCC Commands: DBCC OPENTRAN Read more »