I will be discussing different aspects of Analyzing SQL Server Query Plans. Today we will discuss Identify Poorly Performing Query Plan Operators.
SQL SERVER 2019 is Released!
SQL SERVER 2019 is released today. You can get started immediately with it by downloading appropriate version for your system.
Capture Query Plans Using Extended Events and Traces – Analyzing SQL Server Query Plans – Part 1
I will be discussing different aspects of Analyzing SQL Server Query Plans. Today we will discuss Capture Query Plans Using Extended Events and Traces.
How to Use GOTO command in SQL Server? – Interview Question of the Week #249
Question: How to Use GOTO command in SQL Server?
Answer: Let us see a simple example of how GOTO works in SQL Server in this blog post.
SQL SERVER – Stored Procedure and RETURN Keyword
The stored procedure was very long and we had to debug that one step at a time. Let us learn about Stored Procedure and RETURN Keyword.
13th Anniversary of SQL Authority – 4918th Blog Post
Instead of talking about SQL, let us talk about a different topic today – Conferences. This is the 13th anniversary of the SQL Authority and 4918th blog.Â
SQL SERVER – Creating a Nonclustered Columnstore Index on Temp Table
I was delivering training on SQL Server Performance Tuning, I received a question on nonclustered columnstore index on a temp table.
SQL SERVER – Using NEWID vs NEWSEQUENTIALID for Performance
The first key column as uniqueidentifier datatype. In this blog post, we will discuss Using NEWID vs NEWSEQUENTIALID for Performance.
SQL Server Performance Tuning Recorded Class – 40% Discount for 4 Days
The SQL Server Performance Tuning Recorded Class will be available for the next 4 days at a rate of 40% discount. Act Now – Only 50 Seats!
SQL SERVER – Getting Second Row from Table
The other day during one of my old clients sent me an email about if I know any trick to get the second row from the resultset.