ZafarYousafi
ZafarYousafi

Reputation: 10880

TSQL Geometry:Get records which either havea given point(lat,long)(Point is in the shape) or is near the shape

I have zillow neighborhood data and is successfully imported to DB(thanx to http://shapefilesource.codeplex.com). Now i want to write an SP which will take lat,long and will return all record in which given point lies or is near to them. How can I achieve this in TSQL or do I need to use CLR.

Upvotes: 0

Views: 335

Answers (1)

Related Questions