Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 1766994

Browse files
authored
Merge pull request #5648 from pmasl/patch-209
Update sys-dm-tran-version-store-space-usage.md
2 parents 6657b89 + f1846b7 commit 1766994

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-tran-version-store-space-usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
title: "sys.dm_tran_version_store_space_usage (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/30/2017"
4+
ms.date: "04/24/2018"
55
ms.prod: "sql"
66
ms.prod_service: "database-engine"
77
ms.service: ""
@@ -30,7 +30,7 @@ ms.workload: "Inactive"
3030
monikerRange: ">= sql-server-2017 || = sqlallproducts-allversions"
3131
---
3232
# sys.dm_tran_version_store_space_usage (Transact-SQL)
33-
[!INCLUDE[tsql-appliesto-ss2017-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2017-xxxx-xxxx-xxx-md.md)]
33+
[!INCLUDE[tsql-appliesto-2016sp2-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-2016sp2-asdb-xxxx-xxx-md.md)]
3434

3535
Returns a table that displays total space in tempdb used by version store records for each database. **sys.dm_tran_version_store_space_usage** is efficient and not expensive to run, as it does not navigate through individual version store records, and returns aggregated version store space consumed in tempdb per database.
3636

@@ -48,7 +48,7 @@ Because the versioned record is stored as binary, there are no problems with dif
4848
On [!INCLUDE[ssNoVersion_md](../../includes/ssnoversion-md.md)], requires `VIEW SERVER STATE` permission.
4949

5050
## Examples
51-
The following query can be used to determine space consumed in tempdb, by version store of each database in a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance.
51+
The following query can be used to determine space consumed in tempdb, by version store of each database in a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance.
5252

5353
```sql
5454
SELECT

0 commit comments

Comments
 (0)