Profiler
From: anita (anonymous_at_discussions.microsoft.com)
Date: 02/23/05
- Next message: Andrew J. Kelly: "Re: Profiler"
- Previous message: Craig Berntson: "Security Issues with Built-in Roles?"
- Next in thread: Andrew J. Kelly: "Re: Profiler"
- Reply: Andrew J. Kelly: "Re: Profiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 23 Feb 2005 11:15:44 -0800
Running profiler to catch anything on the server that has
a duration of greater than 30,000 miliseconds(30 sec),
and realisticly we shouldn't have much logged, but in 3
hours we have over 23,000 rows logged and most of the
rows text data is recording this:
-- network protocol: TCP/IP
set quoted_identifier on
set implicit_transactions off
set cursor_close_on_commit off
set ansi_warnings on
set ansi_padding on
set ansi_nulls on
set concat_null_yields_null on
set language us_english
set dateformat mdy
set datefirst 7
What does this mean? And why is this running so long?
Thanks!
- Next message: Andrew J. Kelly: "Re: Profiler"
- Previous message: Craig Berntson: "Security Issues with Built-in Roles?"
- Next in thread: Andrew J. Kelly: "Re: Profiler"
- Reply: Andrew J. Kelly: "Re: Profiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|