Archive for July, 2008

Documenting SQL Server 2008 RC0 databases

July 15th, 2008

One of my customers asked me yesterday if dbdesc 3.0 supports SQL Server 2008 databases.
The answer is yes, dbdesc works just fine with SQL Server 2008 RC0 and even documents the new data types.

There is however a small issue… it won’t script tables. The current version of SMO does not support SQL Server […]

dbdesc 3.0 is ready… to document more databases!

July 14th, 2008

After some time without new features, just bug fixes and maintenance releases, I’m happy to announce that dbdesc 3.0 is ready.
This new version comes with two major new features and several improvements:

Support for MySQL 5.0 databases
A Table Dependency Matrix is automatically generated which makes very easy to “see” the relationships between tables

Additionally, your […]