Performance Tuning

How to Resolve SQL Server Error 5172 – Fix SQL Server Header Error 5172

How to Resolve SQL Server Error 5172 - Fix SQL Server Header Error 5172 SQL Server stores its physical data…

3 years ago

In Memory Optimized Tables SQL 2014

In Memory Optimized Tables SQL 2014 What are Memory Optimized Tables in SQL Server? Memory Optimized tables are newly introduced…

9 years ago

CTE vs Temp Table vs Temp variables

Temp tables: they are just like any normal tables except that they are created in the TempDB database. They persist…

11 years ago

Parameter Sniffing in Stored Procedures in SQL Server 2008/2008 R2

Parameter Sniffing in Stored Procedures in SQL Server 2005/2008/2008 R2 Today let me cover one of a good topic on…

11 years ago

Adding Data Collectors on SQL Server 2008/2008 R2/2012/2014/2016

Adding SQL Server Data Collectors to SQL Server is very important for Troublshooting issues and Root cause analysis of many…

11 years ago

What is SQL Server Health Check? Why is it important?

What is SQL Server Health Check? Why is it important? A SQL Server health check looks at all aspects of…

12 years ago

SQL Server 2008/2005 – Comparing Index rebuild/Reorganize and increase in Transaction Log file

Comparing ALTER INDEX options Index Rebuild and Reorganize: 1.Index Rebuild requires building the new index before dropping the old one.…

12 years ago

SQL Server 2008 Indexes: Types, Performance gain, Lookup and more…

Indexes are secret for faster query execution when designed properly. Types of indexes in SQL Server : 1. Clustered Indexes:…

12 years ago

This website uses cookies.