Change ‘Edit Top 200 Rows’ and ‘Select Top 1000 Rows’
In SQL Server Management Studio (SSMS), when you right-click on a table, it’ll show you the commands “Select Top 1000 Rows” and “Edit Top 200 Rows” in the context menu. You can change the number of rows these commands return. Here’s how to make this change: Now when you right-click a table, it’ll show the … Read more