Viewing 15 posts - 46 through 60 (of 157 total)
I live and work in Indianapolis, Indiana. I was born in Washington D.C.
March 19, 2010 at 8:03 am
You'll need to set up your script component to take the entire row in as input, and add an output column to pass out the corrected row. Since each...
March 12, 2010 at 12:05 pm
You could use a script in the data flow that passes in each row and loops through the characters, writing all but CRs to the output row. If there...
March 12, 2010 at 8:28 am
Are each of the data inserts contained within their own data flow tasks? If so, ensure that the FailPackageOnFailure property on the data flow container is set to False....
October 15, 2009 at 12:01 pm
One possibility is to redirect error rows into a separate error table for review. If you have key fields on the data that you are importing, maintain these keys...
October 15, 2009 at 8:42 am
Express12 (10/13/2009)
Yes.. still getting an error.Description: The file name ""C:\TRASH\My "Trash\My" "Trash" Folder\MyTrash.csv"" specified in the connection was not valid.
The extra quotes inside the file name in...
October 13, 2009 at 2:50 pm
Have you tried wrapping quotes around the output data source name variable?
October 13, 2009 at 8:26 am
All of my SSIS configurations are done via XML file, not table, so I don't know if this will help at all, but Robert Davis did an article about...
September 22, 2009 at 2:45 pm
The chair at my current job is the best desk chair I have ever used. It's a Highmark Modela. It's got a mesh back, a fabric base, and...
July 29, 2009 at 7:12 am
As I have shifted career focus over the past 15 years from straight-up application development, to systems analysis, to data management and administration, it's always been about finding something to...
July 27, 2009 at 1:50 pm
I use an error re-direct scheme on all key transforms in a package. In each case, the process directs the offending source data row into an error queue table,...
July 24, 2009 at 9:08 am
For flat file viewing, especially files of over 4Gb in size, I use and recommend the "V" viewer written by Charles Prineas. It is not an editor, but it...
July 22, 2009 at 7:19 am
I can think of a few that I'd recommend:
SSISudio - Phil Collins
B-Trees - Rush
Mean Mr. Clustered - The Beatles
OLE Driver - Dio
July 6, 2009 at 2:36 pm
In the ER question, I think the OP's actual answer to whomever is asking him should be something along the lines of "No, I've not worked with ER diagrams." :unsure:
Then...
June 9, 2009 at 11:24 am
When the SQL Agent job fails, is it throwing the same odbc error as when it fails in BIDS? Are there any events in your server error log that...
June 5, 2009 at 11:26 am
Viewing 15 posts - 46 through 60 (of 157 total)