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

How to update SQL Server table using DTS

Status
Not open for further replies.

wondemh

Programmer
Jul 30, 2001
3
US
Hi all,

I need to update my SQL Server 2000 tables with rows from an Oracle table. Using a DTS package, how can I get only rows from the Oracle table that have a date value greater than the maximum date from the SQL Server table?

Thanks

Henok
 
Henock, in editing the existing DTS package that you already created, you should have to options to either A) transfer a table, or B) import based on a Select statement. Choosing B would allow you to enter the SQL statement, including any necessary filtering, that pulls only the data you want. Robert Bradley
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top