需要将存储 Lat;Lng 作为 varchar 的 SQL Server 2005 表移至 Spatial?
我读过一些关于使用空间优化表的文章。实际上,我使用存储的纬度和经度作为 varchar
逗号分隔(lat;lng)。
您能否建议执行此更改的最佳方法并列举其优点。对于大型项目来说确实有必要还是只迁移到 SQL Server 2008?
谢谢。
I have read some articles about using spatial optimized tables. Actually I use stored latitude and longitude as varchar
comma-separated (lat;lng).
Could you suggest the best way to perform this change and enumerate the advantages. It's really necessary for a large project or only move to SQL Server 2008?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将向您的表中添加两个新的持久计算列,如下所示下面的演示。
I'd add two new persisted computed colunns to your table as illustrated in the demo below.