I’m trying to profile SQL reporting services, used from ASP.NET application. In SQL profiler all the SQL run by ASP.NET shows up. It looks like the reporting SQL (from the RDL) doesn’t show. Is there some setting or filter I’m missing?
I’m trying to profile SQL reporting services, used from ASP.NET application. In SQL profiler
Share
Application name column = Reporting Services (or similar) usually.
You may need to trace SQL batch complete and RPC call complete I’ve been bitten with this before…