

IdealSqlTracer
IdealSqlTracer is a simple, free, open source alternative to SQL Profiler that formats all of the sql behind a web page or desktop app. It puts the formatted sql in notepad so that you can easily copy it to SSMS.
Features
- Database Management Tool
Tags
- sp_trace_filter
- profiler
- sp_trace_create
- Microsoft SQL Server
- sql-profiler
- sp_trace_setstatus
IdealSqlTracer News & Activities
Recent activities
- POX added Database Management Tool as a feature to IdealSqlTracer
IdealSqlTracer information
Featured in Lists
A list with 50 apps by h0rr0rh0und without a description.
What is IdealSqlTracer?
IdealSqlTracer is a simple, free, open source alternative to SQL Profiler. The advantage of IdealSqlTracer is that it takes all of the sql generated behind the scenes in a desktop application or web page, and it formats it to make it easily readable. IdealSqlTracer takes this beautifully formatted sql, and puts it into notepad. This allows you to easily cut-n-paste the sql in notepad, and run it directly in Sql Server Management Studio (SSMS). The advantage of doing this is that it makes it possible for you to see exactly what is going on in your application or website. IdealSqlTracer utilizes sp_trace_create, sp_trace_filter, sp_trace_setstatus sql procs to create these custom traces for you.
Steps to use:
- Download source for IdealSqlTracer at https://github.com/harvey007y/IdealSqlTracer
- Build and Run IdealSqlTracer
- A series of dialog boxes will appear that allow you to specify the server, database, username, password, and so on.
- Once the basic info is entered, a green dialog box is displayed telling you the trace has started. That dialog tells you that you need to perform the action on the website that you want to trace. After the action on the website is done, click the okay button in the green dialog box to end the trace and have the formatted sql appear in notepad. The next screenshot shows the green dialog box that pops up when I am trying to trace what is going on behind a desktop app called IdealAutomate. After the green box appears, I hit save in the IdealAutomate application to cause some sql to be generated.









Comments and Reviews
useless and discontinued.