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