dbTalk Databases Forums  

Compare Data

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Compare Data in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Terry
 
Posts: n/a

Default Compare Data - 04-13-2006 , 08:03 AM






How can I compare data in tableA on ServerA against tableB on ServerB and
insert/update data to tableB on ServerB based on success/fail conditions?

What tasks should be used and how?

Thank you.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Compare Data - 04-13-2006 , 09:02 PM






Hello Terry,

You can use;

1. A Data Pump task along with lookups (slow)
2. Linked server. Issue TSQL
3. Pump the data over from A --> B and run TSQL statements against it.
4. use Red-Gate's SQL Data Compare.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
How can I compare data in tableA on ServerA against tableB on ServerB
and insert/update data to tableB on ServerB based on success/fail
conditions?

What tasks should be used and how?

Thank you.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.