<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Finding Shortest Distance between Two Shapes using Spatial Data Classes &#8211; Ramsetu or Adam&#8217;s Bridge</title>
	<atom:link href="http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #021 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-442569</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #021 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 01:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-442569</guid>
		<description><![CDATA[[...] Finding Shortest Distance between Two Shapes using Spatial Data Classes – Ramsetu or Adam’s Brid... When you run this script SQL Server finds out the shortest distance between two shapes and draws the line. We are using STBuffer so we can see the connecting line clearly. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Finding Shortest Distance between Two Shapes using Spatial Data Classes – Ramsetu or Adam’s Brid&#8230; When you run this script SQL Server finds out the shortest distance between two shapes and draws the line. We are using STBuffer so we can see the connecting line clearly. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Hulsey</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-342938</link>
		<dc:creator><![CDATA[Terry Hulsey]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 20:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-342938</guid>
		<description><![CDATA[I had this problem elsewhere. CLR CREATE PROCEDURE likes a fully specified name.

This fails:
EXTERNAL NAME upc_GetWaitingQueueItems.InvokeWebService.upc_GetWaitingQueueItems

While this succeeds:
EXTERNAL NAME upc_GetWaitingQueueItems.[upc_GetWaitingQueueItems.InvokeWebService].upc_GetWaitingQueueItems]]></description>
		<content:encoded><![CDATA[<p>I had this problem elsewhere. CLR CREATE PROCEDURE likes a fully specified name.</p>
<p>This fails:<br />
EXTERNAL NAME upc_GetWaitingQueueItems.InvokeWebService.upc_GetWaitingQueueItems</p>
<p>While this succeeds:<br />
EXTERNAL NAME upc_GetWaitingQueueItems.[upc_GetWaitingQueueItems.InvokeWebService].upc_GetWaitingQueueItems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bundle</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-270543</link>
		<dc:creator><![CDATA[Bundle]]></dc:creator>
		<pubDate>Sun, 01 Apr 2012 17:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-270543</guid>
		<description><![CDATA[This is sql server 2012 feature, not available in 2008.]]></description>
		<content:encoded><![CDATA[<p>This is sql server 2012 feature, not available in 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sairam</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-269274</link>
		<dc:creator><![CDATA[sairam]]></dc:creator>
		<pubDate>Thu, 29 Mar 2012 04:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-269274</guid>
		<description><![CDATA[I am also getting the same error Could not find method ‘ShortestLineTo’ for type ‘Microsoft.SqlServer.Types.SqlGeometry’ in assembly ‘Microsoft.SqlServer.Types]]></description>
		<content:encoded><![CDATA[<p>I am also getting the same error Could not find method ‘ShortestLineTo’ for type ‘Microsoft.SqlServer.Types.SqlGeometry’ in assembly ‘Microsoft.SqlServer.Types</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramdas2008</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-266233</link>
		<dc:creator><![CDATA[ramdas2008]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 19:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-266233</guid>
		<description><![CDATA[Hi Pinal,
When I ran the script: Got the error:
Msg 6506, Level 16, State 10, Line 7
Could not find method &#039;ShortestLineTo&#039; for type &#039;Microsoft.SqlServer.Types.SqlGeometry&#039; in assembly &#039;Microsoft.SqlServer.Types&#039;

Using SQL Server 2008.

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
When I ran the script: Got the error:<br />
Msg 6506, Level 16, State 10, Line 7<br />
Could not find method &#8216;ShortestLineTo&#8217; for type &#8216;Microsoft.SqlServer.Types.SqlGeometry&#8217; in assembly &#8216;Microsoft.SqlServer.Types&#8217;</p>
<p>Using SQL Server 2008.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chintan Gandhi</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-265192</link>
		<dc:creator><![CDATA[Chintan Gandhi]]></dc:creator>
		<pubDate>Tue, 20 Mar 2012 07:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-265192</guid>
		<description><![CDATA[wow...to think after all this technology, our ancestors were still ahead of us :D]]></description>
		<content:encoded><![CDATA[<p>wow&#8230;to think after all this technology, our ancestors were still ahead of us :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen Nair</title>
		<link>http://blog.sqlauthority.com/2012/03/18/sql-server-finding-shortest-distance-between-two-shapes-using-spatial-data-classes-ramsetu-or-adams-bridge/#comment-264796</link>
		<dc:creator><![CDATA[Naveen Nair]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 06:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17835#comment-264796</guid>
		<description><![CDATA[wow. cool]]></description>
		<content:encoded><![CDATA[<p>wow. cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>
