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.
Author |
Topic |
netcamnic
Starting Member
9 Posts |
Posted - 2006-03-15 : 17:14:37
|
helloI have 2 database sqlserver in different machinesdatabase 1table 1, table 2database 2table 3, table 4I want replication the tables of one in another databaseis it possible?thankMarcos |
|
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.. |
 |
|
|
|
|