Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.25 KB

system-tables-group.md

File metadata and controls

24 lines (16 loc) · 1.25 KB
description ms.assetid title ms.topic ms.date
The tables of the system tables group track the tables and columns of the installation database.
d20be8b6-f456-4f90-aa9e-dc122c20d20c
System Tables Group
article
05/31/2018

System Tables Group

The tables of the system tables group track the tables and columns of the installation database.

  • The _Tables table tracks all the tables in the database. This includes tables that you may have created for your own custom actions. Query this table to find out if a table exists.
  • The _Columns table tracks columns in the installation database. Temporary columns are currently not tracked by this table. Query this table to find out if a given column exists.
  • The _Streams table lists embedded OLE data streams.
  • The _Storages table lists embedded OLE data storages.
  • The _Validation table. The _Validation table tracks the types and allowed ranges of every column in the database. The _Validation table is used during the database validation process to ensure that all columns are accounted for and have the correct values. This table is not shipped with the installer database.