You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/ssms/menu-help/options-query-execution.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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)
4
4
ms.prod: sql
5
5
ms.prod_service: sql-tools
6
6
ms.technology: ssms
@@ -14,15 +14,15 @@ ms.author: maghan
14
14
ms.date: 01/13/2021
15
15
---
16
16
17
-
# Query Options Execution (General Page)
17
+
# Options (Query Execution - General)
18
18
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.
20
20
21
21
-**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.
23
23
24
24
-**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.
26
26
27
27
-**Execution time-out**
28
28
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
37
37
38
38
- IntelliSense in the Database Engine Query Editor is turned off.
39
39
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.
41
41
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.
43
43
44
44
-**Reset to Default**
45
45
Resets all values on this page to the original default values.
0 commit comments