Forum Discussion
Pragmatta
Jan 01, 2025Copper Contributor
SSMS Edit rows hangs if open for long time
If you have Edit rows open for a long time (~1h) and submit a change, SSMS (v20.2) sometimes hangs. There's no errors or anything visible and the application becomes unresponsive (sometimes there's a...
olafhelper
Jun 05, 2025Bronze Contributor
SSMS = "SQL Server Management Studio" is mainly intended to manage SQL Server and run queries.
The feature to edit data is more a small gimmick, which may work or may make trouble.
Use a real frontend to edit data.
- PragmattaJun 05, 2025Copper Contributor
Should still fail gracefully enough without hanging whole app. The problem is usually not the edit that fails but having a different SQL statement in some other tab ready to execute that get's lost. I can live with SSMS unable to refresh an access token but having the whole app crash is a problem.