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 |
lgodinez
Starting Member
1 Post |
Posted - 2008-01-24 : 11:31:22
|
I have Computers A, BA - Publisher (Merge)B - Subscriber (push)Accidentally, A is destroyed. I tried to create B as new publisherbut I receive the following error" you cannot create a merge publication in database 'DBNAME'. The database containsone or more merge subscriptions that areanonymous or that use the priority ofthe Publisher when resolving conflicts...."Is there a way to remove that restriction without having to restore Computer AThank you, |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-01-24 : 23:32:05
|
Try remove replication first then reconfigure it. |
 |
|
|
|
|