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

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

  3. Building a SQL Server data dictionary - Simple Talk - Redgate …

    Apr 1, 2021 · Building a SQL Server data dictionary. A data dictionary is a versatile documentation tool that can save time, resources, and money. It can systematically reduce or …

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

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

    Nov 1, 2021 · In addition to testing the validity of statements, SQL Server uses the data dictionary to assist with query plan generation and to reference information defining the structure of the …

  6. SQL Server Data Dictionary Query Toolbox

    Find and tag sensitive data in your databases to comply with data protection regulation. Useful queries for popular relational databases to explore schema.

  7. 12 Useful SQL Server Data Dictionary Queries Every DBA Should …

    In addition to testing the validity of statements, SQL Server uses the data dictionary to assist with query plan generation and to reference information defining the structure of the database. Top …

  8. Understanding the SQL Server Data Dictionary and How to Use It

    Feb 27, 2022 · The SQL Server Data Dictionary is a powerful and essential tool for anyone involved in the management and development of SQL Server databases. It offers a clear …

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

    Dec 26, 2016 · What is a SQL Server Data Dictionary and why would I want to create one? A SQL Server database can be thought of, in and of itself, as a data dictionary. It is self-describing, in …

  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 …