Monday, July 12, 2010

Using Spatial Data type to draw circle in SQL Server 2008

 

--- Draw Circle in SQL Server 2008
declare @g Geometry
set @g = 'Point(10 5)'
select @g.STBuffer(5)

image

1 comment:

James Zicrov said...

I feel there is a need to look for more aspects of SQL and other database related tools.CLearly it always help in solving complex IT problems.

SQL Server Load Rest API