开始 SQL 空间
我正忙着尝试了解 SQL 空间数据。
我是否可以拥有一个表,其中有一列存储某个点的经度和纬度,然后执行 select 语句以返回经度/纬度落在 X 公里/英里范围内的所有行?
是否可以在不使用任何外部程序的情况下从 C# 输入该数据? SQL Server 2008 Express 是否完全支持 Spacial?
I am busy trying to get my head around SQL Spatial data.
Is it possible for me to have a table with a column that stores the longitude and latitude of a point and then do a select statement to return all rows whose long/lat falls within X number of KM/Miles?
Is it possible to input that data from C# without any external programs?
Is Spacial fully supported in SQL Server 2008 Express?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1,2:是
3:是的
对于如此明显的问题,您可能会发现 Google 比 SO 更快
1,2: yes
3: yes
You might find Google quicker than SO for such obvious questions
直接回答你的问题是
1)是的,可以存储该信息并进行这些查询
2) 是的,您可以从 C# 输入数据,无需外部程序
3) 2008 Express 完全支持 Spatial
The answer to your questions directly is that
1) Yes it is possible to store that information and do those queries
2) Yes you can input data from C# without an external program
3) Spatial is fully supported in 2008 Express