gpt4 book ai didi

sql - 数据库属性 "Mirroring"页

转载 作者:行者123 更新时间:2023-12-01 05:47:34 26 4
gpt4 key购买 nike

我的 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com