Getting the SPID of a SqlConnection

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Is there a way to get the SPID at runtime (the server-side
connection/process ID, which you can see in the
management/current_activity/process_info area in Enterprise Manager) from an
active SqlConnection object? I have found zero related info in help, object
browser, or the API viewer. Is getting it directly impossible?

Paul
 
Back
Top