SQL Server Profiler (2008)
How do I start up 'SQL Profiler'?
Can it be used to get information from an application query using SQL Server 2008 such as table Name, column etc. In short can you display the SQL that was run to develop a screen from an external application. Apllication name is Xytech
December 19th, 2013 1:11pm
You find the tool in the SQL Server program group. The name of the exe file is Profiler.exe. And, yes, it can capture the SQL commands from an application.
December 19th, 2013 1:34pm
How do I start up 'SQL Profiler'?
Can it be used to get information from an application query using SQL Server 2008 such as table Name, column etc. In short can you display the SQL that was run to develop a screen from an external application. Apllication name is Xytech
December 20th, 2013 12:18am
Hi JR,
Profiler is the tool which comes as a part of product (other than express edition) and installed when we install client tools. If the stored procedure code is not encrypted then you would be able to see the statement being executed in SQL Server. Note that
it won't replace and show the variable values in profiler.
December 20th, 2013 1:35am
December 20th, 2013 2:40am