How to find out the active connections

  • we have 300 to 400 users connecting to sql server through our web server. How to find out names of active connections who is connected to the server.

    Thanks in advance

  • exec sp_who

    Assuming they are connecting to SQL Server using their own usernames instead of a shared username/password.

    There are system tables, Enterprise Manager and other means of doing this as well.

  • you can also use the sql profiler


    Everything you can imagine is real.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply