Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How do I get a list of sessions connected to the server
Wed, Sep 11 2019 8:09 PMPermanent Link

Marcello Bachechi

Hello all, is there a way to get a list of all the session ids that are connected to the server?
Wed, Sep 11 2019 8:11 PMPermanent Link

Marcello Bachechi

Marcello Bachechi wrote:

Hello all, is there a way to get a list of all the session ids that are connected to the server?

I should mention that I need to do this through SQL.
Wed, Sep 11 2019 9:47 PMPermanent Link

Ian Branch

Avatar

Marcello Bachechi wrote:
I should mention that I need to do this through SQL.

Try this..
{sql}
SELECT * FROM Configuration.ServerSessions
{sql}

Regards,
Ian
Image