Executing 5 procedures in one procedure

  • Hi All,

    Can any one help me out how to execute 5 procedures in one procedure one by one ( one after another) ...Do we have to use go after each SP?..thanks

  • koti.raavi (12/17/2014)


    Hi All,

    Can any one help me out how to execute 5 procedures in one procedure one by one ( one after another) ...Do we have to use go after each SP?..thanks

    Do not use Go.

    Use

    exec schema.ProcName1

    exec schema.ProcName2

    etc etc

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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