Viewing 15 posts - 1 through 15 (of 105 total)
Getting close to figuring this out. Turns out when you use an event handler you need to explicitly change the property of 'FailPackageOnError' or 'FailParentOnError' to true. With...
October 14, 2010 at 10:07 pm
I'm just tossing this out as a suggestion only because the file system task seems a bit finicky with me. Why not use a script task to rename the...
September 21, 2010 at 12:57 pm
My vote is on using a stored proc. I find it much easier to manage any logic changes. I tend to use SSIS as a means of getting...
September 20, 2010 at 1:28 pm
Can you post the package?
August 25, 2010 at 9:56 am
Phil Parkin (8/25/2010)
August 25, 2010 at 7:35 am
Alvin Ramard (8/24/2010)
August 24, 2010 at 3:20 pm
When you check overwrite data, it will overwrite any data in the file. So you are correct in that you will have one file but it will only be...
August 24, 2010 at 3:08 pm
Is it looping through all of the files and only processing one file or does it only loop through one file then exist? I always make the mistake of...
August 24, 2010 at 2:44 pm
Ok folks... So I finally cracked the code on this. There were two issues. The first was:
Database mirroring connection error 4 'An error occurred while receiving data: '64(The...
August 24, 2010 at 12:58 pm
I'm a sysadmin on the server I can see the results if I don't include the execute as. But once I add the execute as, I get the errors...
July 1, 2010 at 1:33 pm
Can't help with the syntax. But when I have an issue where I have to do an execute process task that requires some arguments to be passed, I get...
June 25, 2010 at 7:58 am
I usually use the foreach loop and just specify a pattern (i.e. filename*.txt) and dynamically build the connection. Depending on the project I'll also store the filename in a...
June 25, 2010 at 7:45 am
It's interesting that you mention the WITH COMPILE option. I had to put that on a few months ago to get SP to use the right plan. I...
May 25, 2010 at 8:52 am
What da-zero said. In fact, I prefer using a table whenever possible since it scales much better and you don't have to worry about someone deleting files or changing...
May 19, 2010 at 2:08 pm
Great article. Works like a charm. I do have some reservations using OLE Automation due to security concerns and the ability to troubleshoot when something goes wrong.
Google will...
May 19, 2010 at 2:01 pm
Viewing 15 posts - 1 through 15 (of 105 total)