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)
 replication sqlserver x sqlserver

Author  Topic 

netcamnic
Starting Member

9 Posts

Posted - 2006-03-15 : 17:14:37
hello
I have 2 database sqlserver in different machines

database 1
table 1, table 2

database 2
table 3, table 4
I want replication the tables of one in another database
is it possible?


thank
Marcos

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-03-16 : 07:15:38
Yes, either set up Transactional replication both ways or set up merge replication, personally, i'd go for Transactional if the users in each database can only update their 2 tables but would go for merge if the users in either database can update any of the 4 tables..
Go to Top of Page
   

- Advertisement -