Create DB in SQL Server based on Visio Data Model

大兔子大兔子 提交于 2019-12-01 01:22:29

I have not done this, but here it goes.

  1. Convert Visio file to Visio XML format.
  2. Use Dia for Windows and Dia VDX plug-in to convert Visio XML into Dia.
  3. Use tedia2sql to generate SQL.

For visio 2010 there is nice plugin Visio Forward Engineer:

http://forwardengineer.codeplex.com/

ConcernedOfTunbridgeWells

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 VS 2002 and VS 2003 can be brought from ebay for a few hundred dollars.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!