8
Shouts

SQL Server 2012: Detecting Sort Warnings with Extended Events (sort_warning event)

published 512 days, 23 hours, 4 minutes ago posted by kinj312kinj312 515 days, 9 hours, 40 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Thursday, December 22, 2011 9:50:45 AM GMT

Sort warnings events will rise when sort operation is performed in a query and it doesn’t fit into memory. In this case, SQL Server needs to spill the sort operation into tempdb which can result in a very slow physical operation especially if multiple...

category: Data | clicked: 4 | | source: beyondrelational.com | show counter code
tags: SQL Server, TSQL