Viewing 15 posts - 16 through 30 (of 105 total)
jreece (5/17/2010)
He left out some important details about the inner loop. That one should be configured as a Foreach File Enumerator, not and ADO enumerator. The rest of...
May 17, 2010 at 12:26 pm
You'll need to add an expression to the Excel connection manager. ExcelFilePath is the expression you'll need to look for. You'll need to include the full path of...
April 21, 2010 at 10:15 am
I used an onError event handler to mark the flag back to 0. In the event that I couldn't connect to the database, I have a job that will...
April 16, 2010 at 3:18 pm
You could add a step at the beginning of the process to set a flag in a table to 1 and set it back to 0 once it's completed. ...
April 16, 2010 at 1:32 pm
Personally, learn both as much as you can. There are some tasks you can do with native SSIS tasks but some tasks like the file system task can be...
April 16, 2010 at 12:22 pm
Quite honestly, I can never get the file system task to work the way I want it to so I wind up using a script task instead and pass in...
April 16, 2010 at 12:08 pm
Grant Fritchey (3/3/2010)
Without seeing the structure, it's hard to say, but at a guess, it's the index reordering itself as the inserts come in..
I guess what has be a bit...
March 3, 2010 at 8:31 am
We average about 2300 records per hour. However, they are not equally distributed across the hour. We get them in short bursts of 100 or so records.
March 3, 2010 at 8:04 am
What do the logs on the AS400 say?
February 9, 2010 at 9:19 am
I think Mike hit it on the head. It's an insurance policy. You'll like won't use it but if you every have an issue you can always go...
February 9, 2010 at 9:16 am
Phil Parkin (2/9/2010)
This seems to delete files, not folders ...
You're right. I misread the requirement. I think you could still do directory.delete(some sort of path))
February 9, 2010 at 8:53 am
I would still consider trying the for each file enumerator along with a script task. I've deleted thousands of files in just a few minutes. The first time...
February 9, 2010 at 7:13 am
Under the squiggly line it will usually tell you what it can't set the variable. What does it say?
February 8, 2010 at 12:11 pm
There is a property in the execute process task called successvalue. It sounds like you have it set to 1 instead of the default of 0.
February 3, 2010 at 8:55 am
You could always just add a column to your table with a default value of getdate().
February 3, 2010 at 8:50 am
Viewing 15 posts - 16 through 30 (of 105 total)