Hello George,
More questions:
1. Before you setup merge replication between 2 servers, does users table already available on both servers? Can I assume they have the same schema?
2. If tables available on both servers already,did you setup merge replication subscription using "NOSYNC" (do sp_addmergesubscription, andlet @sync_type ='NONE')?
3. Do both tables, non of them has rowguidcol column, one has, both have?
4. Do you have a long table name?
5. I assume both publisher and subscriber are SQL server 2000.
Thanks.
This posting is provided AS IS with no warranties, and confers no rights.