Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 2 个 SQL Server 副本之间设置镜像。主框是 SQL Server 企业版。
我可以将它镜像到 SQL Server 标准版吗?目的是节省一公吨的钱。
来自在线书籍:
主体服务器和镜像服务器这两个伙伴必须运行相同版本的 SQL Server。见证(如果有)可以在任何支持数据库镜像的 SQL Server 版本上运行。
话虽如此,只要您使用 TSQL 命令而不是 GUI,就可以进行设置。我永远不会推荐它,但它是可能的,只要您保证您没有使用任何企业功能。更多警告HERE和HERE。
最后一次编辑 - 显然这已在 SQL 2012 中完全被阻止。看起来你不走运。