Skip to content

T-SQL scripts para generar el diccionario de datos en SQL server 2012/2014/2016

License

Notifications You must be signed in to change notification settings

aldovilardy/DiccionarioDatos_SQL-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiccionarioDatos_SQL-Server

T-SQL scripts para generar el diccionario de datos en SQL server 2012/2014/2016 Al ejecutar el script debe tomar el resultado y guardarlo en un fichero de texto plano con la extensión *.html o *.htm, luego puede visualizar dicho archivo con un web browser (firefox, edge, explorer, chrome,etc).

Obtiene un índice de tablas y vistas, con su descripción. Columnas con su Posición, Nombre, Tipo de Dato, Nullable y Descripción. Refrence Keys con su Posición, Nombre, Columna y Referencia destino. Constraints por defecto con su Posición, Nombre, Columna y Valor. Triggers con su Posición, Nombre y Descripción. Índices con su Posición, Nombre, Tipo y Columnas.

DataDictionary_SQL-Server

T-SQL scripts to generate the data dictionary in SQL server 2012/2014/2016 When executing the script, you must take the result and save it in a plain text file with the extension * .html or * .htm, then you can view said file with a web browser (firefox, edge, explorer, chrome, etc).

Gets an index of tables and views, with their description. Columns with its Position, Name, Data Type, Nullable and Description. Refrence Keys with their Position, Name, Column and Destination Reference. Constraints by default with their Position, Name, Column and Value. Triggers with their Position, Name and Description. Indices with their Position, Name, Type and Columns.

About

T-SQL scripts para generar el diccionario de datos en SQL server 2012/2014/2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages