June 2025 Discount: Comprehensive Database Performance Health Check | Testimonials

Home
  • Consulting
  • Training
  • Free Videos
  • All Articles
    • Interview Questions and Answers
    • SQL Tips and Tricks
    • SQL Performance
    • SQL Puzzle
    • Big Data
    • Blog Stats
    • SQL Books
    • Search SQLAuthority
  • Downloads
  • Hire Me
  • Health Check

SQL SERVER – Catching Non-SARGable Queries in Action

April 23, 2025
Pinal Dave
SQL Performance
Clustered Index, Execution Plan, Performance Schema, SQL Index

If you ever wondered why a query that looks harmless is performing poorly despite having indexes in place, the answer could non-SARGable queries.

Read More
key lookup

SQL SERVER Performance Tuning: Catching Key Lookup in Action

April 3, 2025
Pinal Dave
SQL Performance
Clustered Index, Execution Plan, SQL Index

In this blog post, we’ll explore what a Key Lookup is, how to spot it, and most importantly, how to eliminate it using a covering index.

Read More
with recompile

SQL SERVER – Understanding WITH RECOMPILE in Stored Procedures

November 25, 2024
Pinal Dave
SQL Performance
Recompile, SQL Stored Procedure

The culprit? Parameter sniffing. The solution? You guessed it: WITH RECOMPILE. Comprehensive Database Performance Health Check

Read More
auto drop

Understanding the AUTO_DROP Option in SQL Server 2022

October 6, 2024
Pinal Dave
SQL Performance
SQL Statistics

One such feature is the AUTO_DROP option for statistics. In this blog post, we’ll explore what the AUTO DROP option is, how it works.

Read More
max server memory

Why ‘Max Server Memory’ Isn’t Always the Limit

August 20, 2024
Pinal Dave
SQL Performance
DBA, SQL Memory, SSMS

What if I told you that setting a limit with “max server memory (MB)” doesn’t always mean SQL Server will stick to that limit?

Read More
Extended Events

Capturing Stored Procedure Executions with Extended Events in SQL Server

July 11, 2024
Pinal Dave
SQL Performance
SQL Extended Events, SQL Stored Procedure

We’ll go through the steps to set up an Extended Events session, run a sample stored procedure, and then query the captured data.

Read More
Majoring in the Minors

Majoring in the Minors in SQL Server Performance Tuning

June 21, 2024
Pinal Dave
SQL Performance
Clustered Index, ColumnStore Index, Execution Plan, SQL Index

We’ll explore how to avoid this common pitfall & Focus the areas that matter for performance improvements. Avoid majoring in the minors. 

Read More
1 2 3 4 … 100 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

© 2006 – 2025 All rights reserved. pinal @ SQLAuthority.com

Go to mobile version