I have several procs with intricate processing inside that are used in my application. I have other procs that could use the results of those procs (instead of duplicating the processing). The OPENROWSET function seems to be the way, but it requires connection info to connect back to the database. This seems rather extreme just to grab a result set that is already in the database!
Any alternatives?
Any alternatives?