Quantcast
Viewing all articles
Browse latest Browse all 10045

SSRS 2008, can I use and combo in dataset query pane for DataSet

Hi, I'm trying to use this combo for my dataset: i.e. call sp and then use table resulting from this sp, and it give me an error

<procedure or function has too many arguments specified> while generating report on Preview, but runs OK from query designer, I'm totaly lost.

Can it be done??


createtable #temp (c1....c2)insert #tempexec sp_1000_Get_Mir  select c1, c2 from #temp


Viewing all articles
Browse latest Browse all 10045

Trending Articles