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

Commit a5ba66c

Browse files
committed
fixes
1 parent 3c24791 commit a5ba66c

18 files changed

Lines changed: 152 additions & 96 deletions

docs/database-engine/configure-windows/server-configuration-options-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Self-configuring options are those that [!INCLUDE[ssNoVersion](../../includes/ss
149149
| [two digit year cutoff](../../database-engine/configure-windows/configure-the-two-digit-year-cutoff-server-configuration-option.md) (A) | 1753 | 9999 | 2049 |
150150
| [user connections](../../database-engine/configure-windows/configure-the-user-connections-server-configuration-option.md) (A, RR, SC) | 0 | 32767 | 0 |
151151
| [user options](../../database-engine/configure-windows/configure-the-user-options-server-configuration-option.md) | 0 | 32767 | 0 |
152-
| [xp_cmdshell](../../database-engine/configure-windows/xp-cmdshell-server-configuration-option.md) (A) | 0 | 1 | 0 | |
152+
| [xp_cmdshell](../../database-engine/configure-windows/xp-cmdshell-server-configuration-option.md) (A) | 0 | 1 | 0 |
153153

154154
## See also
155155
[sp_configure (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-configure-transact-sql.md)

docs/integration-services/control-flow/file-system-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ms.author: chugu
130130
**IsSourcePathVariable**
131131
Indicate whether the destination path is stored in a variable. This property has the options listed in the following table.
132132

133-
|Value||
133+
|Value|Description|
134134
|-----------|-|
135135
|**True**|The destination path is stored in a variable. Selecting this value displays the dynamic option, **SourceVariable**.|
136136
|**False**|The destination path is specified in a File connection manager. Selecting this value displays the dynamic option, **DestinationVariable**.|

docs/integration-services/system-views/catalog-operations-ssisdb-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ms.author: chugu
5656
|`202`|**stop_operation**<br /><br /> (Stored procedure)|Project ID|**NULL**|
5757
|`300`|**validate_project**<br /><br /> (Stored procedure)|Project ID|Project name|
5858
|`301`|**validate_package**<br /><br /> (Stored procedure)|Project ID|Package name|
59-
|`1000`|**configure_catalog**<br /><br /> (Stored procedure)|**NULL**|**NULL**||
59+
|`1000`|**configure_catalog**<br /><br /> (Stored procedure)|**NULL**|**NULL**|
6060

6161
## Permissions
6262
This view requires one of the following permissions:

docs/linux/sql-server-linux-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Microsoft also supports deploying and managing SQL Server containers by using Op
6464

6565
SQL Server has the following system requirements for Linux:
6666

67-
|||
67+
||Requirement|
6868
|-----|-----|
6969
| **Memory** | 2 GB |
7070
| **File System** | **XFS** or **EXT4** (other file systems, such as **BTRFS**, are unsupported) |

docs/machine-learning/install/sql-ml-cab-downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CAB files are listed in reverse chronological order. When you download the CAB f
7171
| | Python Server | [SPS_9.4.7.25_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2085685) | |
7272
|**Initial Release** | | | |
7373
| | Microsoft R Open | [SRO_3.5.2.125_1033.cab](https://go.microsoft.com/fwlink/?linkid=2085686) | |
74-
| | R Server | [SRS_9.4.7.25_1033.cab](https://go.microsoft.com/fwlink/?linkid=2085792)| | |
74+
| | R Server | [SRS_9.4.7.25_1033.cab](https://go.microsoft.com/fwlink/?linkid=2085792)| |
7575
| | Microsoft Python Open | [SPO_4.5.12.120_1033.cab](https://go.microsoft.com/fwlink/?linkid=2085793) | |
7676
| | Python Server | [SPS_9.4.7.25_1033.cab](https://go.microsoft.com/fwlink/?linkid=2085685) | |
7777

docs/machine-learning/python/ref-py-revoscalepy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You should also review the functions in [microsoftml](/machine-learning-server/p
8686

8787
| Function| Description|
8888
| ------- | ---------- |
89-
| [rx_predict](/machine-learning-server/python-reference/revoscalepy/rx-predict) | Generate predictions from a trained model|) | Generates predictions from a trained model and can be used for real-time scoring. |
89+
| [rx_predict](/machine-learning-server/python-reference/revoscalepy/rx-predict) | Generate predictions from a trained model and can be used for real-time scoring. |
9090
|[rx_predict_default](/machine-learning-server/python-reference/revoscalepy/rx-predict-default) | Compute predicted values and residuals using rx_lin_mod and rx_logit objects. |
9191
|[rx_predict_rx_dforest](/machine-learning-server/python-reference/revoscalepy/rx-predict-rx-dforest) | Calculate predicted or fitted values for a data set from an rx_dforest or rx_btrees object. |
9292
|[rx_predict_rx_dtree](/machine-learning-server/python-reference/revoscalepy/rx-predict-rx-dtree) | Calculate predicted or fitted values for a data set from an rx_dtree object. |

docs/odbc/reference/appendixes/odbc-functions-executed-by-the-cursor-library.md

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,38 @@ ms.author: v-daenge
2323
2424
The cursor library executes the following functions. When an application calls a function in this list, the Driver Manager invokes the cursor library, not the driver. Note that the cursor library may call the driver when executing the function.
2525

26-
|||
27-
|-|-|
28-
|**SQLBindCol**|**SQLGetStmtOption**|
29-
|**SQLBindParam**|**SQLNativeSql**|
30-
|**SQLBindParameter**|**SQLNumParams**|
31-
|**SQLCloseCursor**|**SQLParamOptions**|
32-
|**SQLEndTran**|**SQLRowCount**|
33-
|**SQLExtendedFetch**|**SQLSetConnectAttr**|
34-
|**SQLFetchScroll**|**SQLSetConnectOption**|
35-
|**SQLFreeHandle**|**SQLSetDescField**|
36-
|**SQLFreeStmt**|**SQLSetDescRec**|
37-
|**SQLGetData**|**SQLSetPos**|
38-
|**SQLGetDescField**|**SQLSetScrollOptions**|
39-
|**SQLGetDescRec**|**SQLSetStmtAttr**|
40-
|**SQLGetFunctions**|**SQLSetStmtOption**|
41-
|**SQLGetInfo**|**SQLTransact**|
42-
|**SQLGetStmtAttr**||
26+
:::row:::
27+
:::column span="":::
28+
**SQLBindCol**
29+
**SQLBindParam**
30+
**SQLBindParameter**
31+
**SQLCloseCursor**
32+
**SQLEndTran**
33+
**SQLExtendedFetch**
34+
**SQLFetchScroll**
35+
**SQLFreeHandle**
36+
**SQLFreeStmt**
37+
**SQLGetData**
38+
**SQLGetDescField**
39+
**SQLGetDescRec**
40+
**SQLGetFunctions**
41+
**SQLGetInfo**
42+
**SQLGetStmtAttr**
43+
:::column-end:::
44+
:::column span="":::
45+
**SQLGetStmtOption**
46+
**SQLNativeSql**
47+
**SQLNumParams**
48+
**SQLParamOptions**
49+
**SQLRowCount**
50+
**SQLSetConnectAttr**
51+
**SQLSetConnectOption**
52+
**SQLSetDescField**
53+
**SQLSetDescRec**
54+
**SQLSetPos**
55+
**SQLSetScrollOptions**
56+
**SQLSetStmtAttr**
57+
**SQLSetStmtOption**
58+
**SQLTransact**
59+
:::column-end:::
60+
:::row-end:::

docs/odbc/reference/appendixes/odbc-functions-not-executed-by-the-cursor-library.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ ms.author: v-daenge
2323
2424
The cursor library does not execute the following functions. When an application calls one of these functions, the Driver Manager invokes the driver, not the cursor library.
2525

26-
|||
27-
|-|-|
28-
|**SQLFetch**|**SQLGetEnvAttr**|
29-
|**SQLGetConnectAttr**|**SQLSetDescRec**|
30-
|**SQLGetDiagField**|**SQLSetEnvAttr**|
31-
|**SQLGetDiagRec**||
26+
:::row:::
27+
:::column span="":::
28+
**SQLFetch**
29+
**SQLGetConnectAttr**
30+
**SQLGetDiagField**
31+
**SQLGetDiagRec**||
32+
:::column-end:::
33+
:::column span="":::
34+
**SQLGetEnvAttr**
35+
**SQLSetDescRec**
36+
**SQLSetEnvAttr**|
37+
:::column-end:::
38+
:::row-end:::
39+

docs/odbc/reference/develop-app/unicode-function-arguments.md

Lines changed: 64 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,40 +25,73 @@ The ODBC 3.5 (or higher) Driver Manager supports both ANSI and Unicode versions
2525

2626
The following is a list of the ODBC API functions that support both Unicode (W) and ANSI (A) versions:
2727

28-
|||
29-
|-|-|
30-
|**SQLBrowseConnect**|**SQLGetDiagRec**|
31-
|**SQLColAttribute**|**SQLGetInfo**|
32-
|**SQLColAttributes**|**SQLGetStmtAttr**|
33-
|**SQLColumnPrivileges**|**SQLGetTypeInfo**|
34-
|**SQLColumns**|**SQLNativeSql**|
35-
|**SQLConnect**|**SQLPrepare**|
36-
|**SQLDataSources**|**SQLPrimaryKeys**|
37-
|**SQLDescribeCol**|**SQLProcedureColumns**|
38-
|**SQLDriverConnect**|**SQLProcedures**|
39-
|**SQLDrivers**|**SQLSetConnectAttr**|
40-
|**SQLError**|**SQLSetConnectOption**|
41-
|**SQLExecDirect**|**SQLSetCursorName**|
42-
|**SQLForeignKeys**|**SQLSetDescField**|
43-
|**SQLGetConnectAttr**|**SQLSetStmtAttr**|
44-
|**SQLGetConnectOption**|**SQLSpecialColumns**|
45-
|**SQLGetCursorName**|**SQLStatistics**|
46-
|**SQLGetDescField**|**SQLTablePrivileges**|
47-
|**SQLGetDescRec**|**SQLTables**|
48-
|**SQLGetDiagField**||
28+
:::row:::
29+
:::column span="":::
30+
**SQLBrowseConnect**
31+
**SQLColAttribute**
32+
**SQLColAttributes**
33+
**SQLColumnPrivileges**
34+
**SQLColumns**
35+
**SQLConnect**
36+
**SQLDataSources**
37+
**SQLDescribeCol**
38+
**SQLDriverConnect**
39+
**SQLDrivers**
40+
**SQLError
41+
**SQLExecDirect**
42+
**SQLForeignKeys**
43+
**SQLGetConnectAttr**
44+
**SQLGetConnectOption**
45+
**SQLGetCursorName**
46+
**SQLGetDescField**
47+
**SQLGetDescRec**
48+
**SQLGetDiagField**
49+
:::column-end:::
50+
:::column span="":::
51+
**SQLGetDiagRec**
52+
**SQLGetInfo**
53+
**SQLGetStmtAttr**
54+
**SQLGetTypeInfo**
55+
**SQLNativeSql**
56+
**SQLPrepare**
57+
**SQLPrimaryKeys**
58+
**SQLProcedureColumns**
59+
**SQLProcedures**
60+
**SQLSetConnectAttr**
61+
**SQLSetConnectOption**
62+
**SQLSetCursorName**
63+
**SQLSetDescField**
64+
**SQLSetStmtAttr**
65+
**SQLSpecialColumns**
66+
**SQLStatistics**
67+
**SQLTablePrivileges**
68+
**SQLTables**
69+
:::column-end:::
70+
:::row-end:::
4971

5072
The following is a list of the ODBC Installer and ODBC Translator functions that support both Unicode (W) and ANSI (A) versions:
5173

52-
|||
53-
|-|-|
54-
|**SQLConfigDataSource**|**SQLInstallDriverManager**|
55-
|**SQLCreateDataSource**|**SQLInstallerError**|
56-
|**SQLDataSourceToDriver**|**SQLInstallODBC**|
57-
|**SQLDriverToDataSource**|**SQLReadFileDSN**|
58-
|**SQLGetAvailableDrivers**|**SQLRemoveDSNFromINI**|
59-
|**SQLGetInstalledDrivers**|**SQLValidDSN**|
60-
|**SQLGetTranslator**|**SQLWriteDSNToINI**|
61-
|**SQLInstallDriver**||
74+
:::row:::
75+
:::column span="":::
76+
**SQLConfigDataSource**
77+
**SQLCreateDataSource**
78+
**SQLDataSourceToDriver**
79+
**SQLDriverToDataSource**
80+
**SQLGetAvailableDrivers**
81+
**SQLGetInstalledDrivers**
82+
**SQLGetTranslator**
83+
**SQLInstallDriver**
84+
:::column-end:::
85+
:::column span="":::
86+
**SQLInstallDriverManager**
87+
**SQLInstallerError**
88+
**SQLInstallODBC**
89+
**SQLReadFileDSN**
90+
**SQLRemoveDSNFromINI**
91+
**SQLValidDSN**
92+
**SQLWriteDSNToINI**
93+
:::column-end:::
94+
:::row-end:::
6295

6396
> [!NOTE]
6497
> Deprecated functions have Unicode-to-ANSI mapping support because the ODBC *3.x* Driver Manager supports recompiling ODBC *2.x* applications with the UNICODE **#define**.

docs/powershell/encode-and-decode-sql-server-identifiers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ The **Encode-SqlName** cmdlet takes as input a [!INCLUDE[ssNoVersion](../include
2727

2828
The **Encode-Sqlname** and **Decode-Sqlname** cmdlets only encode or decode the characters that are allowed in SQL Server-delimited identifiers, but are not supported in PowerShell paths. The following are the characters encoded by **Encode-SqlName** and decoded by **Decode-SqlName**:
2929

30-
|||||||||||||
31-
|-|-|-|-|-|-|-|-|-|-|-|-|
3230
|**Character**|\ |/|:|%|\<|>|*|?|[|]|&#124;|
31+
|-|-|-|-|-|-|-|-|-|-|-|-|
3332
|**Hexadecimal Encoding**|%5C|%2F|%3A|%25|%3C|%3E|%2A|%3F|%5B|%5D|%7C|
3433

3534
## Encoding an Identifier

0 commit comments

Comments
 (0)