Customizing "Edit Top 200 Rows" in SQL Server Management Studio
It is a very common requirement that, sometimes we want to change the edit top 200 rows query. This is very much possible and easy in SQL Server Management Studio.
Hope this helps.
- Right click on table and select "Edit Top 200 Rows"
- Press "Ctrl + 3" on rows in edit mode window
- Now you can see the query which returned 200 rows allowing you to edit
- On this query window, right click to execute the query on window itself
Hope this helps.
Comments
Post a Comment