Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-22T21:20:13Z http://stackoverflow.com/feeds/question/92811 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008 7 Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Mudu 2008-09-18T14:03:40Z 2009-09-22T23:24:59Z <p>I need to reverse engineer a <strong>Microsoft SQL Server 2008</strong> in order to create a <strong>Microsoft Visio 2007 Database Model Diagram</strong>. So I choose <strong>Reverse Engineer</strong> from the Database menu to connect to the DB.</p> <p>I configured the Microsoft SQL Server Visio driver so that is uses SQL Server Native Client 10.0 as the ODBC driver. Afterwards I created a User DSN which connects to my DB. This DSN works (at least the provided test is successful). After clicking next in the Reverse Engineer Wizard, Visio kindly asks for my credentials which I properly provide, but after clicking OK I receive the following message:</p> <blockquote> <p>The currently selected Visio driver is not compatible with the data source.</p> </blockquote> <p>I tried using the old SQL Server ODBC driver, by also reconfiguring the Visio driver of course. It does not work too. Any help would be cool!</p> <p>Kind regards Matthias</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/93547#93547 5 Answer by Paul Hargreaves for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Paul Hargreaves 2008-09-18T15:24:23Z 2008-09-18T15:24:23Z <p>From <a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3825120&amp;SiteID=17" rel="nofollow">Microsoft support</a> via the Microsoft forums:</p> <blockquote> <p>Further investigation reveals that this is expected behavior for Visio 2007. When Visio opens a connection using the Visio SQL Server Driver it checks the server version and since SQL Server 2008 shipped after Visio 2007 it doesn't recognise SQL Server 2008 as a supported version and closes the connection. You can wait for a future version of Visio to ship which does recognise SQL Server 2008 or use the Visio Generic ODBC driver which can successfully open connections to SQL Server 2008. A third option is to use a copy of SQL Server 2005 for initial reverse engineering. The Visio team is aware of this issue.</p> </blockquote> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/165125#165125 0 Answer by Peter Wone for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Peter Wone 2008-10-02T23:55:41Z 2008-10-02T23:55:41Z <p>I have this problem too. It occurs to me that one might hack the registry </p> <pre><code>HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\ MSSQLServer\CurrentVersion </code></pre> <p>but as soon as I change this to 9.00.3042.00 SQL Server won't start. Changing it back to 10.0.1600.22 allows it to start.</p> <p>Does anyone know a way to get SQL Server to report an earlier version?</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/583227#583227 1 Answer by Marlon for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Marlon 2009-02-24T19:34:55Z 2009-02-24T19:59:31Z <p>You could create a User DSN in the ODBC Data Source Administrator utility and then connect to your instance of MSSQL 2008 through Visio 2007 by using the selecting the ODBC Generic Driver instead of the Microsoft SQL Server driver.</p> <p>You could also try the SQL Server 2008 Data Mining Addins for Office 2007.</p> <p>Grab them here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=896A493A-2502-4795-94AE-E00632BA6DE7&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=896A493A-2502-4795-94AE-E00632BA6DE7&amp;displaylang=en</a></p> <p>I hope this helps!</p> <p>Cheers</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/799243#799243 0 Answer by Chip Lambert for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Chip Lambert 2009-04-28T18:22:37Z 2009-04-28T18:22:37Z <p>To connect Visio 2007 to a SQL Server 2008 database run the Reverse Engineer Wizard (Database/Reverse Engineer. . . ) in Visio 2007 select the ODBC Generic driver from the "Installed Visio drivers" drop-down. Then create a new data source using the SQL Native Client (2005.90.4035, 2005 SP3). You'll get a warning stating that some information retrieved may be incomplete. Click OK and continue. It's not the most intuitive solution (but not difficult), but at least this will allow you to use Visio 2007 to connect to SQL 2008.</p> <p>Chip Lambert, Slalom Consulting</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/799349#799349 0 Answer by Dmitri Kouminov for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Dmitri Kouminov 2009-04-28T18:50:28Z 2009-04-28T18:50:28Z <p>Chip, <br /> The problem with your solution is that you lost actual physical data types. For example my column in SQL server is NVARCHA(50) converted into ODBC generic LONGVARBINARY. When I changed driver to SQL server it converted to type IMAGE. <br /> It's not a big problem for 2-3 tables database. But the idea is to simplify documentation for big databases. <br /> Looks like your only free solution for now it to create database diagram inside of SQL server.</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/799566#799566 0 Answer by Chip Lambert for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Chip Lambert 2009-04-28T19:52:16Z 2009-04-28T20:32:41Z <p>You're right, Dmitri. Data types sometimes don't display as they really are in SQL Server 2008. My varchar's display as varchar's, not longvarbinary's as you've experienced (at least with nvarchar's) - possibly related to your SQL Native Client version??? However, you can override the data types the generic driver returns in the database properties' column settings and these will "stick" if you refresh your model. That could be a lot of work if you have a large number of columns. An SSMS 2008 database diagram might be your better "free" option if that's the case.</p> <p>Hope that helps, Chip</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/1157806#1157806 0 Answer by Tao for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Tao 2009-07-21T07:50:52Z 2009-07-21T07:50:52Z <p>Well, that's a good resolve. But I can use view. How do i do?</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/1257120#1257120 0 Answer by Jezza for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Jezza 2009-08-10T20:47:31Z 2009-08-10T20:47:31Z <p>I ended up using the Generic OLE Db Provider instead of the ODBC Generic driver to connect to SQL Server 2008 - datatypes seemed to come through OK.</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/1463165#1463165 0 Answer by servicesharvest316 for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 servicesharvest316 2009-09-22T23:24:59Z 2009-09-22T23:24:59Z <p>Marlon's ODBC User DSN workaround also works for Visio 2003.</p>