Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC connections

Status
Not open for further replies.

biglebowski

Technical User
Joined
Jan 29, 2004
Messages
3,117
Location
GB
We have sql2000 servers which clients connect to through ODBC. Is it possible to find out who is connected to the database real time or if there is a log of all the connections?
Thanks

The two basic principles of Windows system administration:
For minor problems, reboot
For major problems, reinstall
 
Bear in mind you'll only see the user name of the ODBC connection, are your clients logons or users, logons will login to the server and users log directly to a database.
If your odbc is generic i.e
username :- Genericuser
Password :- Genericuser .

You will only see Genericuser when ytou run SP_who from QA
if you have 500 clients on the same odbc connection then you wont be able to determine who it is ,ecept maybe by the hostname .




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top