Skip to content

Commit 2f7d343

Browse files
authored
Merge pull request MicrosoftDocs#44 from barbkess/aps
fix links
2 parents abb237b + 9cdf605 commit 2f7d343

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The backup server:
3535
## <a name="Step1"></a>Step 1: Determine Capacity Requirements
3636
The system requirements for the Backup server depend almost completely on your own workload. Before purchasing or provisioning a backup server you need to figure out your capacity requirements. The Backup server does not have to be dedicated only to backups, as long as it will handle the performance and storage requirements of your workload. You can also have multiple backup servers in order to backup and restore each database to one of several servers.
3737

38-
Use the [Backup server capacity planning worksheet](backup-server-capacity-planning-worksheet.md) to help determine your capacity requirements.
38+
Use the [Backup server capacity planning worksheet](backup-capacity-planning-worksheet.md) to help determine your capacity requirements.
3939

4040
## <a name="Step2"></a>Step 2: Acquire the backup server
4141
Now that you better understand your capacity requirements, you can plan the servers and networking components that you will need to purchase or provision. Incorporate the following list of requirements into your purchasing plan, and then purchase your server or provision an existing server.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ A PDW *database backup* is a copy of an appliance database, stored in a format s
2121

2222
A PDW database backup is created with the [BACKUP DATABASE](https://msdn.microsoft.com/library/mt631607.aspx) t-sql statement and formatted for use with the [RESTORE DATABASE](https://msdn.microsoft.com/library/mt631612.aspx) 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.
2323

24+
<!-- MISSING LINKS
25+
2426
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.
27+
28+
-->
2529

2630
PDW uses SQL Server backup technology to backup and restore appliance databases. SQL Server backup options are preconfigured to use backup compression. You cannot set backup options such as compression, checksum, block size, and buffer count.
2731

@@ -122,7 +126,7 @@ After the redistribution each Compute node will contain less actual data and mor
122126
|Backup and Restore Task|Description|
123127
|---------------------------|---------------|
124128
|Prepare a server as a backup server.|[Acquire and configure a backup server ](acquire-and-configure-backup-server.md)|
125-
|Create a disaster recovery plan.|[Create a Disaster Recovery Plan](create-disaster-recovery-plan.md)|
129+
|Create a disaster recovery plan.|[Create a Disaster Recovery Plan](create-disaster-recovery-plan.md)|
126130
|Backup a database.|[BACKUP DATABASE](https://msdn.microsoft.com/library/mt631607.aspx)|
127131
|Restore a database.|[RESTORE DATABASE](https://msdn.microsoft.com/library/mt631612.aspx)|
128132
|Restore the master database.|To restore the master database, use the [Restore the master database](configuration-manager-restore-master-database.md) page in the Configuration Manager tool.|

docs/analytics-platform-system/load-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: BarbKess
1717
You can load or insert data into SQL Server Parallel Data Warehouse (PDW) by using Integration Services, [bcp Utility](https://msdn.microsoft.com/library/ms162802.aspx), **dwloader** Command-line Loader, or the SQL INSERT statement.
1818

1919
## Loading Environment
20-
To load data, you need one or more loading servers. You can use your own existing ETL or other servers, or you can purchase new servers. For more information, see [Acquire and Configure a Loading Server](acquire-and-configure-a-loading-server-sql-server-pdw.md). These instructions include a [Loading Server Capacity Planning Worksheet](loading-server-capacity-planning-worksheet.md) to help you plan the right solution for loading.
20+
To load data, you need one or more loading servers. You can use your own existing ETL or other servers, or you can purchase new servers. For more information, see [Acquire and Configure a Loading Server](acquire-and-configure-a-loading-server.md). These instructions include a [Loading Server Capacity Planning Worksheet](loading-server-capacity-planning-worksheet.md) to help you plan the right solution for loading.
2121

2222
## Load with dwloader
2323
Using the [dwloader Command-Line Loader](dwloader.md) is the fastest way to load data into PDW.
@@ -38,14 +38,15 @@ You can use prepared statements to load data into distributed and replicated tab
3838

3939
|Task|Description|
4040
|--------|---------------|
41-
|Create the staging database.|[Create the staging database](create-the-staging-database.md)|
41+
|Create the staging database.|[Create the staging database](staging-database.md)|
4242
|Load with Integration Services.|[Load with Integration Services](load-with-ssis.md)|
4343
|Understand type conversions for dwloader.|[Data type conversion rules for dwloader](dwloader-data-type-conversion-rules.md)|
4444
|Load data with dwloader.|[dwloader Command-Line Loader](dwloader.md)|
4545
|Understand type conversions for INSERT.|[Load data with INSERT](load-with-insert.md)|
4646

47-
47+
<!-- MISSING LINKS
4848
## See Also
4949
[Grant permissions to load data](grant-permissions-to-load-data.md)
5050
[Common metadata query examles](metadata-query-examples.md)
5151
52+
-->

0 commit comments

Comments
 (0)