By: Ashish Kumar Mehta | Updated: 2011-03-11 | Comments (6) | Related: 1 | 2 | 3 | 4 | 5 | 6 | 7 | > SQL Server Management Studio Configuration
Problem
While looking through the features in SQL Server 2008 Management Studio (SSMS), I noticed that SSMS only shows the Top 1000 rows when selecting data and the Top 200 rows when editing data for a table. In SQL Server 2005 you used to be able to open the entire table, but this option no longer exists. In this tip we will take a look at how to change the default values for Select Top n Rows and Edit Top n Rows in SQL Server 2008 Management Studio.
Solution
In the previous version of SQL Server Management Studio you might have noticed that there was an option to Open Table by right clicking on the table to view all the records within the table. The disadvantage of using the Open Table option of SQL Server 2005 Management Studio was that SSMS used to hang or become unresponsive for a long period of time if you happened to open a large table.
In SQL Server 2008 Management Studio, by default you can only Select Top 1000 Rows or Edit Top 200 Rows for a table as shown in the below snippet.
The default option as shown above is to Select Top 100 Rows or Edit Top 200 Rows. This can be changed by following these steps.
1. In SQL Server Management Studio, under Tools, click Options as shown in the snippet below.
2. In the Options dialog box, expand SQL Server Object Explorer and then select the Commands tab as shown in the snippet below. Change the Value for Edit Top
3. Once you have saved the changes go ahead and right click on a table to see the changes as shown below.
Next Steps
- Read Using Object Explorer Details and Object Search Feature of SQL Server 2008 Management Studio
- Read Performance Analysis Using SQL Server 2008 Activity Monitor
- Read more tips on SQL Server Management Studio Tips and customize SSMS to meet your needs
About the author
This author pledges the content of this article is based on professional experience and not AI generated.
View all my tips
Article Last Updated: 2011-03-11