July 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
WITH NOLOCK

Dirty Read with NOLOCK – SQL in Sixty Seconds #110

August 26, 2020
Pinal Dave
SQL Video
SQL in Sixty Seconds, SQL Performance, SQL Scripts, SQL Server, Transaction Isolation

Recently I noticed that my client has been using the WITH NOLOCK hint with their queries and expecting that it will improve the queries performance.

Read More
move TempDB

Move TempDB for Performance – SQL in Sixty Seconds #107

August 22, 2020
Pinal Dave
SQL Video
SQL in Sixty Seconds, SQL Performance, SQL Server, SQL TempDB

we figured out that they had slow overall performance because they had TempDB located on the slow drive. Today we will learn how we can move TempDB.

Read More
Scan Table

Do MAX(col) Scan Table? – SQL in Sixty Seconds #106

August 21, 2020
Pinal Dave
SQL Video
Execution Plan, SQL in Sixty Seconds, SQL Operator, SQL Performance, SQL Scripts, SQL Server, SQL Table Operation

While working on working on a Comprehensive Database Performance Health Check my client asked me – Do MAX(col) Scan Table? Let us learn about that today.

Read More
Rollback Truncate

Rollback TRUNCATE – Script – SQL in Sixty Seconds #105

August 20, 2020
Pinal Dave
SQL Video
SQL in Sixty Seconds, SQL Performance, SQL Scripts, SQL Server, SSMS

One of the most popular questions, I keep on receiving is that – Is it possible to Rollback Truncate operation? The answer is YES.

Read More
Live Query Statistics

SQL SERVER – Live Query Statistics – SQL in Sixty Seconds #104

August 19, 2020
Pinal Dave
SQL Video
Execution Plan, SQL in Sixty Seconds, SQL Performance, SQL Server, SQL Server Management Studio, SSMS

The biggest challenge is to know about the queries current execution status. In this video, we are going to see the details about Live Query Statistics.

Read More
Function Scan

Do MAX Function Scan Table? – Interview Question of the Week #289

August 16, 2020
Pinal Dave
SQL Interview Questions and Answers
Execution Plan, SQL Performance, SQL Scripts, SQL Server

Question: Do MAX Function Scan Table to retrieve the data?

Answer: Yes, if there are no indexes to help retrieve data. Let us learn it today.

Read More
negative identity

Negative Identity Column – SQL in Sixty Seconds #101

August 14, 2020
Pinal Dave
SQL Video
SQL Identity, SQL in Sixty Seconds, SQL Performance, SQL Scripts, SQL Server

I had a very interesting story to tell about a negative identity column from my recent Comprehensive Database Performance Health Check. 

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

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

Go to mobile version