开始 SQL 空间

发布于 2024-10-07 07:15:36 字数 180 浏览 5 评论 0原文

我正忙着尝试了解 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我们的影子 2024-10-14 07:15:36

1,2:
3:是的

对于如此明显的问题,您可能会发现 Google 比 SO 更快

1,2: yes
3: yes

You might find Google quicker than SO for such obvious questions

纸伞微斜 2024-10-14 07:15:36

直接回答你的问题是
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文