Skip to content

Commit 0335687

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/dynamics365smb-docs-pr (branch live)
2 parents d438132 + ee53818 commit 0335687

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "View Table Information"
3+
author: jswymer
4+
ms.service: dynamics365-business-central
5+
ms.topic: article
6+
ms.devlang: na
7+
ms.tgt_pltfrm: na
8+
ms.workload: na
9+
ms.date: 04/20/2020
10+
ms.author: jswymer
11+
---
12+
13+
# Viewing Table Information
14+
15+
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.
16+
17+
This information is useful for troubleshooting performance problems, because let's you see the distribution of data size across tables.
18+
19+
## Viewing table information
20+
21+
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.
22+
23+
The following table describes the information provided for each table:
24+
25+
|Column|Description|
26+
|------|-----------|
27+
|Company Name|The name of the company, if any, that the table belongs to.|
28+
|Table Name|The name of the table.|
29+
|Table No.|The ID of the table|
30+
|No. of Records|The total number of records stored in the table.|
31+
|Record Size|The average record size in KB/record. The value is calculated using the following formula: 1024(Size)/(No. of Records)`. |
32+
33+
## See Also
34+
35+
[Inspecting Pages](across-inspect-page.md)
36+
[Performance Articles For Developers](/dynamics365/business-central/a/dev-itpro/performance/performance-developer)

0 commit comments

Comments
 (0)