Re: Multiple Select Into
- From: kabal77@xxxxxxxxx
- Date: 2 Mar 2007 00:38:16 -0800
The server is bi-processor
On 1 Mar, 15:42, "Steve" <morrisz...@xxxxxxxxxxx> wrote:
On Mar 1, 6:21 am, kaba...@xxxxxxxxx wrote:
Hi all,
I am new of the group and I hope that you can help me to resolve the
"problem" that plagues me...
I must unload the data of many tables (... some of which rather large...)
from 4 DB ORACLE on my SQL Server 2005...
I have created therefore 4 linked server on my SQLServer that is
connected to the 4 DB Oracle... Then I have created some task (using
SSIS) that they execute one banal instruction of
SELECT * INTO NomeTabella FROM LinkedServer. Schema.NomeTabellaOracle
where NomeTabella represents my physical table.
Executing then all the task at the same time I see that the task
effectively all are activated entirety, but...
when I try to verify as they come executed the operations, I see that
several SELECT INTO come executed one after the other and NOT in
parallel...
Also watching the data traffic on the net I see that the tables come
tried, created and filled up one for time and NOT in parallel...
Exists a way in order to execute in parallel the instructions of
SELECT INTO?
Unfortunately I cannot use the dataflow task of the SSIS because these
SELECT INTO come shaped in dynamic way (what that I succeed to make
only creating "by hand" SQL instruction).
Bye and thanks !
umboZ
How many processors do you have available for parallel execution?- Nascondi testo tra virgolette -
- Mostra testo tra virgolette -
.
- References:
- Multiple Select Into
- From: kabal77
- Re: Multiple Select Into
- From: Steve
- Multiple Select Into
- Prev by Date: could i reuse sql2k CALs for sql2k5
- Next by Date: Install of SQL 2005
- Previous by thread: Re: Multiple Select Into
- Next by thread: Re: 0 Blocking, but lots 'o locks...can that be right?
- Index(es):
Relevant Pages
|