Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 Why is this incorrect? COMPOUND CURVE statement

Author  Topic 

MelissaTsalicoglou
Starting Member

16 Posts

Posted - 2014-06-07 : 06:44:30
DECLARE @g1 geometry = 'COMPOUNDCURVE(CIRCULARSTRING(1 1, 2 0, -1 1), (1 1, 2 0))';

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2014-06-07 : 16:50:53
Simplify... This statement isn't valid to start with.

DECLARE @g1 geometry = 'CIRCULARSTRING(1 1, 2 0, -1 1), (1 1, 2 0)';




Microsoft SQL Server MVP, MCT, MCSE, MCSA, MCP, MCITP, MCTS, MCDBA
Go to Top of Page
   

- Advertisement -