powerbox
powerbox

Reputation: 281

Database mirroring and replication on SQL Server 2005

How can I configure my mirror database to publish its data to the same replication database that my primary has ( I need to take my primary database offline for maintenance purposes.)?

Upvotes: 1

Views: 429

Answers (1)

Joe Stefanelli
Joe Stefanelli

Reputation: 135808

See: Replication and Database Mirroring for the details on how to set this up.

Upvotes: 1

Related Questions