Metadata Information from SYS tables - SQL Server
The underlying tables which store the metadata for a certain database are called system tables. A system table called sys tables is used to keep track of data about the tables in a database. A record is created in the sys for each table or object that is
The underlying tables which store the metadata for a certain database are called system tables. A system table called sys tables is used to keep track of data about the tables in a database. A record is created in the sys for each table or object that is added to the database. These system tables belong to a unique class of tables that the SQL Server Engine uses to hold data on the configurations…
View On WordPress














