Reputation: 12005
Using SQL Server/SSRS 2008.
With SQL Server Profiler, I've been unsuccessfully trying to trace SSRS (rdl) report generation calls to my database's stored procs i.e. so I can see what parameter values are being passed etc.
What events should I be looking for?
Upvotes: 6
Views: 10823
Reputation: 21756
Events:
In Stored Procedures group
If your proc is called as usual Sql Query, then:
In TSQL group
Upvotes: 10