Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Database Structre

  1. #1
    cmclellan is offline Junior Member
    Join Date
    Jul 2009
    Posts
    5

    Default Database Structre

    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

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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.

  3. #3
    tacklediscounts is offline Junior Member
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    12

    Default

    can a database diagram be provided for those of us who don't have access to the DB and are on a shared solution?