Viewing 15 posts - 12,121 through 12,135 (of 13,838 total)
Paul_Harvey (4/20/2010)
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...
April 20, 2010 at 6:54 am
Expanding on that a little ... You could use an Execute SQL task to run something like
Select Count(PK) from table where ...
and map the result directly to a variable, which...
April 20, 2010 at 6:38 am
da-zero (4/20/2010)
Phil Parkin (4/20/2010)
See here.And the award for the Shortest answer ever that was also actually helpful goes to...
😀
... and there was me thinking that I never won anything 🙂
April 20, 2010 at 2:56 am
ct_man12 (4/17/2010)
April 19, 2010 at 2:53 am
There is a better way of doing this which does not require a lookup table.
Add a derived column which converts NULLs to "No_Product_Line" and leaves non-NULL data as is, something...
April 17, 2010 at 3:23 am
Maybe this link will help you.
April 17, 2010 at 3:07 am
da-zero (4/16/2010)
I divised my suggestion from the template that I always use. This template has a conditional split to sort out the insert and the updates....
April 16, 2010 at 2:28 am
da-zero (4/16/2010)
zuma01 (4/15/2010)
If a record is found I want to ignore. Records wont change once entered.Cheers
I think you can just use an OLE DB Source to read the data....
April 16, 2010 at 1:55 am
OK Rookie, I'll go easy on you 🙂
If a matching record is found (based on ID), do you just want to ignore it? Or perform some sort of update?
April 15, 2010 at 3:27 pm
We need a bit more info ...
What exactly do you mean by import? Do you have matching PKs? What happens if a match is found - update or ignore? Should...
April 15, 2010 at 12:49 pm
da-zero (4/15/2010)
Phil Parkin (4/15/2010)
Just two hours? That's nothing! My wasted time with Excel is measured in days 🙂
Two hours today that is 🙂
(I don't count the hours constructing the package,...
April 15, 2010 at 8:33 am
da-zero (4/15/2010)
I just wasted 2 hours on Excel in SSIS, so I can definitely tell you what the disadvantages are 🙂
---
And don't get me started on the automatic conversion of...
April 15, 2010 at 8:10 am
Max worksheet size is 1,048,576 rows by 16,384 columns in Excel 2007.
The fact that there is no explicit column data-typing in Excel is the single biggest cause of problems in...
April 15, 2010 at 7:20 am
Easiest thing to do is post some sample data. Your description is not detailed enough.
April 15, 2010 at 3:44 am
Viewing 15 posts - 12,121 through 12,135 (of 13,838 total)