Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7556c9e

Browse files
committed
Add Azure Services options article
1 parent fea9992 commit 7556c9e

2 files changed

Lines changed: 44 additions & 8 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: SQL Server Options page - Azure Services
3+
description: Options (Azure Services)
4+
ms.prod: sql
5+
ms.prod_service: sql-tools
6+
ms.technology: ssms
7+
ms.topic: conceptual
8+
f1_keywords:
9+
- VS.ToolsOptionsPages.Azure_Services.Azure_Cloud
10+
dev_langs:
11+
- TSQL
12+
author: markingmyname
13+
ms.author: maghan
14+
ms.date: 01/13/2021
15+
---
16+
17+
# Options (Azure Services - General)
18+
19+
Use this page to specify options related to Azure cloud services. To access this dialog box, go to **Tools > Options > Azure Services** from the top menu bar.
20+
21+
## Miscellaneous
22+
23+
- ADAL Output Window Trace Level
24+
The level of Azure Active Directory (AAD) login tracing to send to the Output window.
25+
- Value(s)
26+
- Information
27+
- None
28+
- Verbose
29+
- Warning
30+
31+
- Azure Data Factory Portal URL
32+
Specifies the URL for the Azure Data Factory portal
33+
- Value(s)
34+
- https://adf.azure.com/
35+
36+
-

docs/ssms/menu-help/options-query-execution.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: SQL Server Options page - Query Execution
3-
description: Options (Query Execution)
2+
title: SSMS Options page - Query Execution
3+
description: SSMS Options (Query Execution)
44
ms.prod: sql
55
ms.prod_service: sql-tools
66
ms.technology: ssms
@@ -14,15 +14,15 @@ ms.author: maghan
1414
ms.date: 01/13/2021
1515
---
1616

17-
# Query Options Execution (General Page)
17+
# Options (Query Execution - General)
1818

19-
Use this page to specify the options for running Microsoft SQL Server queries. To access this dialog box, right-click the body of a Query Editor window, and then click Query Options.
19+
Use this page to specify the options for running Microsoft SQL Server queries. To access this dialog box, right-click the body of a Query Editor window, and then select **Query Options** or go to **Tools > Options > Query Execution** from the top menu bar.
2020

2121
- **SET ROWCOUNT**
22-
The default value of 0 indicates that SQL Server will wait for results until all results are received. Provide a value greater than 0 if you want SQL Server to halt the query after obtaining the specified number of rows. To turn this option off (so that all rows are returned), specify SET ROWCOUNT 0.
22+
The default value of 0 indicates that SQL Server will wait for results until all results are received. Provide a value greater than 0 if you want SQL Server to halt the query after obtaining the specified number of rows. To turn off this option (so that all rows are returned), specify SET ROWCOUNT 0.
2323

2424
- **SET TEXTSIZE**
25-
The default value of 2,147,483,647 bytes indicates that SQL Server will provide a complete data field up to the limit of text, ntext, nvarchar(max), and varchar(max) data fields. It does not affect the XML data type. Provide a smaller number to limit results in the case of large values. Columns greater than the number provided will be truncated.
25+
The default value of 2,147,483,647 bytes indicates that SQL Server will provide a complete data field up to the limit of text, ntext, nvarchar(max), and varchar(max) data fields. It doesn't affect the XML data type. Provide a smaller number to limit results of large values. Columns greater than the number provided will be truncated.
2626

2727
- **Execution time-out**
2828
Indicates the number of seconds to wait before canceling the query. A value of 0 indicates an infinite wait, or no time-out.
@@ -37,9 +37,9 @@ Use this page to specify the options for running Microsoft SQL Server queries. T
3737

3838
- IntelliSense in the Database Engine Query Editor is turned off.
3939

40-
- Because Query Editor doesn't run from the command line, you cannot pass in command-line parameters such as variables.
40+
- Because Query Editor doesn't run from the command line, you can't pass in command-line parameters such as variables.
4141

42-
- Because Query Editor cannot respond to operating-system prompts, you must be careful not to run interactive statements.
42+
- Because Query Editor can't respond to operating-system prompts, you must be careful not to run interactive statements.
4343

4444
- **Reset to Default**
4545
Resets all values on this page to the original default values.

0 commit comments

Comments
 (0)