简体   繁体   English

如何在SQL Server 2012 Standard Edition中压缩数据库表

[英]How do i compress database table in sql server 2012 Standard Edition

How do i compress database table in sql server 2012 Standard Edition. 如何在SQL Server 2012 Standard Edition中压缩数据库表。

The below query is working with my development machine having enterprise edition but live server having standard edition. 下面的查询正在与我具有企业版但具有标准版的实时服务器的开发机器一起使用。 And My database is too large and requires compression. 而且我的数据库太大,需要压缩。

ALTER TABLE [dbo].Table1 REBUILD PARTITION = ALL WITH (DATA_COMPRESSION = PAGE ) ALTER TABLE [dbo] .Table1重建的分区=全部含(DATA_COMPRESSION = PAGE)

Data compression is an enterprise feature only, please see the following link for details of features available in each edition: 数据压缩仅是企业功能,请参见以下链接以获取每个版本中可用功能的详细信息:

http://technet.microsoft.com/en-us/library/cc645993.aspx http://technet.microsoft.com/zh-CN/library/cc645993.aspx

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

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