re:looking for SQL documentation tool
re:looking for SQL documentation tool
am 04.03.2009 11:45:22 von muhsin
Hello guys....is there any tool that can create data relation from sql
document?I have seen phpmyadmin, but still I am looking for other
software to see what they have to offer...
Thanks....
--
Extra details:
OSS:Gentoo Linux-2.6.25-r8
profile:x86
Hardware:msi geforce 8600GT asus p5k-se
location:/home/muhsin
language(s):C/C++,VB,VHDL,bash
Typo:40WPM
url:http://mambo-tech.net
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: re:looking for SQL documentation tool
am 04.03.2009 14:01:12 von Phpster
--0016363b7c6c68426204644aa512
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
On Wed, Mar 4, 2009 at 5:45 AM, mrfroasty wrote:
> Hello guys....is there any tool that can create data relation from sql
> document?I have seen phpmyadmin, but still I am looking for other
> software to see what they have to offer...
>
> Thanks....
>
> --
> Extra details:
> OSS:Gentoo Linux-2.6.25-r8
> profile:x86
> Hardware:msi geforce 8600GT asus p5k-se
> location:/home/muhsin
> language(s):C/C++,VB,VHDL,bash
> Typo:40WPM
> url:http://mambo-tech.net
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
GIYF ... mysql has tools, navicat is another...just effing google it
--
Bastien
Cat, the other other white meat
--0016363b7c6c68426204644aa512--
Re: re:looking for SQL documentation tool
am 04.03.2009 15:42:55 von Yves Sucaet
The professional version of SQLyog (http://www.sqlyog.com) has this
capability. It's not free though.
If you're looking for a free tool, I think the standard out there is
DBDesigner: http://www.fabforce.net/dbdesigner4/
Alternatively, I once wrote a tool that automatically converted a SQL create
table script to a GraphViz .dot file (http://www.graphviz.org). Depending on
how fluent you are with parsers and SQL DDL, that's an option as well. An
added plus is that you can completely customize your output and choose
different layout-algorithms (dot, twopi, ...)
hth,
Yves
----- Original Message -----
From: "mrfroasty"
To: "PHP DB"
Sent: Wednesday, March 04, 2009 4:45 AM
Subject: [PHP-DB] re:looking for SQL documentation tool
> Hello guys....is there any tool that can create data relation from sql
> document?I have seen phpmyadmin, but still I am looking for other
> software to see what they have to offer...
>
> Thanks....
>
> --
> Extra details:
> OSS:Gentoo Linux-2.6.25-r8
> profile:x86
> Hardware:msi geforce 8600GT asus p5k-se
> location:/home/muhsin
> language(s):C/C++,VB,VHDL,bash
> Typo:40WPM
> url:http://mambo-tech.net
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: re:looking for SQL documentation tool
am 04.03.2009 15:50:44 von Phpster
--0016363b8c282490ee04644c2d44
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
On Wed, Mar 4, 2009 at 9:42 AM, Yves Sucaet wrote:
> The professional version of SQLyog (http://www.sqlyog.com) has this
> capability. It's not free though.
>
> If you're looking for a free tool, I think the standard out there is
> DBDesigner: http://www.fabforce.net/dbdesigner4/
>
> Alternatively, I once wrote a tool that automatically converted a SQL
> create table script to a GraphViz .dot file (http://www.graphviz.org).
> Depending on how fluent you are with parsers and SQL DDL, that's an option
> as well. An added plus is that you can completely customize your output and
> choose different layout-algorithms (dot, twopi, ...)
>
> hth,
>
> Yves
>
> ----- Original Message ----- From: "mrfroasty"
> To: "PHP DB"
> Sent: Wednesday, March 04, 2009 4:45 AM
> Subject: [PHP-DB] re:looking for SQL documentation tool
>
>
> Hello guys....is there any tool that can create data relation from sql
>> document?I have seen phpmyadmin, but still I am looking for other
>> software to see what they have to offer...
>>
>> Thanks....
>>
>> --
>> Extra details:
>> OSS:Gentoo Linux-2.6.25-r8
>> profile:x86
>> Hardware:msi geforce 8600GT asus p5k-se
>> location:/home/muhsin
>> language(s):C/C++,VB,VHDL,bash
>> Typo:40WPM
>> url:http://mambo-tech.net
>>
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
i mentioned mysql tools, but special mention to mysql workbench...which is a
really nice tool
--
Bastien
Cat, the other other white meat
--0016363b8c282490ee04644c2d44--
Re: re:looking for SQL documentation tool[solved]
am 05.03.2009 07:58:27 von muhsin
Thanks guys for the input...really appreciated :-)
--
Extra details:
OSS:Gentoo Linux-2.6.25-r8
profile:x86
Hardware:msi geforce 8600GT asus p5k-se
location:/home/muhsin
language(s):C/C++,VB,VHDL,bash
Typo:40WPM
url:http://mambo-tech.net
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: re:[PHP-DB] looking for SQL documentation tool[solved]
am 17.04.2009 16:42:32 von Amit Chaudhary
Is there any tool/utility which can generate the documentation from SQL
Server 2005/2008
SQLDocSharp
An interactive tool designed to generate the SQL Server 2005/2008
documentation.
This is a free solution...!
http://www.amitchaudhary.com/ .
mrfroasty wrote:
>
> Thanks guys for the input...really appreciated :-)
>
> --
> Extra details:
> OSS:Gentoo Linux-2.6.25-r8
> profile:x86
> Hardware:msi geforce 8600GT asus p5k-se
> location:/home/muhsin
> language(s):C/C++,VB,VHDL,bash
> Typo:40WPM
> url:http://mambo-tech.net
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--
View this message in context: http://www.nabble.com/re%3Alooking-for-SQL-documentation-too l-tp22327634p23099016.html
Sent from the Php - Database mailing list archive at Nabble.com.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php