SELECT * FROM sys.dm_os_wait_stats WHERE wait_type LIKE ‘PREEMPTIVE%‘
抢占式等待的统计信息
原文:http://www.cnblogs.com/lovezmx2012/p/6917655.html