Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evgenylavelin-xx/6c12c4ab97c4deb4961e to your computer and use it in GitHub Desktop.
Save evgenylavelin-xx/6c12c4ab97c4deb4961e to your computer and use it in GitHub Desktop.
select program_name, net_transport from sys.dm_exec_sessions t1
left join sys.dm_exec_connections t2
on t1.session_id = t2.session_id
where program_name like '1cv8%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment