Viewing 15 posts - 406 through 420 (of 681 total)
Are you wanting you create a DLL or an SSIS package? If it's the former, you should be able to do this with just a few lines of code...
December 8, 2008 at 8:51 pm
Start over at JumpStartTV.com and watch the numerous videos on SSIS. I believe Microsoft also has some getting-started videos on their website. I would also recommend the Wrox...
December 4, 2008 at 10:52 pm
It looks like you're adding the variable name to the Arguments field, which is interpreting it as a literal. You'll need to use an Expression to assign the variable...
December 4, 2008 at 9:00 am
No problem. Good luck - it sounds like a fun project.
December 4, 2008 at 8:57 am
To do this in parallel, I think you'll need duplicate components. Perhaps you could create a few script tasks/components to do an alpha split (or other selective copy) and...
December 4, 2008 at 8:03 am
You could make an SP out of the code you have posted below, adding a "SELECT * FROM #tmp" at the end. Call this stored procedure from an OleDb...
December 4, 2008 at 7:37 am
Not that I know of. How many files do you have? If it's a small number of files, you could set up a sequence container containing a Filesystem...
December 4, 2008 at 7:23 am
You can use the Execute Process task when calling the Winzip command line executable.
December 4, 2008 at 7:16 am
Your problem definition says that you need to dynamically create packages, but you didn't specify why you need to do this. Can you provide more detail about the problem...
December 3, 2008 at 8:05 pm
If you want notification when the entire package fails, it's easiest to create a notification on your SQL Agent job to send an e-mail upon failure.
hth,
Tim
December 3, 2008 at 8:03 pm
First, you can't do this with the Winzip GUI. You need an add-on to Winzip (available for download on their website) to install the command line tools. You...
December 3, 2008 at 8:01 pm
Good article. I've found this case to be true in purchase applications and not just in-house development. I've gone to blows with more than one vendor after their...
December 1, 2008 at 8:20 am
Jeff Moden (11/22/2008)
GilaMonster (11/22/2008)
November 28, 2008 at 8:10 am
You mention that you have 5 lookups in your package... Are these the only transformations you have between your source and destination?
If you are getting an error in a...
November 27, 2008 at 2:57 pm
Viewing 15 posts - 406 through 420 (of 681 total)