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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting and updating from different data sources

Status
Not open for further replies.

datenis

Programmer
Jan 22, 2002
98
CA
Hi

The source and desitination tables reside in different databases; Pervasive and SQL respectively. I'm looking to do update and inserts on a scheduled basis using dts.

Is it possible to do both functions in 1 operation? If not then is there any quick way to insert only elements that are new to the destination table, without having to use a temp table? The same question would apply for the update operation as well.

Since these temp tables can become really large really fast, and if I have to load these temp tables every time then it's going to be slow.

Thanks for your help

-d
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top