2
kudos
spam Kudos Remove

SSIS Package Reuse - Dave Ballantyne's Blog

published 622 days, 2 hours, 59 minutes ago posted by jacobsebastianjacobsebastian 628 days, 6 hours, 59 minutes ago
Wednesday, May 26, 2010 10:28:52 AM GMT Thursday, May 20, 2010 6:29:09 AM GMT

To me, as a professional software developer, SSIS is severely hindered by its lack of the ability to pass variables into a package. It is such an obvious and simple piece of functionality that it seems incredible to believe that, within SSIS as standard, a parent process cannot tell a child how to behave. This is almost akin to not being able to pass parameters into a function. After trying various methods (calling DTSRun , storing the variables in a table, etc.), none of which I was entirely happy with, I decided to resolve the issue myself.

category: Warehousing | clicked: 1 | | source: beyondrelational.com | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup