Hi,Is it possible to have a Nested Procedure in an embedded dataset?What I'm trying to do is execute a table update at the point a report is run and then display those updated records within the report (this data cannot be produced direct to SSRS live).So far I've triedEXEC PROC udp_TableUpdateALL (This calls 12 separate table updates)SELECT * FROM UpdatedTableWhich works fine in SSMS but throws a timeout error in SSRSAny ideas?
↧