I am using SQL Server 2008 R2 and I would like to use CIRCULARSTRING to draw a circle. I could use the POINT and STBuffer but then the circle is filled with a color, while I want the outline. Trying to use the CIRCULARSTRING I get an error message:
label CIRCULARSTRING(2 0, in the input well-known text (WKT) is not valid. Valid labels are
So I read that this is a feature in SQL Server 2012.
My questions:
- Is there a way to draw the outline of a circle in SQL Server 2008 R2?
- Can I update SQL Server 2008 R2 to include this feature?
- If I upgrade to SQL Server 2012 will it be compatible with VS2008 SSRS?
Thanks