Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how to code to sync all columns between two tables

Author  Topic 

Sun Foster
Aged Yak Warrior

515 Posts

Posted - 2005-06-09 : 09:29:46
How to code to sync all columns between two tables? Fow two tables in different servers with promary key, I know how to code to synchronize based on primary key column. But for another column, how to detect the difference between two tables?

X002548
Not Just a Number

15586 Posts

Posted - 2005-06-09 : 09:34:48
I assume you're talking about data and noth the tables structure.

Have a look here

http://weblogs.sqlteam.com/brettk/archive/2004/04/23/1281.aspx



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx
Go to Top of Page
   

- Advertisement -