Problem in executing SSIS packages
-
Wednesday, March 07, 2012 11:40 AM
I created two instances of SQL Server on my server. Project1 and Projec2
both these projects have ssis packages which have been stored in respective msdb.
I want the ability to execute the packages... but it seems that SSIS does not support multi-instance.
So how can I execute these packages in a multi isntance scenario?
MSDNStudent Knows not much!
All Replies
-
Wednesday, March 07, 2012 11:42 AMAnswerer
http://www.sqlmag.com/forums/aft/80083Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
- Marked As Answer by MSDN Student Thursday, March 08, 2012 10:34 AM
-
Wednesday, March 07, 2012 1:41 PM
Create SQL Agent jobs for the SSIS packages and then you should be able to access the other remote instance using a Linked server to execure the sp_start_job
HTH
Regards, Ashwin Menon My Blog - http:\\sqllearnings.com
- Marked As Answer by MSDN Student Thursday, March 08, 2012 10:34 AM

