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
Copy file name to clipboardExpand all lines: articles/sql-data-warehouse/sql-data-warehouse-restore.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ In this article you will learn how to do the following:
25
25
## Before you begin
26
26
**Verify your DTU capacity.** Each SQL Data Warehouse is hosted by a SQL server (e.g. myserver.database.windows.net) which has a default DTU quota. Before you can restore a SQL data warehouse, verify that the your SQL server has enough remaining DTU quota for the database being restored. To learn how to calculate DTU needed or to request more DTU, see [Request a DTU quota change][Request a DTU quota change].
27
27
28
-
##Restore through PowerShell
28
+
# Restore through PowerShell
29
29
30
-
###Install PowerShell
30
+
## Install PowerShell
31
31
In order to use Azure PowerShell with SQL Data Warehouse, you will need to install Azure PowerShell version 1.0 or greater. You can check your version by running **Get-Module -ListAvailable -Name AzureRM**. The latest version can be installed from [Microsoft Web Platform Installer][Microsoft Web Platform Installer]. For more information on installing the latest version, see [How to install and configure Azure PowerShell][How to install and configure Azure PowerShell].
32
32
33
-
###Restore an active or paused database
33
+
## Restore an active or paused database
34
34
To restore a database from a restore point use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] PowerShell cmdlet.
35
35
36
36
1. Open Windows PowerShell.
@@ -86,7 +86,7 @@ $RestoredDatabase.status
86
86
> After the restore has completed, you can configure your recovered database by following [Configure your database after recovery][Configure your database after recovery].
87
87
>
88
88
89
-
###Copy your data warehouse by restoring
89
+
## Copy your data warehouse by restoring
90
90
To restore a database from a user-defined restore point use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] PowerShell cmdlet.
91
91
92
92
1. Open Windows PowerShell.
@@ -134,7 +134,7 @@ $RestoredDatabase.status
134
134
135
135
```
136
136
137
-
###Restore a deleted database
137
+
## Restore a deleted database
138
138
To restore a deleted database, use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] cmdlet.
139
139
140
140
1. Open Windows PowerShell.
@@ -169,7 +169,7 @@ $RestoredDatabase.status
169
169
> After the restore has completed, you can configure your recovered database by following [Configure your database after recovery][Configure your database after recovery].
170
170
>
171
171
172
-
###Restore from an Azure geographical region
172
+
## Restore from an Azure geographical region
173
173
To recover a database, use the [Restore-AzureRmSqlDatabase][Restore-AzureRmSqlDatabase] cmdlet.
174
174
175
175
> [!NOTE]
@@ -204,9 +204,9 @@ $GeoRestoredDatabase.status
204
204
205
205
The recovered database will be TDE-enabled if the source database is TDE-enabled.
206
206
207
-
##Restore through the Azure Portal
207
+
# Restore through the Azure Portal
208
208
209
-
###Create a user-defined restore point
209
+
## Create a user-defined restore point
210
210
1. Sign in to the [Azure portal][Azure portal].
211
211
212
212
2. Navigate to the SQL data warehouse that you want to create a restore point for.
@@ -219,7 +219,7 @@ The recovered database will be TDE-enabled if the source database is TDE-enabled
219
219
220
220

221
221
222
-
###Restore an active or paused database
222
+
## Restore an active or paused database
223
223
1. Sign in to the [Azure portal][Azure portal].
224
224
2. Navigate to the SQL data warehouse that you want to restore from.
225
225
3. At the top of the Overview blade, select **Restore**.
@@ -234,7 +234,7 @@ The recovered database will be TDE-enabled if the source database is TDE-enabled
0 commit comments