简体   繁体   English

我可以将SQL Server企业镜像到标准吗?

[英]Can I mirror SQL server enterprise to standard?

I want to setup mirroring between 2 copies of SQL server. 我想在2个SQL服务器副本之间设置镜像。 The primary box is SQL server enterprise edition. 主框是SQL Server企业版。

Can I mirror it to a SQL server standard edition? 我可以将它镜像到SQL Server标准版吗? The purpose is to save a metric ton of money. 目的是节省一吨的钱。

From Books Online : 来自联机丛书

The two partners, that is the principal server and mirror server, must be running the same edition of SQL Server. 两个合作伙伴(即主服务器和镜像服务器)必须运行相同版本的SQL Server。 The witness, if any, can run on any edition of SQL Server that supports database mirroring. 见证(如果有)可以在任何支持数据库镜像的SQL Server版本上运行。

That being said, it is possible to set it up as long as you use TSQL commands and not the GUI. 话虽这么说,只要你使用TSQL命令而不是GUI,就可以设置它。 I would never recommend it, but it is possible, as long as you guarantee you're not using any Enterprise features. 我永远不会推荐它,但只要你保证你没有使用任何企业功能,它是可能的。 More warnings HERE and HERE . 这里这里有更多警告。

Last edit - apparently this has been completely blocked in SQL 2012. Looks like you're out of luck. 最后一次编辑 - 显然这已经在SQL 2012中被完全阻止了。看起来你运气不好。

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

相关问题 SQL Server 2008中的BIDS,标准版和企业版 - BIDS, Standard and Enterprise Edition in SQL Server 2008 可以使用SQL Server Express来有效地管理SQL Server Standard / Enterprise安装吗? - Can SQL Server Express be used to effectively administrate a SQL Server Standard/Enterprise installation? 我可以从SQL Server 2016 13.0.5026.0(X64)标准版升级到Microsoft SQL Server 2014-12.0.4100.1(X64)企业版吗? - Can I upgrade from SQL Server 2016 13.0.5026.0 (X64) Standard Edition to Microsoft SQL Server 2014 - 12.0.4100.1 (X64) Enterprise Edition? SQL Server Standard和Enterprise Edition 2005之间的性能差异 - Performance difference between SQL Server Standard & Enterprise Edition 2005 从SQL Server Enterprise 2008到SQL Server Standard 2014的备份兼容性 - Backup compatibility from SQL Server Enterprise 2008 to SQL Server Standard 2014 标准/企业和Express之间的Oracle SQL语法 - Oracle SQL syntax between Standard/enterprise and Express 如何将数据从MDX OLAP多维数据集“拉”到标准SQL Server表中? - How can I 'pull' data from an MDX OLAP Cube into a standard SQL Server table? 如何重新建立SQL Server镜像 - How to re-establish SQL Server mirror SQL Server和postrgesql中的SQL标准 - SQL standard in SQL Server and postrgesql 如何在 BigQuery 中将此旧 SQL 转换为标准 SQL? - How can I translate this legacy SQL to standard SQL in BigQuery?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM