Results 1 to 2 of 2

Thread: DBCC TRACEON 208??

  1. #1
    david bobko Guest

    DBCC TRACEON 208??


    For some reason I am seeing the lines DBCC TRACEON 208 showing up for all more databases, sometimes multiple times in the logs. What is this trace and where could it be coming from. What is the best way to troubleshoot this?

  2. #2
    Kenneth Wilhelmsson Guest

    DBCC TRACEON 208?? (reply)

    Snippet from the FAQ:

    What does dbcc traceon(208) mean in SQL Server? I see it in SQL's errorlogs, but I'm not issuing it.

    This traceflag is set by some applications as they rely on SQL 6.0's quoted identifier behaviour for object names.
    For differences introduced with 6.5 to this behaviour look at the "What's New" section in the 6.5 books-online.

    /Kenneth

    ------------
    david bobko at 3/14/99 12:41:03 PM


    For some reason I am seeing the lines DBCC TRACEON 208 showing up for all more databases, sometimes multiple times in the logs. What is this trace and where could it be coming from. What is the best way to troubleshoot this?

Posting Permissions

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