Re: Definition: A Catalog vs. a Database?



Hi Steve,

Thanks for your reply. I think I've got it.

· All SQL server databases contain catalog metadata. Every
database that I have looked at has views called sys.tables,
sys.all_views, sys.triggers, ect. These are views of the catalog
metadata for that specific individual database.
· The catalog metadata is stored in tables, just like user data.
· The catalog tables reside side-by-side with the user tables in
the database .mdf file.
· The "master" database contains a catalog like any other
database. The "data" stored in the master database supports the
management of the SQL Server (for example, information about links to
other SQL servers), but is not a "catalog" for the SQL server.
· The master database contains server level metadata. Some
people speaking informally may use the term "catalog" when
referring to this data. But, in its correct usage "catalog" only
refers to the metadata data stored in each individual database.
"Catalog" is a database level concept, not a server level concept.


My background is in Oracle. I'm preparing to take Microsoft's
70-431 exam. This seemed like a pretty fundamental concept that I
wanted to make sure I have right.

Thanks,
John

.



Relevant Pages

  • Re: Printing the KEYS of all tables
    ... the internal architecture of SQL Server and may change from release to ... or that code that access system tables will not work in Yukon. ... catalog views regardless. ... the understanding of metadata. ...
    (microsoft.public.sqlserver.programming)
  • Re: SQL2005 sys tables
    ... system objects are stored in a new system database ... there is an equivalent catalog view for every system table. ... Another important change related to system metadata is that in SQL Server ...
    (microsoft.public.sqlserver.security)
  • Re: Loss of Search in WSS
    ... Search uses the full text catalog that you can see in Enterprise Manager ... for SQL Server to get around to it. ... Not in a table in the database. ... During the move you may have stopped the repopulation. ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: Full-Text options disabled in management console
    ... the wizard or the procs and be done with it. ... Director of Text Mining and Database Strategy ... Looking for a SQL Server replication book? ... and search using those catalog in QA. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: Full-Text options disabled in management console
    ... Director of Text Mining and Database Strategy ... Looking for a SQL Server replication book? ... Looking for a FAQ on Indexing Services/SQL FTS ... and search using those catalog in QA. ...
    (microsoft.public.sqlserver.fulltext)