May 17, 2010 at 7:37 pm
I have built a database and wanted to verify that it has no obvious errors in the design.
previously i have used visio 2003 to reverse engineer it and get it to find any errors.
However, visio 2003 has issues reading sql 2005 database. While to upgrade to visio 2007 requires different versions visual studio and once you have visual studio 2008 then no version of visio is compatible 100%
Is there any tool out there that I could use to verify my database model. Is there something in Visual studio 2008 or some add on or free product that will pick up errors in my model ..eg no primary key, incompatible datatypes etc etc.
regards
Erick
May 18, 2010 at 6:10 am
Best tool I know of for working with models is Embarcadero ERStudio.
But if you do a search, there are free ones out there, but you're going to get what you pay for.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 26, 2017 at 3:26 am
You will need to export your database schema as a SQL script, and then run these scripts in MSSQL Studio orSSDT (SQL Server Developer Tools) to generate the XML database-creationscripts. After that, simply upload the XML statements into SQLDBM, and thencreate your physical model or ERD
There are many tools that can help you out. Most of them require payment or a monthlyfee, but there are also free ones:
Features:
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply