http://www.databasejournal.com/features/mssql/article.php/3814591/Peer-to-Peer-Replication-in-SQL-Server-2008--Configure-a-two-node-topology.htm

here i can see peer-to-peer replication option but this options are not in my SQL 2008 r2 standard edition server. Is this bug?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

MSDN article on the topic: Peer-to-Peer Transactional Replication. Fromt he General Considerations section:

Peer-to-peer replication is available only in SQL Server 2008 Enterprise.

link|improve this answer
ok, does it have to be clustering or can be configured without shared storage between two servers ? – Albert Widjaja Jun 1 '11 at 6:14
1  
@Albert: peer-to-peer replication doesn't have any clustering requirement. – Remus Rusanu Jun 1 '11 at 6:21
Cool that is why I'm interested in using this feature and no witness server necessary too. – Albert Widjaja Jun 2 '11 at 1:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.