I used to have option to open table in SQL Server 2005 Management Studio, but don’t have that anymore in the 2008 version. Does anybody know why this option has been removed? And, if this feature is no longer available in the 2008 version, what is the best alternative to use?
Share
Now it’s
Edit Top 200 rows.They did this cause people were opening huge tables without thinking.
If you want to see 2000 rows, you can edit the select query when you right click -> pane -> SQL.
Then in your sql statement you will see
Top(200). you just have to change to the number of rows you need.