Re: How can you edit an SSIS package when the connection details have changed? -
02-16-2009
, 04:40 PM
Hello Waldy,
I'm thinking you meant to post this in the SSIS section. But nonetheless...
Instead of opening your package in Visual Studio, find the actual DTSX file
and open with, say, Notepad. It's simply an XML document, so you can
manipulate elements & attributes as you see fit.
In this case, I would look for a DTS:Property DTS:Name "ConnectionString" and
change it to something to your liking.
Let us know how you make out.
Best Regards,
Tom
Thomas Bradshaw
Data Integration Services
MyWebGrocer LLC
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200902/1 |