Thor Logo dbatools

Page

Get-DbaDbPageInfo

Chrissy LeMaire (@cl), netnerds.net

Get-DbaDbPageInfo View Source Chrissy LeMaire (@cl), netnerds.net Windows, Linux, macOS Synopsis Retrieves detailed page allocation information from SQL Server databases for storage analysis and troubleshooting Description This function queries the sys.dm_db_database_page_allocations dynamic management view to return detailed information about page allocation, including page type, free space percentage, allocation status, and mixed page allocation indicators. Use this when troubleshooting storage issues, analyzing space utilization patterns, or investigating page-level performance problems in your databases.

Read more