Re: Track changes made to SQL Server
- From: "John Sheppard" <nospam@xxxxxxxxxxxx>
- Date: Wed, 5 Mar 2008 18:25:40 +1000
"Erland Sommarskog" <esquel@xxxxxxxxxxxxx> wrote in message news:Xns9A56F06EF195DYazorman@xxxxxxxxxxxx
John Sheppard (nospam@xxxxxxxxxxxx) writes:What do you mean profile on a server-side trace?
In the SQL Server program group, you find Profiler under Performance
tools. This tool permits you trace a whole bunch of things that goes
on in SQL Server. If you just press OK on all buttons that comes up,
you will see all command batches that are sent to the server. You can
set up filter to trace only a certain connection. And a lot more.
The Profiler is just the front-end. The trace engine itself lives in
SQL Server, and you can access it directly by setting up a server-side
traces. (The easiest way to do that is to set up the trace in Profiler and
then export the trace.) Server-side trace is the recommended for long-term
traces, and also when you trace in loaded production environments, as
it takes less load than a Profiler trace.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
ic! Thats what I want!
Now you're gonna tell me that it doesnt come with SQL Server Express, right? :) Im pretty sure it doesnt as theyre not there....
I'll look into it
Thanks for your help man, I'll see what I can find...
John
.
- Follow-Ups:
- Re: Track changes made to SQL Server
- From: Erland Sommarskog
- Re: Track changes made to SQL Server
- References:
- Re: Track changes made to SQL Server
- From: Erland Sommarskog
- Re: Track changes made to SQL Server
- From: John Sheppard
- Re: Track changes made to SQL Server
- From: Erland Sommarskog
- Re: Track changes made to SQL Server
- Prev by Date: Re: Queue handling design pattern?
- Next by Date: Removing 1 hour from text field
- Previous by thread: Re: Track changes made to SQL Server
- Next by thread: Re: Track changes made to SQL Server
- Index(es):
Relevant Pages
|