Re: copying data oracle2sql
- From: "Jeje" <willgart@xxxxxxxxxxx>
- Date: Sat, 24 Mar 2007 18:18:10 -0400
openquery is not designed to move large amount of data.
the import/export wizard use the bulk insert feature of SQL Server which result on the highest performance you can for a loading.
"Seems dts import/export wizzard doesn't use rollback segment?"
what do you mean by this?
you can import data in 1 transaction or multiple transactions
"Ramunas Balukonis" <ramblk2@xxxxxxxxxxx> wrote in message news:1174662643.833343@xxxxxxxxxxxxxxxxxxxxx
Hi,.
I discovered that copying data from oracle using "openquery" with linked
server is sevaral time slower that using "dtsexecui" (dts import/export
wzard). I used the same query for both methods. Does anybode has expirience
solving slowly openquery behaviour? My linked server has "allow in process"
enabled.
Seems dts import/export wizzard doesn't use rollback segment? May I could
rewrite my query?
select *
from openquery (sapr3_prd, '
select MATNR, WERKS, LGORT, LFGJA, LFMON, LABST
, UMLME ,INSME, EINME, SPEME, RETME, VKLAB
, VKUML
from sapr3.mardh
where mandt = ''600''
')
Ramunas
- Follow-Ups:
- Re: copying data oracle2sql
- From: Ramunas Balukonis
- Re: copying data oracle2sql
- References:
- copying data oracle2sql
- From: Ramunas Balukonis
- copying data oracle2sql
- Prev by Date: copying data oracle2sql
- Next by Date: Re: copying data oracle2sql
- Previous by thread: copying data oracle2sql
- Next by thread: Re: copying data oracle2sql
- Index(es):
Relevant Pages
|