Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 executing ssis packages through command line

Author  Topic 

priyabala
Starting Member

6 Posts

Posted - 2010-09-13 : 15:39:50
we are trying to run ssis packages(version 2005) using command line (dtexec)parameters.We need an xml file with connection string information that can be changed run time so that when we change from Development to production ,we don't have to open and edit the packages.

Please let me know the feasible solution to this.

Thanks.

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2010-09-13 : 15:49:25
Does it really need change at run time?

It sounds like all you need is a package configuration file:
http://msdn.microsoft.com/en-us/library/ms141682.aspx
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-09-16 : 12:48:55
http://www.mssqltips.com/tip.asp?tip=1434

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

Go to Top of Page
   

- Advertisement -