Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划将数据库部署到 SQL Azure,所以我不能使用 SQL CLR。但是,我需要创建一个聚合函数——在我的例子中,我需要将一堆 Geography 对象组合在一起。(Azure 预计将在 6 月之前支持 Spatial。)
在查询中是否有另一种方法可以在不使用 CLR 的情况下完成此操作?或者我是否必须创建一个将表作为参数并返回聚合的 UDF?
你不能这样做。
Azure SQL 现在支持地理。
https://msdn.microsoft.com/en-us/library/cc280766.aspx