Skip to content

Commit 53d5580

Browse files
Merge pull request #117664 from dialmoth/patch-15
Update backup-and-restore.md
2 parents 3bcef8b + 7473633 commit 53d5580

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ from sys.pdw_loader_backup_runs
4141
order by run_id desc
4242
;
4343
```
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.
4446
4547
## User-Defined Restore Points
4648

@@ -130,4 +132,4 @@ You can [submit a support ticket](sql-data-warehouse-get-started-create-support-
130132

131133
## Next steps
132134

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

Comments
 (0)