Guest User

Untitled

a guest
Apr 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CREATE PROCEDURE MyLauncher
  2. AS
  3. BEGIN
  4. BEGIN
  5. @EXEC MyBackgroundSP01 -- Runs in parallel to the other 2
  6. @EXEC MyBackgroundSP02 -- Runs in parallel to the other 2
  7. @EXEC MyBackgroundSP03 -- Runs in parallel to the other 2
  8. END
  9. END
Add Comment
Please, Sign In to add comment