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