One Stored Proc, Two Reports

  • We have SSRS installed and are working on two reports that basically use the same stored proc. My question is, when the reports are executed simultaneously, does the procedure launch each time in it's own piece of memory, or does one report wait on the other to finish?

    Thanks,

    Jim P.

  • The code is re-entrant. Both can run together.

  • thanks for the quick reply! I appreciate it! 😀

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply