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??
create table #temp (c1....c2)
insert #temp
exec sp_1000_Get_Mir
select c1, c2 from #temp
No comments:
Post a Comment