Zoe, Thanks for your input. The issue ended up being that the 1st parameter in the SSRS report was set to integer, and the 1st parameter in the stored procedure was set to varchar(100). Once I got all the data types aligned everything was fine.
Why am I being prompted to define query parameters for my dataset?
Tom Stone
521
Reputation points
Why am I being prompted to define query parameters for my dataset when I select "Refresh fields"? It is simply calling a stored procedure.
Accepted answer
1 additional answer
Sort by: Most helpful
-
ZoeHui-MSFT 37,671 Reputation points
2020-08-26T02:40:22.643+00:00 Hi,
Please check the SQL Profiler for queries executed at back end to see if you are using parameters in the sp.
And have you tried to type in some valid dummy values and click Ok, will the dataset refresh correctly?
Regards,
Zoe