Skip to content

Commit 326b7be

Browse files
authored
Edited typo and changed cleanup to clean up.
1 parent 9a5d7c5 commit 326b7be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/system-stored-procedures/sys-sp-persistent-version-cleanup-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ EXEC sys.sp_persistent_version_cleanup [database_name] [, scan_all_pages] [, cle
4040

4141
#### [database_name]
4242

43-
Optional. The name of the database to cleanup. If not provided, uses the current database context.
43+
Optional. The name of the database to clean up. If not provided, uses the current database context.
4444

4545
#### [scan_all_pages]
4646

@@ -74,7 +74,7 @@ The `sys.sp_persistent_version_cleanup` stored procedure is synchronous, meaning
7474

7575
In SQL Server 2019, the PVS cleanup process only executes for one database at a time. In Azure SQL Database and Azure SQL Managed Instance, and beginning with [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)], the PVS cleanup process can execute in parallel against multiple databases in the same instance.
7676

77-
If the PVS cleanup process is already running against the desired database, this stored procedure will be blocked and wait for completion before starting another PVS cleanup process. Active, long-running transactions in any database where ADR is enabled can also block scleanup of the PVS. You can monitor the version cleaner task by looking for its process with the following sample query:
77+
If the PVS cleanup process is already running against the desired database, this stored procedure will be blocked and wait for completion before starting another PVS cleanup process. Active, long-running transactions in any database where ADR is enabled can also block cleanup of the PVS. You can monitor the version cleaner task by looking for its process with the following sample query:
7878

7979
```sql
8080
SELECT * FROM sys.dm_exec_requests
@@ -112,4 +112,4 @@ EXEC sys.sp_persistent_version_cleanup;
112112
- [Accelerated database recovery](../accelerated-database-recovery-concepts.md)
113113
- [Troubleshoot accelerated database recovery](../accelerated-database-recovery-troubleshoot.md)
114114
- [Manage accelerated database recovery](../accelerated-database-recovery-management.md)
115-
- [Accelerated Database Recovery in Azure SQL](/azure/azure-sql/accelerated-database-recovery)
115+
- [Accelerated Database Recovery in Azure SQL](/azure/azure-sql/accelerated-database-recovery)

0 commit comments

Comments
 (0)