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 2005 Forums
 Replication (2005)
 mix several replication types within DB

Author  Topic 

Pherkad
Starting Member

23 Posts

Posted - 2007-03-29 : 03:55:21
hello,

is it possible to have several replication types within the same database?
for example, for two tables i want "merge replication" with a central server, where twice a day data is merged?
and for three other tables, i want "transactional replication" with a central server, where data is immediately inserted?

thanks

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2007-04-19 : 04:58:57
Yes, this is definitely possible, we do this all the time. Just don't use two types of replication on the same table or you are likely to run into major headaches.
Go to Top of Page
   

- Advertisement -