Hi,I execute [code="sql"][dbo].[sp_WhoIsActive] @get_plans=1,@get_additional_info=1 [/code] on SQL Server. But how I can join the resultset from SP_WhoIsActive with below SQL statement (join them with Session_Id)?[code="sql"]select CONTEXT_INFO from sys.dm_exec_sessions where program_name like '%SAP%'[/code]Thanks
↧