SSMS不会让我在SQL Server 2012中创建空间索引

时间:2013-07-19 15:47:25

标签: sql-server-2012 spatial-index

我已经在表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上空间索引中的TesselationSchemeGeography grid。每个对象的单元格为64.对于四个网格级别中的每一个,粒度都设置为“高”。尝试与表BAR完全相同的事情。得到此错误:

Either the object or one of its properties is not supported on the target server version.

如需帮助,请点击:http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1917+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Index&LinkId=20476

但是microsoft.com上的那个页面没有信息。

0 个答案:

没有答案
相关问题