Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

store datas between two database 1

Status
Not open for further replies.

eri232323

Programmer
Sep 22, 2005
21
0
0
HU
Hi Everybody,
I need store some data from a database into an other.
I try pipeline, rowscopy, and step row by row, but it's so slow i think.
Does anyone know something what is faster like these?
(Pipeline was the best slower)
erie
 
eri,

Try following steps :

1) Have 2 transaction objects.
1) Retrieve rows from one database.
2) Change status of all rows to newmodified!.
3) Change trasaction object and point to another database.
4) Update.

Let me know if it works.

Regards,
Abhijit.
 
Hi,
It's cool!!! (2000 row 50 sec. If I used pipe it was more than 10 minute!)
I never try changing the transaction object under the living "data".
So many thanks!!! Professional :)))
-eri-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top