Results 1 to 2 of 2

Thread: Logging error messages

  1. #1
    Chakri Guest

    Logging error messages

    Hi,

    How can I avoid certain messages from SQL Server being recorded into the Event viewer ?
    For example, every time I truncate the transaction log with 'Backup log with truncate_only', It is being recorded into the Event viewer as an Error. But, I know that it is not an error.
    How can I avoid this ?

    Thanks

  2. #2
    Ray Miao Guest

    Logging error messages (reply)

    Clear 'always log to eventlog' from manage message in em.


    ------------
    Chakri at 5/7/2002 4:30:30 PM

    Hi,

    How can I avoid certain messages from SQL Server being recorded into the Event viewer ?
    For example, every time I truncate the transaction log with 'Backup log with truncate_only', It is being recorded into the Event viewer as an Error. But, I know that it is not an error.
    How can I avoid this ?

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •