Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.72 KB

File metadata and controls

42 lines (33 loc) · 1.72 KB
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)

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW] 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 <n> Audit record command
Specifies the number of audit rows to return. The default is 1000 rows

Value for Edit Top <n> 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 <n> 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)