Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SP_Showplan

    You can try the following code for the queries that are running:

    select s.session_id, s.status, command, text, query_plan

    from

    sys.dm_exec_requests r

    join...

Viewing post 1 (of 1 total)