Home All Groups Group Topic Archive Search About


Author
22 May 2009 4:47 PM
tshad
On 2008, I am finding these in my Sql Logs (about 6000 of them) done in
about 30 seconds.  This seems to happen 6 or 7 times a day.

05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEOFF 3604<c/> server process ID
(SPID) 76. This is an informational message only; no user action is
required.
05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEON 3604<c/> server process ID
(SPID) 76. This is an informational message only; no user action is
required.

What would cause this?

Thanks,

Tom

Author
22 May 2009 6:31 PM
Aaron Bertrand [SQL Server MVP]
This is used to change the way subsequent DBCC commands direct their output.
What is doing it?  Who knows.  Some kind of monitoring software maybe.
You'll have to run a trace I suppose.

A



On 5/22/09 12:47 PM, in article eW08G0v2JHA.***@TK2MSFTNGP06.phx.gbl,
Show quoteHide quote
"tshad" <t***@pdsa.com> wrote:

> On 2008, I am finding these in my Sql Logs (about 6000 of them) done in
> about 30 seconds.  This seems to happen 6 or 7 times a day.
>
> 05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEOFF 3604<c/> server process ID
> (SPID) 76. This is an informational message only; no user action is
> required.
> 05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEON 3604<c/> server process ID
> (SPID) 76. This is an informational message only; no user action is
> required.
>
> What would cause this?
>
> Thanks,
>
> Tom
>
>
Are all your drivers up to date? click for free checkup

Author
22 May 2009 11:53 PM
tshad
"Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:C63C67C1.19FD1%ten.xoc@dnartreb.noraa...
> This is used to change the way subsequent DBCC commands direct their
> output.
> What is doing it?  Who knows.  Some kind of monitoring software maybe.
> You'll have to run a trace I suppose.
OK,

Thanks,

Tom
Show quoteHide quote
>
> A
>
>
>
> On 5/22/09 12:47 PM, in article eW08G0v2JHA.***@TK2MSFTNGP06.phx.gbl,
> "tshad" <t***@pdsa.com> wrote:
>
>> On 2008, I am finding these in my Sql Logs (about 6000 of them) done in
>> about 30 seconds.  This seems to happen 6 or 7 times a day.
>>
>> 05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEOFF 3604<c/> server process
>> ID
>> (SPID) 76. This is an informational message only; no user action is
>> required.
>> 05/22/2009 09:05:03,spid76,Unknown,DBCC TRACEON 3604<c/> server process
>> ID
>> (SPID) 76. This is an informational message only; no user action is
>> required.
>>
>> What would cause this?
>>
>> Thanks,
>>
>> Tom
>>
>>
>

Bookmark and Share