Documenting a DB (sql server) with visio or something better? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T03:28:27Z http://stackoverflow.com/feeds/question/801133 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better 0 Documenting a DB (sql server) with visio or something better? Mark Smith 2009-04-29T06:36:28Z 2009-06-11T17:09:20Z <p>Hi ..</p> <p>been reading a few bad reports about viso and documenting DBs ,... I just want something simple to document the DB and show all the keys and relationships...</p> <p>Is visio the right way to go? .. its a fairly small project and visio does carry a price tag...</p> <p>I am using vs 2008 and this has database diagrams integrated but i don't think its that powerful</p> <p>Any views on what anybody uses and why woudd be great</p> <p>thanks</p> http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better/801139#801139 0 Answer by cletus for Documenting a DB (sql server) with visio or something better? cletus 2009-04-29T06:38:48Z 2009-04-29T06:38:48Z <p>Bear in mind that SQL Server since at least 2005 (possibly earlier) has been capable of generating ER (Entity Relationship) diagrams from the management studio. That will at least show the tables and relationships and I found it to be useful enough for my purposes most of the time.</p> http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better/801190#801190 1 Answer by Vikram for Documenting a DB (sql server) with visio or something better? Vikram 2009-04-29T06:55:11Z 2009-04-29T06:55:11Z <p>for diagram purpose, i would recommend using diagrams within SQL 2005 Management Studio.</p> <p>For documentation purpose, i would recommend using <a href="http://www.mygenerationsoftware.com/" rel="nofollow">myGeneration</a> which has an in-built template for generating the complete documentation of SQL DB in very nice looking HTML format with descriptions &amp; other meta data of the tables. after you have installed mygeneration, you can find the template Microsoft SQL Server - Reports - HTML Database Report </p> http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better/801203#801203 0 Answer by Conrad for Documenting a DB (sql server) with visio or something better? Conrad 2009-04-29T07:04:08Z 2009-04-29T07:04:08Z <p>Also have a look at <a href="http://www.red-gate.com/products/SQL%5FDoc/index.htm" rel="nofollow">RedGate Sql Doc</a></p> http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better/801700#801700 0 Answer by Turro for Documenting a DB (sql server) with visio or something better? Turro 2009-04-29T10:03:05Z 2009-04-29T10:03:05Z <p>As Conrad already stated you can use RedGate Sql Doc; though I prefer to use <a href="http://www.apexsql.com/sql%5Ftools%5Fdoc.asp" rel="nofollow">ApexSql Doc</a>, which I found to be more flexible, at least when I compared them more than a year ago: this tools reads the extended properties (usually "MS_Description") of database's obiects, so you'll have to write these properties, and can produce also a diagram of the relationship between the ovbects. </p> http://stackoverflow.com/questions/801133/documenting-a-db-sql-server-with-visio-or-something-better/982375#982375 0 Answer by Kevin Horgan for Documenting a DB (sql server) with visio or something better? Kevin Horgan 2009-06-11T17:09:20Z 2009-06-11T17:09:20Z <p>I've used Viso numerous times for Sybase Databases and it works fine. </p> <p>I have usually ended up using Viso because I need to share the end documentation with a team of colleagues and whilst everyone had Viso which I think is part of Office Professional, they did not all have the same DB tools. For example project managers or GUI developers not working with the database but needed to see the data model.</p> <p>I think for SQL Server it would be a simple option for documentation. It is limited in reverse engineering though so for proper data modelling and even DB generation I would then look for a tool specialized for my database platform.</p> <p>I hope that helps.</p> <p>Cheers,</p> <p>Kevin</p>