Tagged Questions
1
vote
5answers
1k views
SQL Server 2005 Point In Polygon
I have a polygon structure in an sql2005 db as described below.
CREATE TABLE [dbo].[Polygons](
[PolygonID] [int] IDENTITY(1,1) NOT NULL,
[PolygonName] [varchar](255) NOT NULL,
...