sql - 数据库属性 "Mirroring"页

标签 sql sql-server sql-server-2005

我的 SQL Server 2005 生产服务器上的一个数据库出现问题。

许多数据库已经设置为镜像,但是当我右键单击并转到 SSMS 中的属性时,在一个特定的数据库上没有可用的“镜像”属性页面。

我已经完成了正常任务,例如设置完整恢复模型、运行数据库的完整备份和备份日志。

我看不出这是服务器特定的问题,因为其他数据库正在愉快地进行镜像。

我环顾四周,看不到我缺少设置,任何帮助将不胜感激。

谢谢。

编辑:这与镜像数据库无关,我无法指定镜像数据库,我看不到原理上的“镜像”页面。

编辑:我已经设法使用 t-sql 命令设置镜像。但是我仍然无法看到“镜像页面”。

更新:这也适用于事务日志传送选项。我可以在 SQL 中成功设置它,但不能通过 SSMS。

最佳答案

检查这些项目:

2 . The mirror database has to be created from a full backup of the principal server and should be restored in "Restore with Norecovery" model. It is followed by a restore of transaction log backup of the principal database so that the log sequence numbers of the mirror and the principal database are in synch with each other.
3 . The mirror database must have the same name as the principal database.
... 8 . DB Mirroring is available in Enterprise, Developer and Standard Editions, however, please refer to Microsoft website for a comparison chart as some features are not available in the Standard Edition. SQL Server Workgroup and Express Editions can only be used as witness servers.
Database Mirroring in Microsoft SQL Server 2005



使用 sp_dbmmonitorresults (Transact-SQL) 进行测试监控

关于sql - 数据库属性 "Mirroring"页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/586526/

相关文章:

c# - SqlCommand 在另一个函数中使用时什么时候关闭?

sql - 全选直到第一次出现一个字符

SQL 选择列名作为值

php - 通过数据库中的 php 在动态创建的表的最后一行创建边框

MySQL - 行到列

sql-server - 错误: There are uncommitted transactions

sql-server - Sql Server - 如何获取上次服务器重新启动(DMV 重置日期/时间)

sql - 为什么我应该在表格中分隔使用频率/未使用频率的列?

sql - SQL Server 中不同字符串类型之间的区别?

sql-server - 如何在 R 中使用 RODBC 从 Sql Server 读取 utc 时间戳?