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
 Import/Export (DTS) and Replication (2000)
 Two way replication with SQL 2000

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-09-24 : 07:59:16
Ricardo Anaya writes "I have an application that cannot update to a table with autoincrement item, this table is a publisher and replication works perfect.

Table on the subscriber side does not have the autoincrement since we normally use this field to querry reports but not updates so our application work fine.

QUESTION: So if I update a field on the subscriber side ???Can I replicate those changes back to the Publisher table..? is there a such thing as two way replcated table.

Can I do that on SQL 2000 out of the box or do I need a third party software..?

Thanks."

samsekar
Constraint Violating Yak Guru

437 Posts

Posted - 2003-09-24 : 08:26:49
You can configure for "Merge Replication". Check BOL.

Sekar
~~~~
Success is not a destination that you ever reach. Success is the quality of your journey.
Go to Top of Page
   

- Advertisement -