Database Diagram

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lauren Quantrell

    Database Diagram

    Is there any benefit as far as performance for creating a database
    diagram in SQL Server 2K?
    Just wondering...
    lq
  • Simon Hayes

    #2
    Re: Database Diagram


    "Lauren Quantrell" <laurenquantrel l@hotmail.com> wrote in message
    news:47e5bd72.0 404081120.2820d 30@posting.goog le.com...[color=blue]
    > Is there any benefit as far as performance for creating a database
    > diagram in SQL Server 2K?
    > Just wondering...
    > lq[/color]

    No - database diagrams are purely a tool for viewing and manipulating the
    schema, they don't have any effect on performance as such, unless you use
    them to add/remove constraints or indexes.

    Simon


    Comment

    Working...