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: 360
sql-server-2008
|t-sql
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