Sourcecode msSQL documentation tool required?

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

Dear Experts,

I am using Windows XP SP2 and, I am using Microsoft SQL Server 2008 on my computer. I am looking for a database documentation tool which can create user friendly readable documentation for my database applications.

Anyone share with me some tools or source code which can create documents for database applications.

Please suggest me any software or source code Mssql documentation.

I would appreciate your help.

Thanks in advance.

SHARE
Best Answer by Jeremy J McPhail
Best Answer
Best Answer
Answered By 50 points N/A #187277

Sourcecode msSQL documentation tool required?

qa-featured

Hello Trevor,

Hope you are fine.

Actually it is a big task to maintain documentation about your SQL server. Nowadays it is a challenge. There are several tools in the market. This tool allows you to maintain documentation from top to bottom in various formats like CMM, HTML, XML, PDF etc. I can suggest you a link to find those tools.

Tools for SQL

From the list you may download any according to your wish.

If you want to get the source code then sing up the link below

Source code

Here you will get a form and fill it up and download the desired source code.

Best of luck!!

Answered By 10 points N/A #187278

Sourcecode msSQL documentation tool required?

qa-featured

Hello Trevor John,

It is very popular and useful open source database.

Here is syntax,

CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name

    [create_specification] ...

create_specification:
    [DEFAULT] CHARACTER SET [=] charset_name
  | [DEFAULT] COLLATE [=] collation_name

 TurboDbAdmin

This is free application.

Go to the following link for complete tutorial,

https://www.ntchosting.com/encyclopedia/databases/mysql/create-database/

https://github.com/ondras/wwwsqldesigner

Hope this helps you.

Thanks,

Related Questions