SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Using SSIS on a Multi-Instance Server
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jbates99
Constraint Violating Yak Guru

289 Posts

Posted - 08/20/2012 :  17:47:17  Show Profile  Reply with Quote
hi,

I have a 2008 server that has 3 named instances. So it has 3 data engines, 3 job agents - but only 1 Integration Services service.

To be able to run an SSIS package against any of the 3 instances -- would I have to build 3 separate packages and in each one reference the appropriate connection manager that would point to that db instance? Any other way?

Thanks, John

visakh16
Very Important crosS Applying yaK Herder

India
48105 Posts

Posted - 08/20/2012 :  17:50:13  Show Profile  Reply with Quote
nope. you just have to create single SSIS package and store in file system. then call it from sql serger agents on 3 instances to execute. if it needs to access data from any of db make sure you make configuration items for connection manager connection string properties and set correct values from the sql jobs

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jbates99
Constraint Violating Yak Guru

289 Posts

Posted - 08/20/2012 :  18:01:29  Show Profile  Reply with Quote
Thankyou, Visakhm.

I will explore your ideas. I may have to post back with a followup question.
John
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
48105 Posts

Posted - 08/20/2012 :  18:46:37  Show Profile  Reply with Quote
ok...np
Feel free to post if you need any further clarification

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000