在SQL Server 2014中将数据库从Enterprise降级为Standard [英] Downgrade database from Enterprise to Standard in SQL Server 2014

查看:373
本文介绍了在SQL Server 2014中将数据库从Enterprise降级为Standard的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我拥有SQL Server 2014标准版的许可证。但我当前运行的SQL Server是企业版。 

I have a license of SQL server 2014 Standard Edition. But my current SQL Server running is enterprise edition. 

我可以将我的数据库从Enterprise降级到标准版吗?

Can I downgrade my database from Enterprise to Standard edition?

以及如何?

推荐答案

1.您需要检查 

1.you need check 

SELECT
feature_name
FROM
sys.dm_db_persisted_sku_features; -
企业 功能
GO

2.你需要删除
enterprise
feature

3.如果您可以并排迁移
,那将非常好。


这篇关于在SQL Server 2014中将数据库从Enterprise降级为Standard的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆