New SQL Update from Microsoft
Today Microsoft released a new update for SQL Server. SQL Server 2022 CU18 for 2022 (16.0.4185.3 – March 2025) CU15 + GDR (16.0.4155.4 – November… Read More »New SQL Update from Microsoft
Blog posts relating to SQL Performance Tuning.
SQL Server tuning is the process of optimizing the database’s configuration, queries, and infrastructure to ensure the system runs as efficiently as possible. The goal is to reduce resource usage, increase query speed, and improve overall system responsiveness. Performance tuning involves analyzing server performance metrics, identifying bottlenecks, and implementing solutions that range from hardware upgrades to query rewriting. These optimizations are crucial for maintaining a smooth user experience and supporting business-critical applications.
A key aspect of performance tuning is query optimization. Poorly written SQL queries, missing indexes, or incorrect indexing strategies often lead to slow query execution. By using tools such as execution plans and SQL Profiler, DBAs can identify and correct inefficiencies in SQL code. Techniques like index tuning, query rewriting, and partitioning can drastically reduce query execution times. Regularly updating statistics and reorganizing or rebuilding indexes further enhances query performance and ensures accurate query plans.
Beyond queries, performance tuning also focuses on the SQL Server environment itself. Configuring server settings, adjusting memory allocation, and fine-tuning I/O operations play a significant role in optimizing database performance. Monitoring tools like Database Health Monitor (available at DatabaseHealth.com) provide insights into server health and potential issues. Stedman Solutions offers comprehensive SQL Server performance tuning services, combining years of experience with specialized tools to ensure your SQL Server environment performs at its peak. Learn more about our managed services at Stedman Solutions.
Today Microsoft released a new update for SQL Server. SQL Server 2022 CU18 for 2022 (16.0.4185.3 – March 2025) CU15 + GDR (16.0.4155.4 – November… Read More »New SQL Update from Microsoft
How Often Should You Run CHECKDB on SQL Server? If you’re a database administrator or a developer working with Microsoft SQL Server, you’ve likely heard… Read More »How Often Should I Run CheckDB
Stedman SQL Podcast: Unveiling the New Schema Drift This week on the Stedman SQL Podcast, Steve Stedman takes us through an exciting deep dive into… Read More »SchemaDrift featured on Stedman SQL Podcast
Five Fantastic Ways to Master SQL Server Join Types Hey there, SQL enthusiasts and database professionals! It’s Steve Stedman from Stedman Solutions, LLC. Today, I’m… Read More »Five Fantastic Ways to Master SQL Server Join Types
Here is a short video on managing VLFs on SQL Server https://youtu.be/VjsgTWkws8M?si=ywngDBtdL9uE2i0X Best Practices for Managing VLFs (Virtual Log Files) in SQL Server One of… Read More »What are VLFs and why should you care
DBCC CHECKALLOC is a database console command (DBCC) in Microsoft SQL Server that can be used to check the allocation and structural integrity of the… Read More »SQL Server DBCC Commands: DBCC CHECKALLOC
Ensuring Security in Database Health Monitor: How We Use Snyk for Weekly Vulnerability Analysis At Stedman Solutions, we prioritize the security and integrity of our… Read More »Ensuring Security in Database Health Monitor
Today Microsoft released a new update for SQL Server. SQL Server 2017 CU31 for 2017 (14.0.3456.2 – September 2022) CU31 + GDR (14.0.3485.1 – November… Read More »New SQL Update from Microsoft
4 Essential Checks for Diagnosing a Slow SQL Server A slow SQL Server can disrupt applications, frustrate users, and impact business operations. Diagnosing the cause… Read More »Essential Checks for Diagnosing a Slow SQL Server
Stay in Sync with SchemaDrift Keeping database schemas consistent across environments is one of the most critical yet challenging tasks in managing SQL Server. Even… Read More »What is SchemaDrift