M many-to-many relationshipThis type of relationship occurs when many rows or things in an entity (many instances of an entity) are associated with many rows or things in another entity. This type of relationship is not uncommon in the real world. SQL Server doesn't actually allow direct implementation of many-to-many relationships; nevertheless, you can do so by creating two one-to-many relationships to a new entity. Master databaseThe database that controls the operation of each instance of SQL Server. It is installed automatically with each instance of SQL Server and keeps track of user accounts, remote user accounts, and remote servers that each instance can interact with. It also tracks ongoing processes, configurable environment variables, system error messages, tapes and disks available on the system, and active locks. merge replicationThe process of transferring data from the Publisher to the Subscriber, allowing the Publisher and Subscriber to update data while connected or disconnected and then merging the updates after they both are connected. Merge replication begins with a snapshot. Thereafter, no data is replicated until the Publisher and Subscriber do a "merge." The merge can be scheduled or done via an ad-hoc request. Merge replication's main benefit is that it supports subscribers who are not on the network much of the time. Transactions, which are committed, however, may be rolled back as the result of conflict resolution. meta dataInformation about the properties of data, such as the type of data in a column (numeric, text, and so on) or the length of a column. It can also be information about the structure of data or information that specifies the design of objects, such as cubes or dimensions. MIB (Management Information Base)The SNMP protocol used to define a hierarchical list of objects. MMC (Microsoft Management Console)A common console framework for server and network management applications known as snap-ins. Model databaseA database installed with SQL Server that provides the template for new user databases. SQL Server 2000 creates a new database by copying the contents of the Model database and then expanding it to the size requested. msdb databaseThe msdb database is used by the SQL Server agent for scheduling alerts and jobs and for recording server operator information.
|