It's possible to capture a query's result using SQL Server Profiler?
i.e. the resultset generated by the query
It's possible to capture a query's result using SQL Server Profiler?
i.e. the resultset generated by the query
It is not possible to capture the results of a query using SQL Profiler. You can view pretty much everything else though - includung the actual query executed, parameters and their values, query statistics etc.
You need to create a new sql trace , and while doing that in the events tab of new trace de-select all and select only sqlstmntstarting, sqlstmntcompleted.
if you want to monitor procedures as well spstarting, spcompleted