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


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

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