all groups > sql server dts > october 2004 >
You're in the

sql server dts

group:

Compare Rows



Compare Rows m.ahrens
10/28/2004 1:51:01 AM
sql server dts: Hi all

I have to update an SQL Server DB Table with data from an iSeries DB Table
with the same structure.

I would like to import data everyday and i would like to update only the
changed rows.

Is there a way to do this? or is it only possible to update evertime all rows?

thanks for your help
Re: Compare Rows Allan Mitchell
10/28/2004 7:47:19 PM
The ways I do it are this

1. I have triggers on the source tables that capture the changes made to
rows and the type of change. This is captured to a table and I can use this
table as a Source

2. Linked server. If you have linked servers between the two then you can
query the Source for only changed rows and use that as the source.


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

Re: Compare Rows m.ahrens
10/28/2004 10:23:02 PM
I will use the First one!

thanks for your help!


[quoted text, click to view]
AddThis Social Bookmark Button