Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,219 total)

  • Reply To: Relations of system tables, Sys.dm_exec_connections?sys.dm_exec_sessions and ...

    I don't know in which order connections and sessions are created, and I don't think it is relevant. I would say that for all practical purposes, they appear at the...

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

  • Reply To: Relations of system tables, Sys.dm_exec_connections?sys.dm_exec_sessions and ...

    See session as the main concept. It is identified by the session_id, and it exists as long as the user is logged in. There are also sessions which are internal...

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

  • Viewing 15 posts - 226 through 240 (of 1,219 total)