简体   繁体   English

我可以通过某种方式从SQL Server 2012 Express复制到SQL Server 2012 Express吗?

[英]Can I replicate from SQL Server 2012 Express to SQL Server 2012 Express somehow?

I am thinking this may not be possible as standard, but can I publish replication using SQL Server 2012 Express and subscribe with SQL Server 2012 Express? 我认为这可能不是标准的做法,但是我可以使用SQL Server 2012 Express发布复制并订阅SQL Server 2012 Express吗? I am wanting to create a fail over between 2x VM's in an Zure Availability set. 我想在Zure可用性集中的2x VM之间创建故障转移。

Thanks! 谢谢!

No. SQL Server Express cannot serve as a Distributor or Publisher. 不能。SQLServer Express不能充当分发服务器或发布服务器。 SQL Server Express can only serve as a Subscriber to Transactional, Snapshot, and Merge publications. SQL Server Express只能用作事务,快照和合并发布的订阅服务器。 You will need an instance of at least Standard Edition or higher to create a publication. 您将需要至少具有Standard Edition或更高版本的实例才能创建发布。

Replication Considerations (SQL Server Express) 复制注意事项(SQL Server Express)

SQL Server Express cannot serve as a Publisher or Distributor. SQL Server Express不能充当发​​布者或分发者。

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

相关问题 如何从SQL Server 2012 Express还原SQL Server 2012中的数据库? - How can I restore a database in SQL Server 2012 from SQL Server 2012 Express? SQL Server 2012 Express是否可以与SQL Server 2008 Express共存 - Can SQL Server 2012 Express coexist with SQL Server 2008 Express 从SQL Server 2014 Express降级到SQL Server 2012 Express - Downgrade from SQL Server 2014 Express to SQL Server 2012 Express 从SQL Server 2008迁移到SQL Server 2012 Express - Moving from SQL Server 2008 to SQL Server 2012 Express 允许在SQL Server 2012 Express上进行远程连接。 - Allow remote connections on SQL Server 2012 Express .. 更改数据库所有权SQL Server 2012 Express - Change database ownership SQL Server 2012 Express 您可以从SQL Server 2012复制到2008 R2 - Can you replicate from SQL Server 2012 to 2008 R2 无法从Visual Studio 2012连接到SQL Server Express 2014 - Cannot connect to SQL Server Express 2014 from Visual Studio 2012 从SQL Server Express 2012迁移到MySQL(未列出架构) - Migrating from SQL Server Express 2012 to MySQL no schemata listed SQL Server 2012 Express如何从一列中提取信息并将其与具有表达式限制的另一列进行比较 - SQL Server 2012 Express How do I pull information from one column and compare it to another with an expression restriction
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM