|
Comments
|
|
Thank you.
|
|
|
Very Useful
|
|
|
interesting introduction to a very useful feature. perhaps could use more explanation. Can I add my own report and/or trace?
|
|
|
Needed to be more basic. I didn't see where he got Profiler from.
|
|
|
talks a bit fast....
|
|
|
A little confusing. I couldn't find my reports for SQL server. I didn't know if this was an option I could turn on or not. I also was not familiar with the SQL Server Profiler so this wasn't much help either.
|
|
|
Would appreciate it if you could add a comment about whether there are any hazards in opening the most recent trace file.
|
|
|
If you have a default install of the SQL Server 2005 client tools installed, you won't see the reports. That was functionality added to Service Pack 2. You'll need to install the latest SQL Server 2005 service pack on the system where you want to see reports (even if it's own client tools) in order to add this functionality to SQL Server Management Studio (SSMS).
|
|
|
SQL Server Profiler is a basic tool that allows you to see activity on your SQL Server. You should find it at Start | All Programs | SQL Server 2005/2008 | Performance Tools | SQL Server Profiler.
|
|
|
There shouldn't be any danger reading the most recent trace file.
|
|
|
Brian, you speak way too fast. Slow down and show more detail. 3 minutes is beetter than 2. Thanks.
|
|
|
Good one...
|
|
|
nice tutorial, but need to elaborate certain things like why there were so many .log files?
|
|
Steve Harris on
12/22/2009
how would you start the trace or modify it?
|
|
|
Instructor talks too fast and doesn't clearly explain the facets of the video.
|
|
|
My company firewall configuration does not allow video streaming. Any chances you will make your videos available for download ?
Thank you
|
|
|
Here is a good set of SSMS reports which query the Default trace: http://sqlconcept.com/default-trace-audit-documentation-and-faq/
|
|
|
Very nice. Thanks
|
|
|
Learned something new. Thanks
|
|
|
Keep them coming!
|
|
Jamshid Nouri on
1/26/2012
excellent!
|
|
|
great
|
|
|
More useful and faster alternative:
SELECT top 1000 *
FROM fn_trace_gettable('trace file path',default)
ORDER BY starttime desc
|
|
|
Doesn't seem very practical.
|
|
|
very good tip
|
|
Steve Harris on
1/26/2012
Maybe add how you change the default trace. Also, what important inforation could you get and use from the trace.
|
|
Russell Todd on
1/30/2012
seemed chopped off-just ended mid sentence
|
|
|
Too brief and too shallow. Some good info but definitely needed more details.
|
|
|
Very useful
|