Viewing 15 posts - 106 through 120 (of 381 total)
My suggestion is to add an error output to the components that are giving you errors. Send those rows to a separate table with the error information or to...
January 28, 2009 at 5:18 am
We had to submit our final masters’ paper to some service that tried to catch plagiarism.
In that same online program, a fellow student posted lifted a long web article intact...
January 28, 2009 at 5:10 am
Can you view the file using some kind of binary viewer? It sounds like there is a null character (ascii 0) after the numbers.
January 2, 2009 at 11:05 am
When do you get this error? Running BIDS or when the package is deployed?
January 2, 2009 at 10:34 am
Where are these system generated exceptions occuring? In the script task/script component?
October 13, 2008 at 7:11 am
What happens if you run the following:
"C:\Program Files\WinRAR\rar.exe" -a C:\list.txt C:\MyCompressedfile.rar
October 13, 2008 at 7:08 am
You could use the ExecuteSQL task with a connection to the remote server. You load the value into a variable. If it is the right value then continue with...
October 9, 2008 at 3:27 pm
I'm trying to make this work with just an expression and it is complicated. I would go back to using a script component to strip out the date portion...
October 9, 2008 at 12:40 pm
I think I see where you are going with this. Very clever.
In the Precedence constraint you need an expression that parses the last 8 character into a date string...
October 8, 2008 at 5:39 pm
You could use a ForEach container to iterate through all of the files with a pattern: Package*.txt
In the container put a Script task. Test the file name pattern for...
October 8, 2008 at 4:58 pm
I'm in favor of porting your code. I think that the main code you will need to change is how you instantiate the workbook. But the rest of...
March 25, 2008 at 9:29 am
No alias. I'm convinced that almost all people have been burned or seen friends burned by management, not for the good of the company (which would make some sense)...
February 6, 2008 at 1:37 pm
The only place I can think of where a PK would not be workable would be in the very rare occasion where you want to use a nullable column as...
December 11, 2007 at 4:53 am
Viewing 15 posts - 106 through 120 (of 381 total)