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
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.
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/backup-and-restore-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Describes how data backup and restore works for Parallel Data Warehouse (PDW). B
18
18
19
19
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.
20
20
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.
22
22
23
23
<!-- MISSING LINKS
24
24
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
98
98
99
99
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.
100
100
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.
102
102
103
103
- 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.
104
104
@@ -127,8 +127,8 @@ After the redistribution, each Compute node will contain less actual data and mo
127
127
|Backup and Restore Task|Description|
128
128
|---------------------------|---------------|
129
129
|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)|
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/dwloader.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ Loaded data might require more or less space on the appliance than in the source
523
523
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.
524
524
525
525
## 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)
527
527
528
528
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.
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/master-database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ You *cannot:*
39
39
40
40
|Task|Description|
41
41
|--------|---------------|
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).|
43
43
|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.|
44
44
|View database catalog information.|`SELECT * FROM master.sys.databases;`|
45
45
|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;`|
Copy file name to clipboardExpand all lines: docs/analytics-platform-system/whats-new-analytics-platform-system.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ Customers will now be able to alter views. See [ALTER VIEW (Transact-SQL)](../t-
39
39
Release date - September 2019
40
40
41
41
### 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.
43
43
44
44
### CDH 5.15 and 5.16 support with PolyBase
45
45
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.
46
46
47
47
### 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.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deploy-big-data-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following table lists common big data cluster tools and how to install them:
28
28
|`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)|
29
29
|**Azure Data Studio**| Yes | Cross-platform graphical tool for querying SQL Server. |[Install](../azure-data-studio/download-azure-data-studio.md)|
30
30
|**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)|
32
32
|**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)|
33
33
|**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)|
34
34
|`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 |
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deploy-on-aks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Choose the latest available version for your cluster. Record the version number.
144
144
145
145
## Connect to the cluster
146
146
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.
148
148
149
149
```azurecli
150
150
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.
160
160
161
161
If you have any problems creating an Azure Kubernetes Service with the previous commands, try the following resolutions:
162
162
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).
164
164
- Try the same steps using a different resource group and cluster name.
165
165
- Refer to the detailed [troubleshooting documentation for AKS](/azure/aks/troubleshooting).
0 commit comments