Viewing 15 posts - 31 through 45 (of 96 total)
Thanks for the advice.
Can I just ask....
If I set this constraint, does it potentially prevent the entire package from running, or will components AFTER the one I wish to exclude...
April 20, 2010 at 6:50 am
Thanks very much! My package now executes immediately, rather than pausing before it starts. There is still a minor 10 second pause between packages, but this is much...
April 20, 2010 at 6:44 am
Thanks _BC.
I have reduced the lookup data by creating views that exclude records taht would never match.
This appears to have both prevents the errors, and reduced the total running time...
April 20, 2010 at 3:56 am
Thanks for the reply.
With smaller group it generally runs through. I am not likely to have more than 1000 records at a time coming through once this is in...
April 19, 2010 at 9:00 am
Hi _bc,
I believe that I was mistaken in my initial diagnosis.
I am currently testing a SSIS package that is going to be used to clean and deduplicate incoming data before...
April 19, 2010 at 2:18 am
Ok. What I have done is to add another Execute SQL task in SSIS as follows:
Update TABLE
Set NAME = NULL
where NAME NOT LIKE '%[0-9]%'
AND
...
April 16, 2010 at 6:56 am
Hello,
Thanks for your code.
Yes, I have tried it,and I have been trying to modify it to suit my purposes.
Your code is selecting the records that I want, but is not...
April 16, 2010 at 6:44 am
Hi All,
Many thanks for your attempts to assist me.
I am a little embarassed to have been given the link to posting etiquette. My apologies.
I didn't spend enough time structuring...
April 16, 2010 at 6:15 am
Hi Sasidhar
Thanks for your advice.
Unfortunately I don't have a full list of disallowed fields, only allowable ones!
Perhaps my oringal post was a little elongated. What I am looking...
April 16, 2010 at 5:35 am
I realise that this is drifting off topic somewhat, but can anyone help me to get around this?
I am wondering if there is a way of using the NULLIF function...
April 16, 2010 at 1:33 am
Done it. Sorry.. please ignore the question.
What I had failed to do was to set the ResultSet property to "Single Row".
April 12, 2010 at 6:52 am
Yes, I fear that you are correct.
Oh well... sometimes the hard way is the best way to learn!!
April 9, 2010 at 2:36 am
Thanks for your input John. I have changed my select statement to use the NULLIF only for strings, so am no longer effected by the problem.
I will bear your...
April 7, 2010 at 4:03 am
Hi there,
I am now going to demonstrate my lack of understanding on this NULLIF function but....
Today I discovered to my surprise (see!?!) that NULLIF(field,space(0)) not only removes spaces from my...
March 30, 2010 at 8:37 am
Thank you very much Vaibhav K T
That did the trick swiftly and accurately. It must have saved me hours.
:-):-)
March 29, 2010 at 5:42 am
Viewing 15 posts - 31 through 45 (of 96 total)