View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 08:24 AM
alex via SQLMonster.com
 
Posts: n/a
Default How to synchronize 2 tables on different sql servers

Hi, anybody can help me.


How can i synchronize 2 tables on 2 different sql servers 2000

i mean TABLE1(col1, col2, col3, col4) and
TABLE1(col1, col2, col3, col4, col5, col6)


the first 3 colums are the same in rwo tables.

Thanks

--
Message posted via http://www.sqlmonster.com
Reply With Quote