Does anyone know where I can find a document that shows all the tables in the database along with the fields for each table. Also something with a definition of how these fields are defined would be great.
Thanks,
Mac
Does anyone know where I can find a document that shows all the tables in the database along with the fields for each table. Also something with a definition of how these fields are defined would be great.
Thanks,
Mac
Just use the Database Diagram feature built into SQL Server Mgmt Studio, it can generate that diagram fine. We don't use foreign keys, so there aren't any weird relationships to figure out, the tables are all fairly self explanatory.
can a database diagram be provided for those of us who don't have access to the DB and are on a shared solution?