开发者社区 问答 正文

数据库报错 Recovery is writing a checkpoint in database

已解决

SQL Server数据库出现以下报错, Recovery is writing a checkpoint in database 'xxx' (9). This is an informational message only. No user action is required. Database 'xxx' cannot be started in this edition of SQL Server because part or all of object '表名' is enabled with data compression or vardecimal storage format. Data compression and vardecimal storage format are only supported on SQL Server Enterprise Edition. Database 'xxx' cannot be started because some of the database functionality is not available in the current edition of SQL Server

展开
收起
阿里云服务支持 2022-11-01 10:56:48 853 发布于浙江 分享
分享
版权
来自: 阿里云支持与服务 举报
1 条回答
写回答
取消 提交回答
  • 官方回答

    版本兼容性问题,SQL Server企业版或者SQL Server 2016以上的标准版才支持数据压缩功能。

    以下是两种解决方法: ● 使用支持压缩功能的数据库版本。 ● 取消压缩功能,SQL脚本 image.png

    2022-11-01 14:02:49 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等