I have a stored procedure that I\'m using in a dataset to generate a report in ReportViewer.
This SP uses temporary tables to store intermediate values, so that these ca
The answer stated here works perfectly, for reasons unknown.
Just place the below code after the stored procedure after the AS part of the SP.
IF 1=0 BEGIN SET FMTONLY OFF END