Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 sql server 2012 标准版中压缩数据库表。
以下查询与我的具有企业版但具有标准版的实时服务器的开发机器一起使用。而且我的数据库太大,需要压缩。
ALTER TABLE [dbo].Table1 REBUILD PARTITION = ALL WITH (DATA_COMPRESSION = PAGE)
数据压缩仅是企业功能,有关每个版本中可用功能的详细信息,请参阅以下链接:
http://technet.microsoft.com/en-us/library/cc645993.aspx