Skip to content

Commit b911bd7

Browse files
authored
Merge pull request #100442 from dialmoth/patch-5
Update backup-and-restore.md
2 parents a89f984 + f22100c commit b911bd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/synapse-analytics/sql-data-warehouse/backup-and-restore.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ To restore a data warehouse, see [Restore a dedicated SQL pool](sql-data-warehou
101101

102102
To restore a deleted data warehouse, see [Restore a deleted database](sql-data-warehouse-restore-deleted-dw.md), or if the entire server was deleted, see [Restore a data warehouse from a deleted server](sql-data-warehouse-restore-from-deleted-server.md).
103103

104+
> [!NOTE]
105+
> Table-level restore is not supported in dedicated SQL Pools. You can only recover an entire database from your backup, and then copy the require table(s) by using
106+
> - ETL tools activities such as [Copy Activity](/azure/data-factory/copy-activity-overview)
107+
> - Export and Import
108+
> - Export the data from the restored backup into your Data Lake by using CETAS [CETAS Example](/sql/t-sql/statements/create-external-table-as-select-transact-sql?view=sql-server-linux-ver16&preserve-view=true#d-use-create-external-table-as-select-exporting-data-as-parquet)
109+
> - Import the data by using [COPY](/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) or [Polybase](/azure/synapse-analytics/sql/load-data-overview#options-for-loading-with-polybase)
110+
104111
## Cross subscription restore
105112

106113
You can perform a cross-subscription restore by follow the guidance [here](sql-data-warehouse-restore-active-paused-dw.md#restore-an-existing-dedicated-sql-pool-formerly-sql-dw-to-a-different-subscription-through-powershell).

0 commit comments

Comments
 (0)