Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Make Bulk Changes to DTSX package? Expand / Collapse
Author
Message
Posted Wednesday, December 05, 2012 2:21 PM


SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Wednesday, May 01, 2013 1:17 PM
Points: 158, Visits: 252
I have a DTSX package with probably... hmmmm....50 steps. For development purposes, everything was written to a temporary database/schema called "Sandbox.Ellis". All objects are created in that db.schema thus, it's now time to migrate to production. In the past I haven't had nearly as many steps. To avoid having to open every stinkin' once of these containers, is there a way to make a bulk change?


Thanks In advance.
Crusty.
Post #1393213
Posted Wednesday, December 05, 2012 2:25 PM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Yesterday @ 6:03 PM
Points: 5,658, Visits: 6,099
Yes, but you have to prep to do it from the start, using configurations. However, in theory, you should only need to change the Data Source object. What steps do you have that are avoiding the Data Source?


- Craig Farrell

Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

For better assistance in answering your questions | Forum Netiquette
For index/tuning help, follow these directions. |Tally Tables

Twitter: @AnyWayDBA
Post #1393219
Posted Thursday, December 06, 2012 6:55 AM


SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Wednesday, May 01, 2013 1:17 PM
Points: 158, Visits: 252
In this example I'm pushing lots of flat files into lots of tables. They're all in the Sandbox.Ellis db/schema. When I open the OLE DB Destination container, I see that I'm using the OLE DB Connection called Sandbox, but it's not specific to a schema. The table name I'm pointed to has the Schema and the table name. If I create a new OLE DB connection with the new db as well as the schema...... Not sure if that's going to work.....

Crusty..
Post #1393495
Posted Thursday, December 06, 2012 11:06 AM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Yesterday @ 6:03 PM
Points: 5,658, Visits: 6,099
The only way I can think of modifying the schema components is to open it as XML, find/replace, then reload the XML. Sorry, I just brainfarted on the fact that you can't schema hook in the OLE DB component yesterday, I almost never use schemas.




- Craig Farrell

Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

For better assistance in answering your questions | Forum Netiquette
For index/tuning help, follow these directions. |Tally Tables

Twitter: @AnyWayDBA
Post #1393657
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse