sql - Start SSIS Asynchronously from a stored proc -


i need start ssis package via stored procedure. chose use 'exec dtexec' instead of starting job launch package, can have ability set variable in package. problem need package run asynchronously stored procedure return instead of hanging or timing out.

what best practice achieving this?

if want async operation variables, construct table hold variables wanted pass in, , agent job launched ssis them. use sp_start_job launch job asynchronously. package read variables needed table, or job read them construct appropriate launch command. package update table indicate results biztalk.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -