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

Commit 125a24e

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into connectcreate
2 parents 650520f + ad5853b commit 125a24e

79 files changed

Lines changed: 214 additions & 190 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/analytics-platform-system/acquire-and-configure-backup-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ FROM DISK = '\\10.172.14.255\backups\yearly\Invoices2013Full'
115115

116116
For more information, see:
117117

118-
- [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016)
118+
- [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
119119

120-
- [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016)
120+
- [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
121121

122122
## <a name="Security"></a>Security notices
123123
The backup server is not joined to the private domain for the appliance. It is in your own network, and there is no trust relationship between your own domain and private appliance domain.

docs/analytics-platform-system/backup-and-restore-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describes how data backup and restore works for Parallel Data Warehouse (PDW). B
1818

1919
A PDW *database backup* is a copy of an appliance database, stored in a format so that it can be used to restore the original database to an appliance.
2020

21-
A PDW database backup is created with the [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016) t-sql statement and formatted for use with the [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016) statement; it is unusable for any other purpose. The backup can only be restored to an appliance with the same number or a greater number of Compute nodes.
21+
A PDW database backup is created with the [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016&preserve-view=true) t-sql statement and formatted for use with the [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016&preserve-view=true) statement; it is unusable for any other purpose. The backup can only be restored to an appliance with the same number or a greater number of Compute nodes.
2222

2323
<!-- MISSING LINKS
2424
The [master database](master-database.md) is a SMP SQL Server database. It is backed up with the BACKUP DATABASE statement. To restore master, use the [Restore the Master Database](configuration-manager-restore-master-database.md) page of the Configuration Manager tool.
@@ -98,7 +98,7 @@ When restoring data, the appliance detects the number of Compute nodes on the so
9898

9999
1. The database backup to be restored is available on a Windows file share on a non-appliance backup server. For best performance, this server is connected to the appliance InfiniBand network.
100100

101-
2. User submits a [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016) tsql statement to the Control node.
101+
2. User submits a [RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016&preserve-view=true) tsql statement to the Control node.
102102

103103
- The restore is either a full restore or a header restore. The full restore restores a full backup and then optionally restores a differential backup.
104104

@@ -127,8 +127,8 @@ After the redistribution, each Compute node will contain less actual data and mo
127127
|Backup and Restore Task|Description|
128128
|---------------------------|---------------|
129129
|Prepare a server as a backup server.|[Acquire and configure a backup server](acquire-and-configure-backup-server.md)|
130-
|Backup a database.|[BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016)|
131-
|Restore a database.|[RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016)|
130+
|Backup a database.|[BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016&preserve-view=true)|
131+
|Restore a database.|[RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016&preserve-view=true)|
132132

133133
<!-- MISSING LINKS
134134

docs/analytics-platform-system/dwloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Loaded data might require more or less space on the appliance than in the source
523523
Although **dwloader** is a transaction process and will roll back gracefully on failure, it cannot be rolled back once the bulk load has been completed successfully. To cancel an active **dwloader** process, type CTRL+C.
524524

525525
## Limitations and Restrictions
526-
The total size of all loads occurring concurrently must be smaller than LOG_SIZE for the database, and we recommend the total size of all concurrent loads is less than 50% of the LOG_SIZE. To achieve this size limitation, you can split large loads into multiple batches. For more information on LOG_SIZE, see [CREATE DATABASE](../t-sql/statements/create-database-transact-sql.md?view=aps-pdw-2016)
526+
The total size of all loads occurring concurrently must be smaller than LOG_SIZE for the database, and we recommend the total size of all concurrent loads is less than 50% of the LOG_SIZE. To achieve this size limitation, you can split large loads into multiple batches. For more information on LOG_SIZE, see [CREATE DATABASE](../t-sql/statements/create-database-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
527527

528528
When loading multiple files with one load command, all rejected rows are written to the same reject file. The reject file does not show which input file contains each rejected row.
529529

docs/analytics-platform-system/master-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You *cannot:*
3939

4040
|Task|Description|
4141
|--------|---------------|
42-
|Create a full backup of master.|Example:<br /><br />`BACKUP DATABASE master TO backup_directory;`<br /><br />For more information, see [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016).|
42+
|Create a full backup of master.|Example:<br /><br />`BACKUP DATABASE master TO backup_directory;`<br /><br />For more information, see [BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016&preserve-view=true).|
4343
|Restore the master database|To restore the master database, use the [Restore the Master Database](restore-the-master-database.md) page in the Configuration Manager tool.|
4444
|View database catalog information.|`SELECT * FROM master.sys.databases;`|
4545
|View system-wide login and permission information.|`SELECT * FROM master.sys.server_permissions;`<br /><br />`SELECT * FROM master.sys.server_principals;`<br /><br />`SELECT * FROM master.sys.sql_logins;`|

docs/analytics-platform-system/restore-database-protected-by-tde.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ RESTORE DATABASE AdventureWorksPDW2012
5454
```
5555

5656
## See Also
57-
[BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016)
57+
[BACKUP DATABASE](../t-sql/statements/backup-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
5858
[CREATE MASTER KEY](../t-sql/statements/create-master-key-transact-sql.md)
5959
[sp_pdw_add_network_credentials](../relational-databases/system-stored-procedures/sp-pdw-add-network-credentials-sql-data-warehouse.md)
6060
[sp_pdw_database_encryption](../relational-databases/system-stored-procedures/sp-pdw-database-encryption-sql-data-warehouse.md)
6161
[CREATE CERTIFICATE](../t-sql/statements/create-certificate-transact-sql.md)
62-
[RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016)
62+
[RESTORE DATABASE](../t-sql/statements/restore-statements-transact-sql.md?view=aps-pdw-2016&preserve-view=true)

docs/analytics-platform-system/tsql-statements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ ms.custom: seo-dt-2019
1515
Transact-SQL (T-SQL) statements for Analytic Platform System (APS) SQL Server Parallel Data Warehouse (PDW).
1616

1717
## Data Definition Language (DDL) statements
18-
* [ALTER DATABASE](../t-sql/statements/alter-database-transact-sql.md?view=aps-pdw-2016)
18+
* [ALTER DATABASE](../t-sql/statements/alter-database-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
1919
* [ALTER INDEX](../t-sql/statements/alter-index-transact-sql.md)
2020
* [ALTER PROCEDURE](../t-sql/statements/alter-procedure-transact-sql.md)
2121
* [ALTER SCHEMA](../t-sql/statements/alter-schema-transact-sql.md)
2222
* [ALTER TABLE](../t-sql/statements/alter-table-transact-sql.md)
2323
* [CREATE COLUMNSTORE INDEX](../t-sql/statements/create-columnstore-index-transact-sql.md)
24-
* [CREATE DATABASE](../t-sql/statements/create-database-transact-sql.md?view=aps-pdw-2016)
24+
* [CREATE DATABASE](../t-sql/statements/create-database-transact-sql.md?view=aps-pdw-2016&preserve-view=true)
2525
* [CREATE DATABASE SCOPED CREDENTIAL](../t-sql/statements/create-database-scoped-credential-transact-sql.md)
2626
* [CREATE EXTERNAL DATA SOURCE](../t-sql/statements/create-external-data-source-transact-sql.md)
2727
* [CREATE EXTERNAL FILE FORMAT](../t-sql/statements/create-external-file-format-transact-sql.md)

docs/analytics-platform-system/whats-new-analytics-platform-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Customers will now be able to alter views. See [ALTER VIEW (Transact-SQL)](../t-
3939
Release date - September 2019
4040

4141
### Alter External Data Source
42-
Customers will be able to alter external data source definition with the CU7.5 update. Customers with Hadoop name node high availability can now alter the data source to change the arguments when a failover happens. For APS, only the LOCATION, RESOURCE_MANAGER_LOCATION and CREDENTIAL can be changed. See [alter external data source](../t-sql/statements/alter-external-data-source-transact-sql.md?view=sql-server-2017) for more information.
42+
Customers will be able to alter external data source definition with the CU7.5 update. Customers with Hadoop name node high availability can now alter the data source to change the arguments when a failover happens. For APS, only the LOCATION, RESOURCE_MANAGER_LOCATION and CREDENTIAL can be changed. See [alter external data source](../t-sql/statements/alter-external-data-source-transact-sql.md?view=sql-server-2017&preserve-view=true) for more information.
4343

4444
### CDH 5.15 and 5.16 support with PolyBase
4545
PolyBase on APS with CU7.5 update now supports CDH 5.15 and 5.16 versions of Hadoop distribution from Cloudera. Use option 6 for CDH 5.x versions.
4646

4747
### Try_Convert and Try_Cast support
48-
CU7.5 APS now supports [TRY_CAST](../t-sql/functions/try-cast-transact-sql.md?view=sql-server-2017) and [TRY_CONVERT](../t-sql/functions/try-convert-transact-sql.md?view=sql-server-2017) tsql functions. Both of these functions returns a value converted to the specified data type if the convert succeeds; otherwise, returns null.
48+
CU7.5 APS now supports [TRY_CAST](../t-sql/functions/try-cast-transact-sql.md?view=sql-server-2017&preserve-view=true) and [TRY_CONVERT](../t-sql/functions/try-convert-transact-sql.md?view=sql-server-2017&preserve-view=true) tsql functions. Both of these functions returns a value converted to the specified data type if the convert succeeds; otherwise, returns null.
4949

5050
<a name="h2-aps-cu7.4"></a>
5151
## APS CU7.4

docs/azdata/install/deploy-install-azdata-installer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To uninstall `azdata` with Windows Installer, follow the instructions for the ap
3333
| Windows 10| Start > Settings > Apps |
3434
| Windows 8 | Start > Control Panel > Programs > Uninstall a program |
3535

36-
The program to uninstall is called `Azdata CLI` . Select this application, then click the `Uninstall` button.
36+
The program to uninstall is called `Azure Data CLI` . Select this application, then click the `Uninstall` button.
3737

3838
## Next steps
3939

docs/big-data-cluster/deploy-big-data-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following table lists common big data cluster tools and how to install them:
2828
| `kubectl`<sup>1</sup> | Yes | Command-line tool for monitoring the underlying Kubernetes cluster ([More info](https://kubernetes.io/docs/tasks/tools/install-kubectl/)). | [Windows](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-powershell-from-psgallery) \| [Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-using-native-package-management) |
2929
| **Azure Data Studio** | Yes | Cross-platform graphical tool for querying SQL Server. | [Install](../azure-data-studio/download-azure-data-studio.md) |
3030
| **Data Virtualization extension** | Yes | Extension for Azure Data Studio that provides a Data Virtualization wizard. | [Install](../azure-data-studio/extensions/data-virtualization-extension.md) |
31-
| **Azure CLI**<sup>2</sup> | For AKS | Modern command-line interface for managing Azure services. Used with AKS big data cluster deployments ([More info](/cli/azure/?view=azure-cli-latest&preserve-view=true)). | [Install](/cli/azure/install-azure-cli?view=azure-cli-latest&preserve-view=true) |
31+
| **Azure CLI**<sup>2</sup> | For AKS | Modern command-line interface for managing Azure services. Used with AKS big data cluster deployments ([More info](/cli/azure/)). | [Install](/cli/azure/install-azure-cli) |
3232
| **mssql-cli** | Optional | Modern command-line interface for querying SQL Server ([More info](../tools/mssql-cli.md)). | [Windows](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/windows.md) \| [Linux](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/linux.md) |
3333
| **sqlcmd** | For some scripts | Legacy command-line tool for querying SQL Server ([More info](../tools/sqlcmd-utility.md)). You might need to install the Microsoft ODBC Driver 11 for SQL Server before installing the SQLCMD package. | [Windows](https://www.microsoft.com/download/details.aspx?id=36433) \| [Linux](../linux/sql-server-linux-setup-tools.md) |
3434
| `curl` <sup>3</sup> | For some scripts | Command-line tool for transferring data with URLs. | [Windows](https://curl.haxx.se/windows/) \| Linux: install curl package |

docs/big-data-cluster/deploy-on-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Choose the latest available version for your cluster. Record the version number.
144144

145145
## Connect to the cluster
146146

147-
1. To configure kubectl to connect to your Kubernetes cluster, run the [az aks get-credentials](/cli/azure/aks?view=azure-cli-latest#az-aks-get-credentials) command. This step downloads credentials and configures the kubectl CLI to use them.
147+
1. To configure kubectl to connect to your Kubernetes cluster, run the [az aks get-credentials](/cli/azure/aks#az-aks-get-credentials) command. This step downloads credentials and configures the kubectl CLI to use them.
148148

149149
```azurecli
150150
az aks get-credentials --resource-group=sqlbdcgroup --name kubcluster
@@ -160,7 +160,7 @@ Choose the latest available version for your cluster. Record the version number.
160160

161161
If you have any problems creating an Azure Kubernetes Service with the previous commands, try the following resolutions:
162162

163-
- Make sure that you have installed the [latest Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
163+
- Make sure that you have installed the [latest Azure CLI](/cli/azure/install-azure-cli).
164164
- Try the same steps using a different resource group and cluster name.
165165
- Refer to the detailed [troubleshooting documentation for AKS](/azure/aks/troubleshooting).
166166

0 commit comments

Comments
 (0)