Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 243352 - Last Review: September 16, 2003 - Revision: 3.1
INF: "DBCC TRACEON (208)" Messages in the Error Log When Using MSQuery
This article was previously published under Q243352
When running Microsoft Query (MSQuery), you may receive the
following message in the SQL Server error log or Windows NT Event Viewer
Application Log when you attempt to create a new query or open an existing
query:
99/03/04 12:42:07.28 spid10 DBCC TRACEON 208,
SPID 10
NOTE: The server process ID (spid) value will vary.
DBCC TRACEON (208) simply means SET QUOTED IDENTIFIER ON.
Therefore, these messages do not cause any harm and can safely be ignored. The
SQL Server ODBC driver puts the DBCC TRACEON (208) message into the connection
string whenever it determines that MSQuery is connecting to SQL Server. This
only occurs in a connection between Microsoft Query and SQL Server; for
example, if you were to use Microsoft Access instead of Microsoft Query, you
would not see these messages in the error log.
If you want to
prevent these messages from appearing in the error log, you can use trace flag
2505 as a startup parameter.
To add trace flag 2505 as a SQL Server
startup parameter, use these steps:
- In Enterprise Manager, right-click the server name, and
then click Properties.
- On the General tab, click Startup
Parameters.
- Add the following as a new parameter:
-T2505 - Restart the server for the new parameter to take effect.
APPLIES TO
- Microsoft SQL Server 7.0 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate