dbTalk Databases Forums  

System Table Diagram for SQL2005

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss System Table Diagram for SQL2005 in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Wood
 
Posts: n/a

Default System Table Diagram for SQL2005 - 12-19-2005 , 05:15 PM






Hi,

Is there a resource online that shows the system table information for
SQL2005? I know that I should be using DMV's and not accessing the actual
tables. Perhaps I should be asking for a diagram of the DMV's.

Thanks

Chris



Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: System Table Diagram for SQL2005 - 12-19-2005 , 05:57 PM






Chris,

Actually what you want to start with are the Catalog views. This link in
2005 BOL will point you in the right direction.

ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/13bccc2f-ed3c-4b58-abd0-ca8bf34a66b8.htm

They are the best way to access what you would think of as the system
tables. DMV's are really more for monitoring the state of the server and
the objects.

--
Andrew J. Kelly SQL MVP


"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

Is there a resource online that shows the system table information for
SQL2005? I know that I should be using DMV's and not accessing the actual
tables. Perhaps I should be asking for a diagram of the DMV's.

Thanks

Chris




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.