Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Script to Generate DataDictionary for Database

By ramesh_kondaparthy, 2005/08/12

This Procedure is used to generate the datadistionary for a database.

It gives following columns :

table_id,
table_name,
column_order,
column_name,
column_description

Usage:
Create the Procedure in the database where the datadisctionary need to be generated.
Call : Execute Generate_getDataDictionary

Return the result in Tabular format.

Total article views: 495 | Views in the last 30 days: 4
 
Related Articles
FORUM

Write Query Dynamic Generated Column

Write Query Dynamic Generated Column

SCRIPT

SQL Script to generate columns for triggers

SQL Script to generate columns for triggers

SCRIPT

Generate Column Metadata

This utility will generate column and parameter metadata in various useful formats for tables, views...

FORUM

Generate extract with varrying column size

Generate extract with varrying column size

SCRIPT

Generate INSERT for table with IDENTITY column

Generate a "INSERT INTO...SELECT FROM" script for a table with an identity column.

Tags
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones