Re: Help with SQL errors in Profiler
From: Maciek Sarnowicz [MSFT] (macies_at_online.microsoft.com)
Date: 09/23/04
- Next message: David Gugick: "Re: Database Memory Tool"
- Previous message: Tony Edwards: "Help Accessing SQL Security Manager in v6.5"
- In reply to: SalamElias: "Help with SQL errors in Profiler"
- Next in thread: SalamElias: "Re: Help with SQL errors in Profiler"
- Reply: SalamElias: "Re: Help with SQL errors in Profiler"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 13:16:21 -0700
Hi,
Please make sure that you have events from TSQL group included in your
trace. The most useful would be:
SQL:StmtStarting or SQL:BatchStarting.
Regards,
Maciek Sarnowicz
SQL Server Tools SDE
-----------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
"SalamElias" <eliassal@online.nospam> wrote in message
news:8FEBA1EB-DE4A-47B4-B154-A9B7532F17C3@microsoft.com...
>I noticed recently errors logged, each 5 second in the event viewer. I ran
> Profiler by adding Errors and warning, RPCcompleted, Stored proc...
> I see the same errors logged in profiler as the oners logged in event
> viewer
> but can not find the text or the SP generating the error. errors in
> Profiler
> appear as follows :
> Exception : Error: 208, Severity: 16, State: 1
>
> ErrorLog : 2004-09-23 09:24:43.82 spid66 Error: 208, Severity: 16,
> State: 1
> 2004-09-23 09:24:43.82 spid66 Invalid object name '##CC'...
> My web site continu to work and I don't see error messages on my pages.
> I use DBCC INPUTBUFFER(SPID), I get the following result :
> RPC Event 0 sp_executesql;1
>
> How can I configure or what should I do in my profiler to discover the
> statement or SP that causing the error. I should signal that just before
> error messages I have RPC:Completed messages for different SP
- Next message: David Gugick: "Re: Database Memory Tool"
- Previous message: Tony Edwards: "Help Accessing SQL Security Manager in v6.5"
- In reply to: SalamElias: "Help with SQL errors in Profiler"
- Next in thread: SalamElias: "Re: Help with SQL errors in Profiler"
- Reply: SalamElias: "Re: Help with SQL errors in Profiler"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|