Article ID: 139141
Article Last Modified on 10/27/2006
\SOFTWARE\Microsoft\SMS\Tracing
Value Name: SQLEnabled
Data Type: REG_DWORD
Data: 1
dbcc traceon(-1,4032,3605)This configuration can be toggled off and on as follows:
dbcc traceoff(-1)
-or-
dbcc traceon(-1)These settings should not be active for normal use of the system and are intended for debugging purposes only. Once you obtain output in the respective log files, they can be used to determine more closely what is happening.
Additional query words: prodsms sql trace tracing
Keywords: kbnetwork KB139141