Sql database schemer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Benniit
    New Member
    • May 2008
    • 54

    Sql database schemer

    Please, I'm using sequel server 2012 and I have so many tables in it .
    How can I create a database schemer that will show a graphical representation of the tables? Thanks and I wish u all a prosperous New years.
    Last edited by Niheel; Dec 31 '13, 03:59 PM.
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    I'm not sure what type of information you are looking for in your graphical representation of the tables, but have you looked into the Database Diagrams that you can create in SSMS (Sql Server Management Studio)? You can customize what information is shown in each box for the table (like data type, nullable, etc.) and it also shows your relationships.

    Comment

    Working...