You can enable Adaptive Server message storage in the NT event log by using sp_configure to set the event logging configuration parameter. Possible values are:
1 – to enable logging of Adaptive Server messages
sp_configure "event logging", 1
0 – to disable logging of Adaptive Server messages
sp_configure "event logging", 0
Restart Adaptive Server after enabling logging with sp_configure; disabling does not require a server restart.
For information about the event logging configuration parameter and sp_configure in general, see the System Administration Guide.