![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, Is there a log of all connection attempts made to a SQL server? The server I have is on Windows 2k. Thanks, David -- David Williams Georgia Institute of Technology, Atlanta Georgia, 30332 Email: dw149 (AT) prism (DOT) gatech.edu |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Here are a couple resources (SQL Server 2000 specific): http://www.sqlservercentral.com/arti...profiler/1461/ http://www.microsoft.com/technet/sec.../sql2kaud.mspx Using server side traces is a good way for production environments: http://vyaskn.tripod.com/server_side...sql_server.htm http://www.dbazine.com/sql/sql-articles/larsen6 This one is SQL Server 2005 specific: http://blogs.msdn.com/sqlprogrammabi...16/703079.aspx HTH, Plamen Ratchev http://www.SQLStudio.com |
#5
| |||
| |||
|
|
Looks like SQL Profiler will do the job. Anybody have experience in using it to see connection attempts? |
#6
| |||
| |||
|
|
David Williams (dw149 (AT) acmex (DOT) gatech.edu) writes: Looks like SQL Profiler will do the job. Anybody have experience in using it to see connection attempts? You can use Profiler to track login and failed login attempts. However, if the attempt to connection fails because you cannot reach SQL Server, Profiler will not track anyhing. Quite obviously. |
|
-- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |