Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Profiler doesn't show data passed in parameters to report

Status
Not open for further replies.

tshad

Programmer
Jul 15, 2004
386
US
I have the normal events for Stored Procedures and TSQL checked which normally works with other querys I send from my web pages.

But when I look at the profiler after running the report I get the parameters but no values:

This is what I copied from my profiler window - notice parameters but not what they are equal to:

proc_RptProducerBook @ProfitCenter, @HireDate, @UserID, @Permission, @IncludeRetail,@IncludeWholesale,@IncludePrograms, @IncludePersonalLines

Why is this and is there a way to get the profiler to show the data?

Thanks,

Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top