Suggestion on tool which gives the information of Database strucure

  • I am looking out for a tool through which we can summarise all the columns(name,datatype,description) in the tables that we have in our database,in this way a new person can easily understand the database structure of a firm.I am presently using SQL Server 2008 as DB.I would really appreciate your help.

  • What format do you want it in? Do you want to include relationships (Foreign Keys)?

    You can query most of the data yourself using T-SQL using the INFORMATION_SCHEMA views. You could also purchase a product that does it one of which is RedGate SQL Doc.

  • you can bring in a Database Diagram as well.

    Unless you've populated a description of the field in the extended properties, I'm not sure a tool helps.

    If you want something beyond a database diagram, I'd look at Er/Studio (Embarcadero) or ErWin to help you reverse/forward engineer things. That makes it really easy to see what tables and fields are there along with relationships.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply