Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio crash on edit rows

I don't know why, but past week, SQL Server Management Studio started to crash when I try to use "Edit Top 200 rows" option. It happened with 2014 version, but I have installed 2016 version with the same weird result.

Could be a server related problem? A coworker is working without problems with the same configuration.

Thanks in advance.

like image 753
rubenfa Avatar asked Mar 27 '17 07:03

rubenfa


1 Answers

You need to upgrade to SSMS Version 18.x.

The Release Notes for SQL Server Management Studio (SSMS) states Bug fixes in 18.0:

Table Designer - Fixed a crash in "Edit 200 rows".

Here V17.9 and V17.9.1 crashed in combination with SQL Server 2019 Express.
The server versions SQL Server 2014 Express and SQL Server 2017 was possible to edit with my old SSMS V17.9.1.

After installation of SSMS V18.4 editing was possible even for SQL Server 2019 Express

like image 151
MarkusEgle Avatar answered Oct 26 '22 11:10

MarkusEgle