Search Results

1
vote

What is the ultimate program to make a drawing of a database model?

DIA is not bad, and there are tools to actually generate some code from some types of models. If you are using PostgreSQL, there is even a tool for going the other way, pg-autodoc. DIA is …
1
vote

Tool: ETL from an ODBC to SQL 05?

At least with the older versions of SQL Server, they shipped with DTS. Not the simplest, but it does work with ODBC and SQL Server, and you may already have it. …