sql - MSSQL -How to operate a second sp from a first sp BUT not to stop the first one -


helo friends, i'm inside first stored procedure, , inside of first procedure, want execute second stored procedure. ofcourse can write simple 'execute' command.

the problem second procedure has long duration, , don't want first procedure wait until second 1 finished.

i ask first procedure keep running independently after activates second stored procedure - mean need first procedure forget second procedure after called it.

the data base mssql 2008

i appreciate help. david


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -