Performance issues

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 Update Statistics and Index Rebuild

SQL Server 2008 Update Statistics and Index Rebuild: Whenever a Index is rebuild the statistics are updated but not for…

12 years ago

ASYNC_NETWORK_IO Waits SQL Server 2005 2008 2012 2014 2016

ASYNC_NETWORK_IO Waits SQL Server 2005 2008 2012 2014 2016 ASYNC_NETWORK_IO Wait type in SQL 2005 2008 2012 2014 or 2016…

12 years ago

CXPACKET Waits and High CPU Usage Bottleneck SQL Server 2008 2012 2014 2016

CXPACKET Waits and High CPU Usage Bottleneck SQL Server 2008 2012 2014 2016 When you suspect SQL Server is waiting…

12 years ago

This website uses cookies.