Hello everyone,
I come up with a problem when I tried to configure Peer-to-Peer Transactional Replication on my environment. Following is the steps how I did this:
1. Create a Database in SQL, say DBSource, with one table that has a column as Primary Key. And add some records.
2. Backup this Database and restore to SQL Server with a new name, say DBDestination, now I get two dbs with the same schema.
3. Create a new Publication based on DBSource, and a Subscription based on DBDestination and the Publication created.
4. When I go to the properties of the Publication I just created, the "Allow Peer-to-Peer Subscriptions" option is grayed out and not selectable. Any ideas?
There is one more problem that when I right-click the publication I created, there's no "Configure Peer-to-Peer Topology" option in the popup menu. Is there some other component I need to install or some feature I need to enable?
Any advice is highly appreciated. Thanks very much in advance.
Cavendish Feng