Skip to content

Commit 18ee9df

Browse files
authored
Merge pull request #13364 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents cc2f81a + f6d2e2f commit 18ee9df

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/advanced-analytics/what-is-sql-server-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
3636

3737
## What can I do with Machine Learning Services?
3838

39-
You can use Machine Learning Services to build and training machine learning and deep learning models within SQL Server. You can also deploy existing models to Machine Learning Services and use relational data for predictions.
39+
You can use Machine Learning Services to build and train machine learning and deep learning models within SQL Server. You can also deploy existing models to Machine Learning Services and use relational data for predictions.
4040

41-
Examples of the type of predictions that you can use SQL Server Machine Learning Services for, include:
41+
Examples of the type of predictions that you can use SQL Server Machine Learning Services for include:
4242

4343
|||
4444
|-|-|

docs/big-data-cluster/deployment-custom-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ azdata bdc config add -c custom-bdc/control.json -j "$.spec.nodeLabel=bdc-shared
453453
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.master.spec.nodeLabel=bdc-master"
454454
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.compute-0.spec.nodeLabel=bdc-compute-pool"
455455
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.data-0.spec.nodeLabel=bdc-compute-pool"
456-
azdata bdc config add -c custom-bdc/bdc.json-j "$.spec.resources.storage-0.spec.nodeLabel=bdc-storage-pool"
456+
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.storage-0.spec.nodeLabel=bdc-storage-pool"
457457

458458
# below can be omitted in which case we will take the node label default from the control.json
459459
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.nmnode-0.spec.nodeLabel=bdc-shared"

docs/database-engine/install-windows/install-sql-server-from-the-command-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Use the following guidelines to develop installation commands that have correct
145145
- /PARAMETER (Example: `/INDICATEPROGRESS`)
146146
- /PARAMETER=true/false (Example: `/SQLSVCINSTANTFILEINIT=True` )
147147
- /PARAMETER=1/0 for Boolean types (Example: `/TCPENABLED=1`)
148-
- /PARAMETER="value" for all single-value parameters. (Example: `/PID="PID" /SQLSVCSTARTUPTYP="Automatic"`)
148+
- /PARAMETER="value" for all single-value parameters. (Example: `/PID="PID" /SQLSVCSTARTUPTYPE="Automatic"`)
149149
- For a parameter that requires a path: `/INSTANCEDIR=c:\Path` or `/INSTANCEDIR="c:\Path"` is supported.
150150
- /PARAMETER="value1" "value2" "value3" for all multiple-value parameters. (Example: `/SQLSYSADMINACCOUNTS="Contoso\John" "Contoso\Mary"`)
151151
- **Exception**: `/FEATURES`, which is a multivalued parameter, but its format is `/FEATURES=AS,RS,IS` without a space, comma-delimited.

0 commit comments

Comments
 (0)