I have a database in which some editing operations have to be done manually on some rows. I have the SQL Server Management Studio Express. In SSMS, to edit the rows, normally th
As you said, go for
Select DB > Table > Right Click > Edit top 200 rows
Now the window opens with the top 200 query and the results editable.
Now change the query to the one with your where clause and hit F5