Viewing 15 posts - 12,016 through 12,030 (of 13,870 total)
How do you define the word 'duplicate' for your data?
July 6, 2010 at 8:02 am
Excel is such a pain to import from that a lot of this validation will probably be done for you, though not in the way you want. Invalid data will...
July 6, 2010 at 1:39 am
Alexander G. (7/5/2010)
If you...
July 5, 2010 at 9:07 am
Reverse the string, find the first occurrence in the reversed string and then subtract that from the total string length ...
June 15, 2010 at 3:03 am
Dan.Humphries (6/9/2010)
June 9, 2010 at 2:54 pm
I just tried with a string (called 'Test') and this works:
Row.Test = Microsoft.VisualBasic.Constants.vbNullString
June 9, 2010 at 2:38 pm
enis.ertem (6/9/2010)
Thank you for the useful tips.
CEWII - Is there any way to send me the project file as I can only see the executeable. I want to see...
June 9, 2010 at 2:45 am
da-zero (6/7/2010)
SSIS_NewBi (6/5/2010)
Team,Can you please review the code and evaluate it in terms of Performance and optimization.
thanks
:ermm:
Wow, terse evaluation :w00t:
June 7, 2010 at 6:53 am
So your fields are space delimited and a non-existent date appears as a hyphen ('-')?
You'll have to bring the field in as text and then use a derived column to...
June 7, 2010 at 5:34 am
Please tell us what you are trying to achieve and why you are facing these questions. If it's for an examination or job interview, this is not the place.
June 6, 2010 at 1:04 pm
A script component would also be able to do the job (read the lines, form a single record, then output it).
June 5, 2010 at 6:22 am
sachinrshetty (6/3/2010)
I found the answer in some blog and here it is
"My answer was always "Set RetainSameConnection=TRUE on the connection manager and set DelayValidation=TRUE on all tasks that use...
June 3, 2010 at 11:57 pm
I do not think that this is the correct way to set up a transaction for what you are trying to do.
Try removing the BEGIN and COMMIT SQL tasks and...
June 3, 2010 at 11:55 pm
Viewing 15 posts - 12,016 through 12,030 (of 13,870 total)