我已经在表FOO上创建了一个空间索引,它正常工作,现在我正在尝试在表BAR上创建一个相同的空间索引。
Table BAR:
id int pk autoincrement,
geo geography,
lat float,
lon float,
someOtherValue int
该表包含如下所示的值:
1 0xE6100000010CD8614CFA7BAF45400AA2EE0390F153C0 43.370971 -79.774415 123456
FOO.geo上空间索引中的TesselationScheme
为Geography grid
。每个对象的单元格为64.对于四个网格级别中的每一个,粒度都设置为“高”。尝试与表BAR完全相同的事情。得到此错误:
Either the object or one of its properties is not supported on the target server version.
但是microsoft.com上的那个页面没有信息。