SSMS Tips and Tricks

Productivity Driven Development

Edit Specific Rows in Visual Editor

| Comments

You can easily edit the top 200 rows in any table by right clicking on it in Object Explorer and clicking “Edit Top 200 rows”.

If you want to edit rows outside that range, you can read/change the SQL query selecting the data by right clicking on the data grid and selecting Pane->SQL (or using the keyboard shortcut Ctrl+3).

Want to learn more about SSMS? Check out this Pluralsight course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments