--- title: "Options (SQL Server Object Explorer-Commands) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual f1_keywords: - "VS.ToolsOptionsPages.Sql_Server_Object_Explorer.ObjectExplorerCommands" ms.assetid: 0e5afdb3-488c-4ea9-9e38-d42085ec00b1 author: stevestein ms.author: sstein manager: craigg --- # Options (SQL Server Object Explorer-Commands) When you right-click a table or view in Object Explorer, the following two options for displaying rows in the table are presented: - **Select Top 1000 Rows** Creates a script in the Query Editor that selects the top 1000 rows. - **Edit Top 200 Rows** Opens the table in the Visual Database Tools with 200 rows populated. Use the **General Scripting Options** dialog box to change the number of rows that will be opened. ## General Scripting Options **Value for Select Top \ Audit record command** Specifies the number of audit rows to return. The default is 1000 rows **Value for Edit Top \ Rows command** Specifies the number of rows to return when you are editing rows in a table. The default is 200 rows. **Value for Select Top \ Rows command** Specifies the number of rows to be returned that is specified in the Query Editor script that is created. The default is 1000 rows. ## See Also [SQL Server Audit (Database Engine)](../../relational-databases/security/auditing/sql-server-audit-database-engine.md)