Creating data dictionary for SQL user which is up to date

Asked By 10 points N/A Posted on -
qa-featured

I want to create a data dictionary for SQL user which remains up to date all the time. I want to make necessary changes to the database in regular interval of time.

SHARE
Answered By 5 points N/A #153185

Creating data dictionary for SQL user which is up to date

qa-featured

Hi,

You want to create a data dictionary for SQL users. I have an idea to create a data dictionary in a simple way. By using tools which generates a data dictionary for a SQL client. And the tool name is "Data Dictionary Creator (DDC)".

You can download it from: 

http://datadictionary.codeplex.com/downloads/get/clickOnce/DataDictionaryCreator.application

It is a very simple application. It helps to generate and document your SQL database tables. And also it remains automatic update. You need not to update it every time.

DATA Dictionary Creator Application

Related Questions