Reputation: 14879
What if I want to edit the bottom 200 rows, or a custom query, is this possible?
Upvotes: 1
Views: 1369
Reputation: 70638
When you click on "edit Top 200 rows", there is a button on the top right corner that says "SQL", when you click on that, you can write your custom query.
If you want the default value for the edit TOP n rows, you can go to "Tools->Options->SQL Server Object Explorer" and edit the 200 there.
Upvotes: 2
Reputation: 247690
You should be able to do the following:
Upvotes: 3
Reputation: 5234
I'm not sure about Query Analyzer, but in Management Studio you can right click and select Pane > SQL to view/edit the SQL query used
Upvotes: 1