Viewing 15 posts - 16 through 30 (of 51 total)
Hi,
The MaxConcurrentExecutables setting is set to -1. I guess that the decision what to run is not done by SSIS but the SQL server engine.
I have to take a deeper...
April 23, 2020 at 3:24 pm
There is a top level task which drops all foreign key constraints. The tables are without any constraints (PK, Unique, FK, Check). Also, compression is disabled. Further, I use INSERT...
April 21, 2020 at 2:50 pm
Cost Threshold of parallelism is set to 5 (I think it's default since stone age) and MAXDOP is number of logical cores of the machine (e.g. 10 physical cores with...
March 6, 2020 at 8:46 am
Hi,
thanks, that would be nice if you could come back to me with details. Links to literature is fine for me, I just need help to get the buzzwords that...
March 3, 2020 at 5:23 pm
Hi Scott,
sorry for keeping you waiting so long. I had to made several tests before. I have read your link about minimal logging on clustered indices.
I have a very simple...
February 28, 2020 at 12:35 pm
Oh, ok. I have to check that.
Is there any other option to avoid it? I have chosen to write all my staging data into an uncompressed heap due to minimal...
February 26, 2020 at 9:41 pm
Thanks for the quick reply.
So, you think that MAXDOP as option will get the number of cores up for writing the table? Or is the writing always a single core...
February 26, 2020 at 9:15 pm
Edit: I know of the following article:
But the machine is using all cores at the beginning. Does it switch the behaviour dynamically?
February 26, 2020 at 8:45 pm
Thanks for the link. I do not use any of such operators. It is just a selection (simple copy of the source table), so no limitation from that side.
If I...
December 8, 2019 at 11:16 am
Ok, now I got you. I'll try it tomorrow when I am back at work :-). Hope that this will bring the benefit I was looking for.
December 4, 2019 at 9:08 pm
Wow, never thought about that. But how does it work? If I write the SELECT statement in the SQL task and use a object variable as full return set how...
December 4, 2019 at 8:48 pm
Hi,
thanks for links, the third one was new to me :-). It is indeed the nearest match to my use case. It still has a 1:1 relation between table and...
December 4, 2019 at 8:37 pm
It is just a simple SELECT of a subset of columns. No transformation at all. I am loading my data from source system DBs to my staging area. All business...
December 4, 2019 at 7:34 pm
I get your point to have full power over parallelism if I implement it manually.
But I don't get the part with the query processor. Why does the query optimizer allow...
December 4, 2019 at 2:24 pm
I had table lock disabled in order to allow concurrent inserts. According to documentation minimal logging works for HEAP tables in SIMPLE RECOVERY and concurrent inserts....
December 4, 2019 at 1:47 pm
Viewing 15 posts - 16 through 30 (of 51 total)