Hello lightning-dave,
> I've been asked to create a method of alerting if the account that the
> MSSQLSERVER service runs under is used to attempt to log into the
> database from another workstation. Here's what I've thought of so far:
> OPTION 2: I could do it via a server side trace but I'm not sure how I
> could get an alert out of this without reading the trace file every
> couple of minutes.
If you are running SQL 2005, you might want to give this [0] a read and see
if it useful in this case. Instead of having the event write to an output
table, you could have send an email, alert, whatever.
http://www.sqljunkies.com/WebLog/ktegels/articles/EventNotifications.aspx
Thank you,
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/
lightning-dave - 27 Mar 2006 15:53 GMT
Thanks for the link. Unfortunately we're still on SQL2K - should have
mentioned that on my first message.
> Hello lightning-dave,
>
[quoted text clipped - 15 lines]
> DevelopMentor
> http://staff.develop.com/ktegels/