I noticed while migrating some Shapefiles to MSSQL Spatial that there's a Geom column which is added. In which format it is encoded ? And does it countain all the spatial data required informations to restore and draw all the stored features ?
thank you
Best answer by david_r
If you look at the table definition in e.g. MS SQL Server Management Studio, you'll most proabably see that the column is of type "geometry", which is the native data type for geometry objects in SQL Server.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
If you look at the table definition in e.g. MS SQL Server Management Studio, you'll most proabably see that the column is of type "geometry", which is the native data type for geometry objects in SQL Server.
If you look at the table definition in e.g. MS SQL Server Management Studio, you'll most proabably see that the column is of type "geometry", which is the native data type for geometry objects in SQL Server.