Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/dynamics…
Browse files Browse the repository at this point in the history
…365smb-docs-pr (branch live)
  • Loading branch information
edupont04 committed Apr 20, 2020
2 parents d438132 + ee53818 commit 0335687
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions business-central/admin-view-table-information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "View Table Information"
author: jswymer
ms.service: dynamics365-business-central
ms.topic: article
ms.devlang: na
ms.tgt_pltfrm: na
ms.workload: na
ms.date: 04/20/2020
ms.author: jswymer
---

# Viewing Table Information

The page **8700 Table Information** provides information about all system and business tables in a Business Central solution. In particular, the page displays information about the amount of data the tables contain.

This information is useful for troubleshooting performance problems, because let's you see the distribution of data size across tables.

## Viewing table information

To open this page, select the ![Search for Page or Report](media/ui-search/search_small.png "Search for Page or Report icon") icon, enter **Table Information**, and then choose the related link.

The following table describes the information provided for each table:

|Column|Description|
|------|-----------|
|Company Name|The name of the company, if any, that the table belongs to.|
|Table Name|The name of the table.|
|Table No.|The ID of the table|
|No. of Records|The total number of records stored in the table.|
|Record Size|The average record size in KB/record. The value is calculated using the following formula: 1024(Size)/(No. of Records)`. |

## See Also

[Inspecting Pages](across-inspect-page.md)
[Performance Articles For Developers](/dynamics365/business-central/a/dev-itpro/performance/performance-developer)

0 comments on commit 0335687

Please sign in to comment.