--- description: "Options (SQL Server Object Explorer - Commands)" title: "Options (SQL Server Object Explorer - Commands)" ms.custom: seo-lt-2019 ms.date: "01/19/2017" ms.prod: sql ms.prod_service: "sql-tools" 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: "markingmyname" ms.author: "maghan" --- # Options (SQL Server Object Explorer - Commands) [!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)] 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)