Browse by Tags

All Tags » SQLBits (RSS)

Workspace Memory / Query Memory Tuning – RESOURCE_SEMAPHORE / IO_COMPLETION / SLEEP_TASK Waits

SQL Server is configured to use a lot of memory, but my query is slow and not using all the memory available and it is spilling the sort or the hash match operation to tempdb, how can you tune the configuration and the query? Memory allocating queries...

More CPU cores may not always lead to better performance – MAXDOP and query memory distribution in spotlight

More hardware normally delivers better performance, but there are exceptions where it can hinder performance. Understanding these exceptions and working around it is a major part of SQL Server performance tuning. When a memory allocating query executes in parallel, SQL Server distributes memory to each task that is executing part of the query in parallel. In our example the sort operator that executes in parallel divides the memory across all tasks assuming even distribution of rows....

June 22-24, 2010 in London City Level 400 SQL Server Performance Monitoring & Tuning Workshop

We are organizing the “3 Day Level 400 SQL Server Performance Monitoring & Tuning Workshop” for the 1st time in London City during June 22-24, 2010 . Agenda is located @ www.sqlworkshops.com/workshops & you can register @ www.sqlworkshops.com...

Download Now Free Truly Level 400 SQL Server Performance Tuning Webcast 2 at SQLWorkshops.com

Thanks for everyone who attended my level 400 SQLBits session and viewed Webcast 1, due to great feedback here is Webcast 2. This level 400 SQL Server Tuning webcast covers optimizing queries to scale across many CPU cores (by addressing inefficiencies...
Posted by sqlworkshops | with no comments
Filed under: ,