About 441,000 results
Open links in new tab
  1. Building a SQL Server data dictionary - Simple Talk - Redgate …

    Apr 1, 2021 · A data dictionary is a documentation tool that provides metadata, metrics, or details about a database and the data within it. Documenting data is critical to maintaining, sharing, and using it, and therefore this is a tool that can save time, improve code quality, and …

  2. What is Data Dictionary? - GeeksforGeeks

    Apr 24, 2024 · In a database management system (DBMS), a data dictionary can be defined as a component that stores a collection of names, definitions, and attributes for data elements used in the database. The database stores metadata, that is, information about the database.

  3. Create SQL Server Data Dictionary in Seconds

    May 15, 2008 · You can create a data dictionary natively with SQL Server for a database in a few seconds if you store the metadata as extended properties. The SQL Server AdventureWorks sample database has numerous extended properties included, …

  4. What is a SQL Server Data Dictionary? - Essential SQL

    Nov 1, 2021 · What is a Data Dictionary? The SQL Server data dictionary stores information about a database’s definition. The dictionary contains information about database objects such as tables, indexes, columns, datatypes, and views. The SQL Server DBMS uses the data dictionary to execute queries.

  5. What is a SQL Server Data Dictionary and why would I want ... - SQL

    Dec 26, 2016 · What exactly is a data dictionary? A simple data dictionary is a repository of information about the database, usually in a database itself, that stores object information and attributes, versioned over time. A data dictionary can contain the following information about a particular object: Datetime the current object was created or changed

  6. Generating data dictionary for SQL Server database

    Mar 27, 2015 · I am trying to generate a data dictionary for a table in my database. Ideally I would like to export the column names, data type, restrictions and extended property descriptions. How can this be achieved?

  7. Data Dictionary: Examples, Templates, & Best practices - Atlan

    Jan 25, 2025 · What is a data dictionary? A data dictionary can be defined as a collection of metadata such as object name, data type, size, classification, and relationships with other data assets. A data dictionary acts as a reference guide on a dataset.

  8. SQL Data Dictionary for SQL Server

    It is now easy to generate a PDF or HTML listing of all tables and views in your SQL Server database. Get column level detail on SQL Server primary keys, data types, and defaults along with descriptions. Easily find missing indexes and incorrect column definitions.

  9. Build a SQL Server Data Dictionary with the Extended Properties

    Nov 4, 2008 · A data dictionary is a collection of descriptions about the data and objects in a data model for the benefit of programmers and users who need to refer to them when building the application, reports, etc. It is ideal to create a data dictionary while working on the data model.

  10. How to create a data dictionary using TSQL in SQL Server

    Jan 21, 2024 · Data dictionaries provide information regarding the database’s meta-data such tables, columns, and constraints. In other words, it includes the whole picture of the data access layer.

  11. Some results have been removed
Refresh