Comments on: HOW TO: Trace Statements Without SQL Profiler https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Sun, 29 Oct 2017 14:14:37 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Wade Harvey https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-16056 Tue, 18 Jul 2017 22:35:00 +0000 http://thomaslarock.com/?p=7789#comment-16056 http://idealprogrammer.com/net-languages/c/idealsqltracer-simple-free-open-source-alternative-sql-profiler/ – IdealSqlTracer is another free, open source alternative to Sql Profiler. It allows you to quickly grab and format all of the sql that is generated behind any web page or desktop app.
https://uploads.disquscdn.com/images/c485fab766b0c1d619040038faee24c76b1ae887613d4d2a1f93512ffad19d36.png

]]>
By: Trace To the Error Log | XL-UAT https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-12651 Mon, 09 Mar 2015 23:21:33 +0000 http://thomaslarock.com/?p=7789#comment-12651 […] Thomas LaRock (SQL Rockstar) put up an article on how to write executed commands directly to the SQL Server Error Log without having to use Profiler (or SQL Trace). The article/video can be found here. […]

]]>
By: Alex https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-7968 Fri, 18 Jan 2013 16:36:00 +0000 http://thomaslarock.com/?p=7789#comment-7968 In reply to Jonathan Kehayias.

as far as i know sqlprofiler now paid app
you can try ExpressProfiler from CodePlex – http://expressprofiler.codeplex.com/

]]>
By: Cathalobrien https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-6709 Thu, 08 Mar 2012 16:59:00 +0000 http://thomaslarock.com/?p=7789#comment-6709 In reply to Jonathan Kehayias.

Thanks for the tool for SQL Express, was gonna try out this method but the free profiler might be better.

]]>
By: Jhserres https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-6690 Sun, 04 Mar 2012 04:37:00 +0000 http://thomaslarock.com/?p=7789#comment-6690 good approach! However the drawback is that one must stop and re-start sql service….One cannot do that in PROD! huh?
One should resort instead to DMOs

]]>
By: Vince Gregory https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-6684 Thu, 01 Mar 2012 10:15:00 +0000 http://thomaslarock.com/?p=7789#comment-6684 Any chance of a wmv download of your YouTube video? YouTube is resticted on our company coonection.

]]>
By: ThomasLaRock https://thomaslarock.com/2012/02/how-to-trace-statements-without-sql-profiler/#comment-6677 Wed, 29 Feb 2012 22:53:00 +0000 http://thomaslarock.com/?p=7789#comment-6677 In reply to Jonathan Kehayias.

Thanks for the link to the Profiler replacement tool. Not everyone is allowed to download and run tools to their desktops these days, but for those that still have the necessary rights to do so that tool should work nicely.

And yes, they could run a server side trace and then use TSQL to read from a file. Thanks for presenting a second option. 

]]>