Skip to content

Commit d1e6649

Browse files
committed
Fixing that stupid tag again
1 parent 7000d89 commit d1e6649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-db-page-info-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ manager: "amitban"
2424
monikerRange: ">=sql-server-ver15||=sqlallproducts-allversions"
2525
---
2626
# sys.dm_db_page_info (Transact-SQL)
27-
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../../../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
27+
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
2828

2929
Returns information about a page in a database. The function returns one row that contains the header information from the page, including the `object_id`, `index_id`, and `partition_id`. This function replaces the need to use `DBCC PAGE` in most cases.
3030

0 commit comments

Comments
 (0)