Edit specific row(s) in Microsoft SQL Server Management Studio

Costas

Administrator
Staff member
http://stackoverflow.com/a/1727263

Use the "Edit top 200" option,

snap356.png


then click on "Show SQL panel", modify your query with your WHERE clause, and execute the query. You'll be able to edit the results.

snap354.png


--

snap357.png
 
Top