logging - Where are SQL Server connection attempts logged? -
does sql server has external log file or internal table attempted connections, or kind of info put somewhere in windows event log?
you can enable connection logging. sql server 2008, can enable login auditing. in sql server management studio, open sql server properties > security > login auditing select "both failed , successful logins".
make sure restart sql server service.
once you've done that, connection attempts should logged sql's error log. physical logs location can determined here.
Comments
Post a Comment