Create DB in Sql Server based on Visio Data Model - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T05:51:21Zhttp://stackoverflow.com/feeds/question/37672http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/37672/create-db-in-sql-server-based-on-visio-data-model0Create DB in Sql Server based on Visio Data ModelYaakov Ellis2008-09-01T09:44:58Z2008-10-11T14:59:46Z
<p>I have created a database model in Visio Professional (2003). I know that the Enterprise version has the ability to create a DB in Sql Server based on the data in Visio. I do not have the option to install Enterprise. Aside from going through the entire thing one table and relationship at a time and creating the whole database from scratch, by hand, can anyone recommend any tool/utility/method for converting the visio database model into a Sql Script that can be used to create a new DB in Sql Server?</p>
http://stackoverflow.com/questions/37672/create-db-in-sql-server-based-on-visio-data-model/37715#377151Answer by eed3si9n for Create DB in Sql Server based on Visio Data Modeleed3si9n2008-09-01T10:35:06Z2008-09-01T10:35:06Z<p>I have not done this, but here it goes.</p>
<ol>
<li>Convert Visio file to Visio XML format.</li>
<li>Use <a href="http://dia-installer.de/index_en.html" rel="nofollow">Dia for Windows</a> and <a href="http://www.redferni.uklinux.net/dia/vdx/" rel="nofollow">Dia VDX plug-in</a> to convert Visio XML into Dia.</li>
<li>Use <a href="http://tedia2sql.tigris.org/" rel="nofollow">tedia2sql</a> to generate SQL.</li>
</ol>
http://stackoverflow.com/questions/37672/create-db-in-sql-server-based-on-visio-data-model/194164#194164-1Answer by ConcernedOfTunbridgeWells for Create DB in Sql Server based on Visio Data ModelConcernedOfTunbridgeWells2008-10-11T14:59:46Z2008-10-11T14:59:46Z<p>If you can somehow obtain the type library from the enterprise version you can use VBA to get out the definitions. Secondhand enterprise architect versions of VS2002 and VS2003 can be had off ebay for a few hundred dollars.</p>