Skip to content

Commit 3a1dc1c

Browse files
20221208 1344 fix autonumbering
1 parent da1cea6 commit 3a1dc1c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/synapse-analytics/backuprestore/restore-sql-pool.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,17 @@ The following PowerShell script for cross-tenant restore works in the same way a
216216

217217
Steps:
218218

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.
230230
1. Create a restore point for the newly created data warehouse.
231231
1. Retrieve the last restore point created by using the `Select -Last 1` syntax.
232232
1. Perform the restore to the desired Azure Synapse workspace.

0 commit comments

Comments
 (0)