number of users connected |
| sundar k replied to Timothy Purvis at 04-Jul-08 11:57 |
You can execute sp_who or sp_who2 (system stored procedure in sqlserver) to find out the list of users connected to your sql server, you can execute this sp in your vb code and get the resultset and can find out who are all connected. Also, SQL Profiler Tool is useful if you need to track down a specific event, rather than get an overview.
|
|