无法访问属性空间索引类型
我正在使用 SQL Server 2008,当我尝试编写一个表的脚本时,我收到错误“无法访问属性 SpatialIndexType 这在 Sql Server 2005 中不可用”。 问题是,我使用的是 2008。
我不知道这意味着什么。 我只想编写该表的脚本,以便可以在开发数据库中创建它,而无需手动添加所有列。 我的数据库脚本中的大多数其他表都很好。
I'm using SQL Server 2008, and I go to try and script one of my tables, I get the error "Cannot access property SpatialIndexType This is not available in Sql Server 2005". Trouble is, I'm using 2008.
I have no idea what this means. I just want to script the table so I can create it in a dev database without having to add all the columns by hand. Most of the other tables in my database script just fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否使用 2008 Management Studio,但连接到 2005 数据库?
Are you using the 2008 Management Studio, but connecting to a 2005 database?
检查您正在使用的数据库的兼容性级别。 数据库属性,选项。
Check the compatibility level of the database you are working with. Database properties, Options.