Viewing 15 posts - 12,166 through 12,180 (of 13,874 total)
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
Creation, development, production then deletion.
Unhealthy SSIS packages skip the production stage.
April 15, 2010 at 2:58 am
AAAV (4/14/2010)
my dev machine has both versions and the server has only 2005....
April 15, 2010 at 2:55 am
No idea about the NULLs datatype, sorry.
Regarding SQL Server 2008 - go for it. SSIS is not much different, but in some areas it is just plain better and more...
April 14, 2010 at 3:42 am
da-zero (4/14/2010)
yingchai (4/13/2010)
Hi Phil,I had some problems here after applying the Lookup Transformation when I want to do partial mapping.
That's why I talked about redirecting or ignoring the error output...
April 14, 2010 at 12:57 am
I am wondering whether the fact that you used file-level copy with the packages has confused SSIS because of the duplicate IDs all over the place.
You may like to try...
April 14, 2010 at 12:48 am
Sorg should be joined to source_id, not destination_id.
The rest should be ok ... as long as you do not need sorg later on in the dataflow.
April 13, 2010 at 1:58 pm
Build a mapping table (OldID, NewID) and then use a Lookup transformation to lookup the new ID based on the old ID ... much easier than building a mega-complicated nested...
April 13, 2010 at 7:39 am
How did you make the copies?
This also sounds like a maintenance nightmare for the future. Is there any reason why you don't do all the processing in the same package?
April 13, 2010 at 3:09 am
Puzzling.
OK, please try opening the advanced editor for your data source.
Have a look at Input and Output properties. Check External and Output columns for SectionTitle - should be TextStream (at...
April 12, 2010 at 8:50 am
Viewing 15 posts - 12,166 through 12,180 (of 13,874 total)