• Try the following query

    SELECT TOP 40 *

    FROM sys.dm_os_wait_stats

    ORDER BY wait_time_ms DESC

    Or

    Read the following resource

    https://support.microsoft.com/en-us/kb/2545989

    http://www.sqlservercentral.com/Forums/Topic1150864-391-1.aspx