There are several of them, I guess depends on the users/developers preference
in term of which one to use.
Some of the ones that I know about
:
-. SQL Server - SQL Server come with Diagram tool, where you can design ER
Diagram, and then you can generate scripts, and changes that you make to ER
diagram can go directly to the database.
-. Visio - A great tool, you can do ER-diagram there, then connect to
database and push your changes to database. The reverse also true, you can
connect to SQL Server and then have Visio to create the ER diagram of your
existing database. I have not try Visio with Oracle so not sure if that going
to work.
-. Altova DatabaseSpy - A thirdparty software, not free, but it should work
with SQL Server and Oracle.
"devdewboy" wrote:
Quote:
Left out one other mention: It should not be limited to generating
database create scripts to just SQL Server. Generating Oracle scripts
is a good. |