Viewing 15 posts - 46 through 60 (of 114 total)
As I said before, the merge join doesn't hold the entire table in memory unless you are using a fully blocking component (such as a Sort or Aggregation). It continuously...
December 15, 2011 at 4:00 pm
MrAkki (12/7/2011)
December 7, 2011 at 3:57 pm
There are XML components in SSIS specifically for dealing with XML if you were to pursue that, however I haven't used them personally and so don't know much about them.
There...
December 6, 2011 at 9:14 pm
I guess YMMV, depending on your report vs ETL performance, but in general I would have expected it to be more expensive to do it in the ETL, quite cheap...
November 24, 2011 at 4:25 pm
aarionsql (11/21/2011)
I have since tried to simplify my model as much as possible.
I have 7 distinct individual folders, I have...
November 21, 2011 at 4:34 pm
No, after checking, I don't believe there is a way to do it. I was getting my etl tools confused. It would still require sorting to remove duplicates.
November 20, 2011 at 8:21 pm
Hmm, I assumed a select distinct query would be possible on a flat file source in the 'read twice' scenario.
Is there any problem the way I do it from my...
November 20, 2011 at 5:35 pm
Just a thought, but you could just load the data from the file, multicast it to two streams, sort each stream on the required keys removing duplicates, and send to...
November 20, 2011 at 5:19 pm
Hi,
There are many ways you can 'differentiate' between >5000 and <5000.
But why not use a conditional split?
What is it you are trying to achieve? Do you want them to go...
November 20, 2011 at 5:04 pm
I'm not sure that there's much in the way of examples out there. There are a few examples of ETL framework but they aren't quite what you are after and...
November 20, 2011 at 4:51 pm
Sounds more or less like this: http://www.sqlservercentral.com/Forums/Topic1202577-364-1.aspx
It depends on what you are trying to do.
Do you want to load a few files occasionally, or a large amount of files regularly?
Do...
November 17, 2011 at 4:23 pm
Basically, when the child package executes configurations are applied (the value of the parent package is retrieved at this point in time).
November 17, 2011 at 3:49 pm
There's no reason you can't create more than one Parent Package configuration, each for its own variable.
November 17, 2011 at 3:31 pm
I don't really understand what you are trying to do.
As far as I can tell, you have this:
SRC1 > MRGJ > CSPL > > > UALL > ?
SRC2 >^
Are...
November 8, 2011 at 4:03 pm
This is what I've used in the past:
Destinations have errors because I just opened the package outside of its environment to get a screen grab.
The scripts are just providing data...
November 7, 2011 at 5:47 pm
Viewing 15 posts - 46 through 60 (of 114 total)