Thursday, March 8, 2012

Database Diagram

Is there any benefit as far as performance for creating a database
diagram in SQL Server 2K?
Just wondering...
lq"Lauren Quantrell" <laurenquantrell@.hotmail.com> wrote in message
news:47e5bd72.0404081120.2820d30@.posting.google.co m...
> Is there any benefit as far as performance for creating a database
> diagram in SQL Server 2K?
> Just wondering...
> lq

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

No comments:

Post a Comment