Jun 28 2022 09:27 PM
Hi there, Since a week ago we have had a problem when editing SQL tables via the 'Edit top 200 rows' option, but only for features with a Geometry. The first thing I notice is that all geometries have been converted to well known text and if I try to edit any other fields I get the below error as it looks like while trying to save it can't save geometries as a string.
Other users have the same issue. Scripting an update works fine and I can see geometry fields appear correctly with a normal select statement.
SQL Server is version 15.0.4188.2 while SSMS (for me at least) is v18.12.
I updated mine to see if it would fix the problem without luck, but perhaps the problem is with SQL Server itself. I read from a post in 2018 this was a bug.
Just wondering if this has been picked up or if there is a fix.
Regards,
Josh
Jun 28 2022 09:32 PM
Jun 28 2022 10:37 PM
@JoshG3185 SSMS = SQL Server Management Studio is intended to manage SQL Server, not to edit data.
Olaf
Jun 29 2022 03:21 PM
Jun 29 2022 03:53 PM