debugging geom records on MSSQL Server , unclear field content
I have written a small function to to show the content of a geom field as Txt to me for debugging a database on a MSSQL database.
The code seems to be functional most of the time.
For my database I’m debugging: for ~ 300 out of 400 record this code returns the correct spatial polygon information. For ~ 100 records in my database the return value seems to be empty even the MSSQL Server management studio shows geometrical content for these record. This is quite confusing to me.