0
要成爲預想的結果,我必須執行這三個查詢 例如:MS SQL Server報表服務器的多個查詢在一個數據集
insert into tb1(a,b) select 1,2 // input data for stored procedure
exec sp // execute stored procedure
select * from tb2 // output of stored procedure
和在報告中顯示tb2數據
如何在SSRS中執行?