Viewing 15 posts - 406 through 420 (of 11,678 total)
Brandie Tarvin (10/27/2015)
Koen Verbeeck (10/27/2015)
October 27, 2015 at 6:20 am
Brandie Tarvin (10/27/2015)
October 27, 2015 at 6:03 am
SimonH (10/27/2015)
Could you not use a cached Lookup on the IDs, as opposed to a Merge Join
and then use an SSIS script (gives you access to C# hashbytes function which...
October 27, 2015 at 5:15 am
SimonH (10/27/2015)
Jayanth and Eirikur: your delta proposals seem quite interesting.
How did you create the delta?
Using the EXCEPT operator? This might be quite slow on the larger tables (about 10 million...
October 27, 2015 at 4:48 am
I'm thinking a left join between the recent table and the old table. There are no deletes and with a left join I have all the inserts.
Using hashes, I can...
October 27, 2015 at 4:47 am
Also keep in mind that sometimes SSAS displays its most crucial error information in warnings, instead of actual errors.
October 27, 2015 at 4:20 am
Jayanth and Eirikur: your delta proposals seem quite interesting.
How did you create the delta?
Using the EXCEPT operator? This might be quite slow on the larger tables (about 10 million rows).
October 27, 2015 at 4:00 am
anthony.green (10/27/2015)
Do you need the full source DB or is it just a subset?
I need a subset.
But the tables I need are still quite large (let's say in total 20GB).
There's...
October 27, 2015 at 3:55 am
It's all in the same company, but in different locations.
So again, the network is too slow to send a copy. (and it has to be automated daily)
It takes 17 hours...
October 27, 2015 at 3:16 am
Any assistance on this problem is greatly appreciated:
http://www.sqlservercentral.com/Forums/Topic1731087-3411-1.aspx
It's a bit out of my league as a BI guy 🙂
October 27, 2015 at 2:49 am
Viewing 15 posts - 406 through 420 (of 11,678 total)