Skip to content

Commit a77cf30

Browse files
authored
Update text
1 parent d1a9e31 commit a77cf30

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/sql-server/azure-arc/point-in-time-restore.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The Azure extension for SQL Server can perform backups automatically. This artic
2121
> [!NOTE]
2222
> Automated backups is only supported for license types of PAID or PAYG.
2323
24-
2524
The backups are performed at the following schedule:
2625

2726
- Full: every 7 days
@@ -93,7 +92,12 @@ To enable automated backups:
9392
```sql
9493
SELECT SERVERPROPERTY('InstanceDefaultBackupPath')
9594
```
96-
- For SQL Server versions below 2019, the default backup path is stored in a registry setting. This can be configured via using the extended stored procedure `xp_instance_regwrite` or from SQL Server Managent Studio. Connect to the Arc enabled SQL Server from SSMS, then go to Server poperties > Database Settings > Database default locations.
95+
96+
- For SQL Server versions below 2019, the default backup path is stored in a registry setting. Configure this setting with the extended stored procedure `xp_instance_regwrite` or from SQL Server Managent Studio (SSMS). To use SSMS:
97+
98+
1. Connect to the Arc enabled SQL Server from SSMS.
99+
1. Go to **Server poperties** > **Database Settings** > **Database default locations**.
100+
97101
- The setting is configured at the instance level and applies to all the databases on the instance.
98102
- The value for `--name` should be the name of the Arc enabled SQL Server, which is usually in the [Servername_SQLservername] format.
99103
- The value for `--retention-days` can be from 0-35.

0 commit comments

Comments
 (0)