Execute SPROC after completion of another SPROC

Posted by Nai on Stack Overflow See other posts from Stack Overflow or by Nai
Published on 2010-06-07T12:30:40Z Indexed on 2010/06/07 12:32 UTC
Read the original article Hit count: 337

Filed under:
|

Essentially, I want to do this in T-SQL

1) Execute SPROC1 2) Upon completion of SPROC1, execute SPROC2 3) Upon completion of SPROC2, execute SPROC3

I know this is possible using SSIS. If there any way I can do this?

Thanks

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about t-sql