SQL Server - Metadata / Data Dictionary

Card Puncher Data Processing

About

When you need information, you can use this tables to retrieve informations about the database.

Metadata tables

  • INFORMATION_SCHEMA.Tables
  • INFORMATION_SCHEMA.Columns
  • INFORMATION_SCHEMA.VIEWS

Or

  • sysobjects
  • syscolumns

Documentation / Reference







Share this page:
Follow us:
Task Runner