Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to identify the connections established by a u

Author  Topic 

quadoss
Starting Member

1 Post

Posted - 2008-08-01 : 11:40:56
Hi,

I'm a newbee to SqlServer, can any one of you let me know on how check the connections established by a user.

For example i have a java code which connects to SQl Server and i want to know how many connections are established by that user.

I appreciate if you can give a sql query to identify the no of connection established.

Mahesh

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-02 : 14:15:03
try with sp_who2. it will give you list of process and the program initiating it.
Go to Top of Page
   

- Advertisement -