Skip to main content

Questions tagged [dm-exec-sessions]

4 votes
1 answer
724 views

I'm looking after a SQL server having long open sessions. There is no open transaction, or actively running query (requests) for this session. What is the reason why a session may remain open? Is it ...
variable's user avatar
  • 3,602
1 vote
2 answers
1k views

There are procedures that run fine manually but not in a job, or fails when run from an application, or not work in SSIS SQL task Mine works in all sessions but one. this is the code I am running - it ...
Marcello Miorelli's user avatar
5 votes
1 answer
354 views

From Microsoft's SQL Server documentation of sys.dm_exec_sessions client_interface_name Name of library/driver being used by the client to communicate with the server. datatype: nvarchar(32) ...
EngineeringSQL's user avatar
2 votes
2 answers
10k views

I have a stored procedure called sp_radhe that I put on my servers and it has been helping me to "see" what is happening internally. here is the code of this stored procedure: USE [master] ...
Marcello Miorelli's user avatar