About 764,000 results
Open links in new tab
  1. 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 …

  2. 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, …

  3. 6 Useful SQL Server Data Dictionary Queries Every DBA Should …

    Aug 8, 2017 · This is a list of handy SQL queries to the SQL Server data dictionary. You can also find 100+ other useful queries here. 1. List of tables with number of rows and comments. This …

  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 …

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

    Dec 26, 2016 · A SQL Server database can be thought of, in and of itself, as a data dictionary. It is self-describing, in that objects can be scripted into Data Definition Language aka DDL …

  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. …

  7. 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 …

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

    Nov 4, 2008 · If your current data is in an Excel spreadsheet, Microsoft Access or even in a SQL Server table, you can write a few queries to forward engineer the data with the Extended …

  9. 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 …

  10. How to build a “smart” SQL Server Data dictionary - Solution …

    To create a “Smart” data dictionary, our dictionary much be “change aware” so that it only writes changes (new, updated and deleted objects). To do this we’ll need to establish (and …

Refresh