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
Post a Comment