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/sql-data-warehouse/backup-and-restore.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ from sys.pdw_loader_backup_runs
41
41
order by run_id desc
42
42
;
43
43
```
44
+
> [!NOTE]
45
+
> Backups occur every four (4) hours to meet an eight (8) hour SLA. Therefore, the sys.pdw_loader_backup_runs dynamic management view will display backup activity every four (4) hours.
44
46
45
47
## User-Defined Restore Points
46
48
@@ -130,4 +132,4 @@ You can [submit a support ticket](sql-data-warehouse-get-started-create-support-
130
132
131
133
## Next steps
132
134
133
-
For more information about restore points, see [User-defined restore points](sql-data-warehouse-restore-points.md)
135
+
For more information about restore points, see [User-defined restore points](sql-data-warehouse-restore-points.md)
0 commit comments