i want to be notified when someone tries to login to my sql server (2008); whether it succeeded or not. I found the 'alert' section under the 'sql server agent', but didn't find anything like it there.
Michel
|
i want to be notified when someone tries to login to my sql server (2008); whether it succeeded or not. I found the 'alert' section under the 'sql server agent', but didn't find anything like it there. Michel
| |||||
feedback
|
|
is logging it to the windows eventlog and ERRORLOG good enough? if so. Using SSMS:
| |||
feedback
|
|
Not sure that feature is available built in but you can set up some scripts to do it. Try here for an example. | |||
|
feedback
|