Generate Data Dictionary from MS SQL Server
Ever being asked to produce documentation to your database? If you are like me, the latest version of such documentation may be 10 years old. A solution? Here is an exellent script to help you get started with data dictionary. USE [Database_Name]– =============================================– Author:JOHIR– Create date: 01/12/2012 — Modified by: Logic Flow: added column size […]