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/synapse-analytics/backuprestore/restore-sql-pool.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,17 +216,17 @@ The following PowerShell script for cross-tenant restore works in the same way a
216
216
217
217
Steps:
218
218
219
-
1.Open a PowerShell terminal.
220
-
1.Update Az.Sql Module to 3.8.0 (or greater) using `Update-Module`.
221
-
1.Connect to your Azure account using `Connect-AzAccount`.
222
-
1.List all the subscriptions associated with your account along with its Tenant ID. Select the subscription that contains the dedicated SQL pool to be restored.
223
-
1.List the restore points for the dedicated SQL pool using `Get-AzSynapseSqlPoolRestorePoint`.
224
-
1.Pick the desired restore point, setting the variable `$PointInTime`.
225
-
1.In the destination tenant, make sure your user has guest access with either 'Owner' or 'Contributor' permissions.
226
-
1.Select the destination subscription along with the corresponding Tenant ID to which the dedicated SQL pool should be restored.
227
-
1.Restore the dedicated SQL pool to the desired restore point using `Restore-AzSqlDatabase`.
228
-
1.Verify that the restored dedicated SQL pool (formerly SQL DW) is online.
229
-
1.If the desired destination is a Synapse workspace, uncomment the code to perform the additional restore step.
219
+
1. Open a PowerShell terminal.
220
+
1. Update Az.Sql Module to 3.8.0 (or greater) using `Update-Module`.
221
+
1. Connect to your Azure account using `Connect-AzAccount`.
222
+
1. List all the subscriptions associated with your account along with its Tenant ID. Select the subscription that contains the dedicated SQL pool to be restored.
223
+
1. List the restore points for the dedicated SQL pool using `Get-AzSynapseSqlPoolRestorePoint`.
224
+
1. Pick the desired restore point, setting the variable `$PointInTime`.
225
+
1. In the destination tenant, make sure your user has guest access with either 'Owner' or 'Contributor' permissions.
226
+
1. Select the destination subscription along with the corresponding Tenant ID to which the dedicated SQL pool should be restored.
227
+
1. Restore the dedicated SQL pool to the desired restore point using `Restore-AzSqlDatabase`.
228
+
1. Verify that the restored dedicated SQL pool (formerly SQL DW) is online.
229
+
1. If the desired destination is a Synapse workspace, uncomment the code to perform the additional restore step.
230
230
1. Create a restore point for the newly created data warehouse.
231
231
1. Retrieve the last restore point created by using the `Select -Last 1` syntax.
232
232
1. Perform the restore to the desired Azure Synapse workspace.
0 commit comments