简体   繁体   English

SQL Server中的数据库镜像

[英]Database Mirroring in SQL Server

I'm not a DBA but I hear that database mirroring is deprecated or about to be, I'm using SQL 2014, in my company they are using database mirroring, which is exactly the new version? 我不是DBA,但我听说数据库镜像已过时或即将被淘汰,我正在使用SQL 2014,在我的公司中他们正在使用数据库镜像,这正是新版本吗? it is something we can implement on SQL Server 2014 or we need to have a newer version installed? 我们可以在SQL Server 2014上实现它,还是需要安装较新的版本? I want to convince people that database mirroring should be replaced. 我想说服人们应该替换数据库镜像。

AlwaysOn Availability Groups (AGs) are the replacement for Database Mirroring. AlwaysOn 可用性组 (AG)替代了数据库镜像。 You can stay on Mirroring on SQL 2014 if it works for you, but when you upgrade you should plan on migrating to AGs. 如果适用于SQL 2014,则可以继续使用Mirroring on SQL 2014,但是在升级时,应该计划迁移到AG。 If you're on Standard Edition, you can use Basic Availability Groups which have the same capabilities as Database Mirroring on Standard Edition. 如果使用的是Standard Edition,则可以使用具有与Standard Edition上的数据库镜像相同的功能的基本可用性组

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM