Determining if Session is in use.

andyp05

Member
Is there a way to determine if a session is in use. We need to be able to kill threads that are not in use. We don't want to terminate a thread if SQL is running in it.

Thanks,

Andy
 
There is currently no property or method to determine if a session is in use. You will need to maintain this information in your application.
 
Back
Top