vote up 8 vote down star
2

I've been using Visio 2002/2003 Enterprise Architect to do my database schema design visually and then forward-generate the DDL to create the database.

I wanted to switch to Visio 2007, but while it does have database diagramming support, it doesn't have the ability to generate DDL. Bummer.

I am really disappointed because it seems like Microsoft has completely abandoned this feature. You can't do it in Visual Studio (that I've found). You can sorta do it with SQL Server Management Studio if you insert database diagrams into your database, but any edits to the schema immediately take effect.

Has anyone found a good program to do this? I'm hoping to find one that is free and can generate DDL/SQL for SQL Server.

flag

9 Answers

vote up 0 vote down

I got tired of hand-coding my DDL from Visio 2007 Diagrams, so I wrote a script to do it for me. I know it's not perfect. But, it works for me. You are welcome to try it out at aboutwhatever.net/posts/visio-2007-database-model-ddl-generation. If there is enough interest, I will look into expanding it's capabilities.

link|flag
vote up 0 vote down

Visual Studio 2010 Beta 1 has some pretty cool tools for data modeling, especially the ADO .Net Entity Data Model Tools. And yes, you can generate DDL from the models.

link|flag
vote up 1 vote down

This functionality is only available in the "for Enterprise Architects"-edition of Visio. This edition is apparently not sold as a stand-alone product, but it is included in MSDN Premium.

See this article on Office Online: What happened to the Generate and Update commands on the Database menu?

link|flag
vote up 0 vote down

What if i have an existing vsd file for visio and want to generate ddl scripts, what tool could i possibly use.. any help would be much appreciated.

link|flag
1  
An answer to a question is not the place for a question of your own... – Mitch Wheat Feb 28 at 23:54
vote up 0 vote down

Oh, and DBDesigner is pretty good, and free.

http://www.fabforce.net/downloads.php

link|flag
vote up 1 vote down

The 'big' ones are CA's ErWin and Embarcadero's ErStudio.

On a side-note, Microsoft appear to have realized the need for modelling tools so they're working on some new modelling tools ("Oslo") that will [probably] be included in VS 2010.

link|flag
vote up 0 vote down

I use Sparks Enterprise Architect. It can create the basic by taking all your database with an ODBC than you can design and reverse change too. It's not free.

link|flag
vote up 1 vote down

If you are referring to the Object Role Model diagrams, you can google for that, or for Terry Halpern.

I reverted to VisioModeler, which is available free (but unsupported) at

http://www.microsoft.com/downloads/details.aspx?familyId=27fe6786-a439-4286-b8b6-7a9b84cfa709&displaylang=en

link|flag
vote up 1 vote down

Not free, but very good and simple to use: Dezign for Databases

Draw your model and then you can generate DDL for lots of different databases.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.