I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T18:41:15Z http://stackoverflow.com/feeds/question/848296 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/848296/i-have-a-database-diagram-in-microsoft-visio-how-can-i-import-it-to-sql-server-20 1 I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005? netadictos 2009-05-11T14:10:27Z 2009-05-11T14:22:14Z <p>I have done a database diagram in Microsoft Visio but I don't know how to import it to Sql Server 2005?</p> <p>By the way, which is the best tool you think you can use to do database diagrams, and that allows you to import it to Sql Server?</p> http://stackoverflow.com/questions/848296/i-have-a-database-diagram-in-microsoft-visio-how-can-i-import-it-to-sql-server-20/848350#848350 0 Answer by Thirster42 for I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005? Thirster42 2009-05-11T14:21:28Z 2009-05-11T14:21:28Z <p>i'm not 100% sure you can import database diagrams from vision into sql server 2005</p> <p>sql server 2005 has a neat built-in database diagram tool that actually builds the tables and relationships as you build them in the diagram.</p> http://stackoverflow.com/questions/848296/i-have-a-database-diagram-in-microsoft-visio-how-can-i-import-it-to-sql-server-20/848353#848353 2 Answer by DigitalManic for I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005? DigitalManic 2009-05-11T14:22:14Z 2009-05-11T14:22:14Z <p>A similar thread is here: <a href="http://www.linkedin.com/answers/technology/software-development/TCH_SFT/291114-19420164?browseCategory=TCH_SFT" rel="nofollow">http://www.linkedin.com/answers/technology/software-development/TCH_SFT/291114-19420164?browseCategory=TCH_SFT</a></p> <p>Reproduced here:</p> <blockquote> <blockquote> <p>So long as you have the Enterprise Architecture version of Visio, all you have to do is click: Database -> Generate. </p> <p>From there you can generate the DDL and even create a new database. </p> <p>Once you have the DDL you will have to use a query window to open the file and then so long as you have access to create a new schema and tables, etc... you can create your new database. </p> </blockquote> </blockquote> <p>In my openion Microsoft Visio is the best which works with Microsoft SQL Server.</p>