Apr 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
WHERE clause

SQL SERVER – Avoid Functions in the WHERE Clause for Performance

September 13, 2023
Pinal Dave
SQL Performance
Query Rewrite, SQL Function

Using SQL Server functions in the WHERE clause of your queries can significantly impact performance. Let us explore that in this blog post.

Read More
brent pinal

SQL SERVER – Performance: OR vs IN – A Summary and Further Reading

September 12, 2023
Pinal Dave
SQL Performance
Clustered Index, Computed Column, SQL Index, SQL Server

The varied responses led me to write a detailed blog post to clarify the correct answer. If you missed it, you can read it here. Let us see A Summary and Further Reading.

Read More

SQL SERVER – Performance: OR vs IN

September 11, 2023
Pinal Dave
SQL Performance
Execution Plan, SQL Server Management Studio, SQL Statistics, SSMS

I recently asked on Twitter an exciting question about OR vs IN. While I got lots of good answers, there were an equal amount of wrong answers.

Read More
staitistics

SQL SERVER – The Comprehensive Guide to STATISTICS_NORECOMPUTE

September 8, 2023
Pinal Dave
SQL Performance
SQL Index, SQL Statistics

One such feature that plays a pivotal role in managing your SQL Server databases’ performance is the STATISTICS_NORECOMPUTE option.

Read More
maxduration

SQL SERVER – Understanding MAX_DURATION in Index Creation

September 5, 2023
Pinal Dave
SQL Performance
SQL Index

One particular option that can be specified during the index creation is MAX_DURATION. This blog post will explore this option.

Read More
Index Condition Pushdown

MySQL’s Index Condition Pushdown (ICP) Optimization

August 29, 2023
Pinal Dave
SQL Performance
MySQL, SQL Index

MySQL enhances its performance through an optimization technique called Index Condition Pushdown (ICP). Let’s delve into the depths of ICP.

Read More

SQL SERVER – Making Recursive Parent-Child Queries Efficient

August 14, 2023
Pinal Dave
SQL Performance
Challenge, Recursive, SQL Joins

One puzzle is finding out how many employees each manager is responsible for in a company. Let us Make Recursive Parent-Child Queries Efficient.

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

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

Go to mobile version