SQL Server 2005 无法识别 READ_COMMITTED_SNAPSHOT
我们正在运行 SQL Server 2005 Enterprise SP3,并且我正在尝试在以 sql server 2005 模式运行的新数据库上启用行版本控制。
查询(针对主数据库):
ALTER DATABASE pod-moodle SET READ_COMMITTED_SNAPSHOT ON
结果:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-'.
Msg 195, Level 15, State 5, Line 1
'READ_COMMITTED_SNAPSHOT' is not a recognized SET option.
有什么想法吗?我已经三次检查了 master 数据库和 pod-moodle 数据库,它们都在 2005 模式下运行。
We're running SQL Server 2005 Enterprise SP3, and I'm trying to enable Row Versioning on a new database running in sql server 2005 mode.
Query (against master database):
ALTER DATABASE pod-moodle SET READ_COMMITTED_SNAPSHOT ON
Result:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-'.
Msg 195, Level 15, State 5, Line 1
'READ_COMMITTED_SNAPSHOT' is not a recognized SET option.
Any ideas? I've triple-checked the master database and the pod-moodle database, they are both running in 2005 mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在标识符中使用非aplhannumeric字符,那么您需要用 [ 和 ] 分隔
If you use non-aplhanumeric characters in identifiers, then you need to delimit with [ and ]