I have an SQL Server database, with over 60 tables in it. This database has plenty of relationships between these tables and while it's normalized, it's still complex to use because of the huge number of tables.
There are, of course, many tools that can show the database structure in some diagram. SQL Server itself is even able to create such diagrams. Right now, I prefer to use DatabaseSpy from Altova. But although this tool has a good visual display of the structure, it just can't print the structure that well. (Well, it can print the diagram but no descriptive text of the structure.)
So I'm looking for a tool for SQL Server that is able to create diagrams and make prints of those diagrams plus additional texts describing all fields and links.