Creating data dictionary for SQL user which is up to date
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.
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.
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.