Performance Tuning

SQL Server 2008 Index Maintenance Rebuild vs Reorganize

Today, let us discuss on Index Maintenance on SQL Server. Indexes tend to get fragmented as the data gets updated.…

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

The SQL Server Wait Types with their descriptions

The SQL Server Wait Types with their descriptions Wait Statistics in SQL Server indicate sql server performance in relation to different…

12 years ago

To check where the connections are made to a database

To check where the connections are made to database the below queries are have been very helpful. -- Get a…

12 years ago

SQL Server Raid Configurations and Recommendations

A SQL Server DBA given choice to select his Disk configuration should know the different Raid configurations and should select…

12 years ago

Dynamic Management Views in SQL Server

Dynamic Management Views in SQL Server exists in SYS schema and their names start with DM_. To query a DMV,…

13 years ago

Creating a Central Management Datawarehouse in SQL Server 2008

What is the Management Data Warehouse? The Management Data Warehouse(MDW) is a single database/Data Warehouse created inside of a SQL…

13 years ago

SQL Server Resource Governor

Microsoft has introduced an interesting and exciting new feature in SQL Server 2008; it is named the Resource Governor. It…

13 years ago

This website uses cookies.