Mar 2026 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
Index Level

SQL SERVER – Fill Factor – Instance Level or Index Level

December 23, 2020
Pinal Dave
SQL Performance
Fill Factor, SQL Index

One of the conversations that keep on coming up at what level one should set the fill factor – Instance Level or Index Level.

Read More
delete statement

SQL SERVER – Delete Statement and Index Usage

September 17, 2020
Pinal Dave
SQL Performance
SQL Delete, SQL Index, SQL Scripts, SQL Server

The client wanted to know if the index help with the DELETE command as well. The answer is yes, Indexes do help with the DELETE statement.

Read More

Nonclustered Primary Key – SQL in Sixty Seconds #119

September 7, 2020
Pinal Dave
SQL Video
Primary Key, SQL Constraint and Keys, SQL in Sixty Seconds, SQL Index, SQL Scripts, SQL Server

I will describe in detail a bit later on during this blog post. Today we are going to learn that it is possible to have a nonclustered primary key. 

Read More
Index is Disabled

What Happens If the Clustered Index is Disabled? – Interview Question of the Week #291

August 30, 2020
Pinal Dave
SQL Interview Questions and Answers
Clustered Index, SQL Error Messages, SQL Index, SQL Scripts, SQL Server

Question: What Happens If the Clustered Index is Disabled?

Answer: If you disable the clustered index, you can’t retrieve data from the table.

Read More
Alter Index

Alter Index Add Column – Workaround – SQL in Sixty Seconds #097

August 8, 2020
Pinal Dave
SQL Video
SQL in Sixty Seconds, SQL Index, SQL Scripts, SQL Server, SSMS

However, while modifying it we faced a unique challenge that we can’t actually alter index to add columns. Let us discuss that today.

Read More
auto-updating statistics

SQL SERVER – Not Auto-Updating Statistics with STATISTICS_NORECOMPUTE

August 4, 2020
Pinal Dave
SQL Performance
SQL DMV, SQL Index, SQL Scripts, SQL Server, SQL Statistics

After careful investigation, we figured out the cause for not auto-updating statistics. Let us learn about that today with STATISTICS_NORECOMPUTE.  

Read More
eliminate join

Creating Covering Index to Eliminate Join – SQL in Sixty Seconds #090

July 29, 2020
Pinal Dave
SQL Video
SQL in Sixty Seconds, SQL Index, SQL Joins, SQL Performance, SQL Scripts, SQL Server

How to improve performance so today we are going to see a video about creating converting index to eliminate join and improve query performance.

Read More
Previous 1 … 5 6 7 8 9 10 11 … 47 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version