|
|
|
|
Browse by Tags
All Tags » tools » Maintenance » SQL Server 2008 (RSS)
-
Just a quick note that we again can modify whether system messages are to go to eventlog/errorlog again. I.e., we can change the is_event_logged column in sys.messages. This is very valuable in general and specifically is you want to define Agent alerts (for which Agent polls the Eventlog). For instance:
SELECT * FROM sys.messages WHERE ...
|
|
|
|
|