In the SQL Server 2012 there is methods to validate geography '.IsValidDetailed()' and to change orientation '.ReorientObject (geography)'.
I am working with SQL server 2008 and facing problems of polygon orientation.
Question is -
- is there any solution to validate geography polygon or change the orientation to valid geography?
- is it possible to copy that IsValidDetailed method from sqlserver 2012 to 2008?
- if I have to do it manually, then what is the correct orientation of polygon for valid geography datatype?
- We can validate geometry datatype in SQL server 2008, is it ok to convert geography polygon in to geometry polygon and validated it?
Please assist. Thanks in advance