select os.task_address, os.state, os.last_wait_type, clr.state, clr.forced_yield_count from sys.dm_os_workers os join sys.dm_clr_tasks clr on os.task_address = clr.sos_task_address where clr.type = 'E_TYPE_USER'
Get notified when a new post is published.