简体   繁体   English

将复制的数据库还原到其他服务器上

[英]Restoring replicated DB onto a different server

I have a replicated DB on one server. 我在一台服务器上有一个复制的数据库。 I backed it up then trying to restore that DB onto a different server but I keep getting this error: 我对其进行了备份,然后尝试将该数据库还原到另一台服务器上,但是我不断收到此错误:

在此处输入图片说明 What could I do to prevent this error? 我该怎么做才能防止此错误?

If you restore the database with KEEP_REPLICATION enabled to a server outside of your replication topology, then that is the error you will get. 如果将启用了KEEP_REPLICATION的数据库还原到复制拓扑之外的服务器,则将出现此错误。 Otherwise, exclude the KEEP_REPLICATION to have the database restored with replication properties removed. 否则,请排除KEEP_REPLICATION以恢复数据库并删除复制属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 FullTextSearch 将数据库恢复到不同的数据库相同的服务器 - Restoring a DB with FullTextSearch To a Different DB same server SQL Server 2005 - 在其他服务器上还原加密的数据库 - SQL Server 2005 - Restoring an encrypted DB on a different server 可以插入复制的SQL Server数据库中吗? - Can you insert into a replicated SQL Server DB? SMO:恢复到不同的DB,为什么db为null? - SMO: restoring to a different DB, why db is null? 还原SQL Server数据库,替换现有数据库 - Restoring SQL Server DB, replacing the existing one 在Docker容器上还原SQL Server数据库时遇到问题 - Trouble restoring sql server DB on docker container 将备份还原到其他服务器 - 用户权限 - Restoring a Backup to a different Server - User Permissions SQL Server:通过链接服务器还原数据库-数据库间歇性地停留在还原状态(即使使用RECOVERY选项) - SQL Server: Restoring DB via linked server - Database intermittently stuck in restoring state (even with RECOVERY option) 在Sql Server 2012中还原数据库后如何正确运行查询? - How to run queries properly after restoring a db in Sql Server 2012? 将TDE加密的数据库备份还原到其他服务器-SQL Server 2008 - Restoring a TDE Encrypted Database Backup to a Different Server - SQL Server 2008
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM