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.