SQL Server 2016 Terms

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

NUL

"A ""device,"" recognized by the operating system, that can be addressed like a physical output device (such as a printer) but that discards any information sent to it."

ADOMD.NET

"A .NET managed data provider that provides access to multidimensional data sources, such as Microsoft SQL Server Analysis Services."

CLM Enrollment Agent

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows a user or group to perform certificate requests on behalf of another user. The issued certificateÕs subject will contain the target userÕs name, rather than the requestorÕs name."

CLM Audit

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the generation and display of CLM policy templates, defining management policies within a profile template, and generating CLM reports."

CLM Renew

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the initiation, running, or completion of an enrollment request. The renew request replaces a userÕs certificate that is near its expiration date with a new certificate that has a new validity period."

CLM Request Renew

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the initiation, running, or completion of an enrollment request. The renew request replaces a userÕs certificate that is near its expiration date with a new certificate that has a new validity period."

CLM Request Enroll

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the initiation, running, or completion of an enrollment request."

CLM Request Unblock Smart Card

"A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that enables a smart cardÕs User Personal Identification Number (PIN) to be reset, allowing access to the key material on a smart card and for that material to be re-established."

policy module

"A Certificate Services component that determines whether a certificate request should be automatically approved, denied, or marked as pending."

exit module

"A Certificate Services component that performs post-processing after a certificate is issued, such as the publication of an issued certificate to Active Directory."

task object

"A Data Transformation Services (DTS) object that defines pieces of work to be performed as part of the data transformation process. For example, a task can execute an SQL statement or move and transform heterogeneous data from an OLE DB source to an OLE DB destination using the DTS Data Pump."

map control

"A JavaScript control that contains the objects, methods, and events that you need to display maps powered by Bing Mapsª on your Web site."

SQL Server Agent

"A Microsoft Windows service that executes scheduled administrative tasks, which are called jobs, and stores the information in SQL Server."

Microsoft SQL Server 2008 Express with Advanced Services

"A Microsoft relational database design and management system for e-commerce, line-of-business, and data warehousing solutions."

Microsoft SQL Server Compact

"A Microsoft relational database management and analysis system for e-commerce, line-of-business, and data warehousing solutions."

SQL Server Compact

"A Microsoft relational database management and analysis system for e-commerce, line-of-business, and data warehousing solutions."

calculation formula

"A Multidimensional Expressions (MDX) expression used to supply a value for cells in a calculation subcube, subject to the application of a calculation condition."

DAC placement policy

"A PBM policy that comprises a set of conditions, which serve as prerequisites on the target instance of SQL Server where the DAC can be deployed."

Master Data Services Configuration Manager

"A SQL Server configuration manager used to create and configure Master Data Services databases, Web sites, and Web applications."

contained database

"A SQL Server database that includes all of the user authentication, database settings, and metadata required to define and access the database, and has no configuration dependencies on the instance of the SQL Server Database Engine where the database is installed."

extract

"To build a DAC package file that contains the definitions of all the objects in an existing database, as well as instance objects that are associated with the database."

step into

"To execute the current statement and enter Break mode, stepping into the next procedure whenever a call for another procedure is reached."

slipstream

"To integrate updates, patches or service packs into the base installation files of the original software, so that the resulting files will allow a single step installation of the updated software."

bulk import

"To load a large amount of data, usually in batches, from a data file or repository to another data repository."

recover

"To put back into a stable condition. A computer user may be able to recover lost or damaged data by using a program to search for and salvage whatever information remains in storage. A database may be recovered by restoring its integrity after some problem has damaged it, such as abnormal termination of the database management program."

page

"To return the results of a query in smaller subsets of data, thus making it possible for the user to navigate through the result set by viewing 'pages' of data."

throttle

A Microsoft SQL Server tool designed to limit the performance of an instance of the database engine any time more than eight operations are active at the same time.

workload governor

A Microsoft SQL Server tool designed to limit the performance of an instance of the database engine any time more than eight operations are active at the same time.

MSMQ

A Microsoft technology that enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline.

Message Queuing

A Microsoft technology that enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline.

Microsoft Message Queuing

A Microsoft technology that enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline.

calculation condition

A Multidimensional Expressions (MDX) logical expression that is used to determine whether a calculation formula will be applied against a cell in a calculation subcube.

data-tier application

A application that captures the SQL Server database and instance objects used by a client-server or 3-tier application.

differential backup

A backup containing only changes made to the database since the preceding data backup on which the differential backup is based.

pure log backup

A backup containing only the transaction log covering an interval without any bulk changes.

file backup

A backup of all the data in one or more files or filegroups.

full backup

A backup of an entire database.

file differential backup

A backup of one or more files containing only changes made to each file since its most recent file backup. A file differential backup requires a full file backup as a base.

log backup

A backup of transaction logs that includes all log records not backed up in previous log backups. Log backups are required under the full and bulk-logged recovery models and are unavailable under the simple recovery model.

transaction log backup

A backup of transaction logs that includes all log records not backed up in previous log backups. Log backups are required under the full and bulk-logged recovery models and are unavailable under the simple recovery model.

bulk log backup

A backup that includes log and data pages changed by bulk operations. Point-in-time recovery is not allowed.

data set

A collection of related information made up of separate elements that can be treated as a unit in data handling.

measure group

A collection of related measures in an Analysis Services cube. The measures are generally from the same fact table.

database script

A collection of statements used to create database objects.

database role

A collection of users and groups with the same access to an Analysis Services database.

identity column

A column in a table that has been assigned the identity property.

candidate key

A column or set of columns that have a unique value for each row in a table.

join column

A column referenced in a join condition.

sparse column

A column that reduces the storage requirement for null values at the cost of more overhead to retrieve nonnull values.

key column

A column whose contents uniquely identify every row in a table.

join condition

A comparison clause that specifies how tables are related by their join columns.

join operator

A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned.

statement

A compiled T-SQL query.

DPM Online replica

A complete copy of an online-protected data source on DPM Online. Each member of an online protection group on the DPM server is associated with a DPM Online replica.

security extension

A component in Reporting Services that authenticates a user or group to a report server.

COM-structured storage file

A component object model (COM) compound file used by Data Transformation Services (DTS) to store the version history of a saved DTS package.

solution explorer

A component of Microsoft SQL Server Management Studio that allows you to view and manage items and perform item management tasks in a solution or a project.

data flow component

A component of SQL Server 2005 Integration Services that manipulates data.

relational engine

A component of SQL Server that works with the storage engine. It is responsible for interpreting Transact-SQL search queries and mapping out the most efficient methods of searching the raw physical data provided by the storage engine and returning the results to the user.

Master Data Manager

A component of the Master Data Services application for managing and accessing master data.

Scheduling and Delivery Processor

A component of the report server engine that handles scheduling and delivery. Works with SQL Agent.

Data Processor component

A component of the report server engine that processes data.

poller

A component or interface that monitors the status of other components. It performs this function by repeatedly polling the other component to provide its current status.

language service parser

A component that is used to describe the functions and scope of the tokens in source code.

mapper

A component that maps objects.

Report Processor component

A component that retrieves the report definition from the report server database and combines it with data from the data source for the report.

VSS writer

A component within an application that interfaces with the VSS platform infrastructure during backups to ensure that application data is ready for shadow copy creation.

client

A computer or program that connects to or requests the services of another computer or program.

protected computer

A computer that contains data sources that are protection group members.

GAC

A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer.

global assembly cache

A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer.

alignment

A condition whereby an index is built on the same partition scheme as that of its corresponding table.

collocation

A condition whereby partitioned tables and indexes are partitioned according to equivalent partition functions.

named cache

A configurable unit of in-memory storage that has policies associated with it and that is available across all cache hosts in a cache cluster.

query governor

A configuration option that can be used to prevent system resources from being consumed by long-running queries.

concurrency conflict

A conflict that occurs when the same item or change unit is changed on two different replicas that are later synchronized.

implicit transaction

A connection option in which each SQL statement executed by the connection is considered a separate transaction.

two-phase commit

A protocol that ensures that transactions that apply to more than one server are completed on all servers or none at all. Two-phase commit is coordinated by the transaction manager and supported by resource managers.

event provider

A provider that monitors a source of events and notifies the event table when events occur.

report execution snapshot

A report snapshot that is cached. Report administrators create report execution snapshots if they want to run reports from static copies.

clickthrough report

A report that displays related report model data when you click data within a rendered Report Builder report.

control-break report

A report that summarizes data in user-defined groups or breaks. A new group is triggered when different data is encountered.

DQS knowledge base

A repository of metadata that is used by Data Quality Services to improve the quality of data. This metadata is created either by the user interactively or by the Data Quality Services platform in an automated knowledge discovery process.

subscription

A request for a copy of a publication to be delivered to a subscriber.

offline restore

A restore during which the database is offline.

lock

A restriction on access to a resource in a multiuser environment.

dynamic filter

A row filter available with merge replication that allows you to restrict the data replicated to a Subscriber based on a system function or user-defined function (for example: SUSER_SNAME()).

parameterized row filter

A row filter available with merge replication that allows you to restrict the data replicated to a Subscriber based on a system function or user-defined function (for example: SUSER_SNAME()).

fact

A row in a fact table in a data warehouse. A fact contains values that define a data event such as a sales transaction.

global rule

A rule that is defined for a specific database and is shared by columns of different tables.

subscription event rule

A rule that processes information for event-driven subscriptions.

color scale

A scale that displays the results of color rules only.

strong consistency

A scenario where high availability is enabled and there is more than one copy of a cached object in the cache cluster. All copies of that object remain identical.

cold standby

A second data center that can provide availability within hours or days.

drill-through report

A secondary report that is displayed when a user clicks an item in a report. Detailed data is displayed in the same report.

Extended Protection for Authentication

A security feature that helps protect against man-in-the-middle (MITM) attacks.

system databases

A set of five databases present in all instances of SQL Server that are used to store system information.

RDL

A set of instructions that describe layout and query information for a report. RDL is composed of XML elements that conform to an XML grammar created for Reporting Services.

Report Definition Language

A set of instructions that describe layout and query information for a report. RDL is composed of XML elements that conform to an XML grammar created for Reporting Services.

Semantic Model Definition Language

A set of instructions that describe layout and query information for reports created in Report Builder.

training data set

A set of known and predictable data used to train a data mining model.

federated database servers

A set of linked servers that shares the processing load of data by hosting partitions of a distributed partitioned view.

ordered set

A set of members returned in a specific order.

synchronization community

A set of replicas that keep their data synchronized with one another.

batch

A set of requests or transactions that have been grouped together.

API support

A set of routines that an application uses to request and carry out lower-level services performed by a computer's operating system. These routines usually carry out maintenance tasks such as managing files and displaying information.

rowset

A set of rows in which each row has one or more columns of data.

SQL Server Data Mining Content Viewer Controls

A set of server-side controls that allow a user to browse complex mining models from any computer that has Microsoft Internet Explorer installed.

axis

A set of tuples. Each tuple is a vector of members. A set of axes defines the coordinates of a multidimensional data set.

Snapshot Share

A share available for the storage of snapshot files. Snapshot files contain the schema and data for published tables.

command relationship

Provides instructions to hardware based on natural-language questions or commands.

automatic recovery

Recovery that occurs every time SQL Server is restarted.

Full-Text service

The SQL Server component that performs the full-text querying.

destination

The SSIS data flow component that loads data into data stores or creates in-memory datasets.

source

The SSIS data flow component that makes data from different external data sources available to the other components in the data flow.

context switch

The changing of the identity against which permissions to execute statements or perform actions are checked.

default member

The dimension member used in a query when no member is specified for the dimension.

Pickup folder

The directory from which messages are picked up.

case key

The element of a case by which the case is referenced within a case set.

insert event

The event kind used to signify the arrival of an event into the stream. The insert event type consists of metadata that defines the valid lifetime of the event and the payload (data) fields of the event.

event model

The event metadata that defines the temporal characteristics (shape) of the event.

point event model

The event model of a point event.

interval event model

The event model of an interval event.

Queue Reader Agent

The executable that reads the changes from subscribers in the queue and delivers the changes to the publisher.

batch processing

The execution of a batch file.

information technology

The formal name for a company's data processing department.

collection mode

The frequency at which data is collected and uploaded to the management data warehouse.

PInvoke

The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points.

platform invoke

The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points.

CLR stored procedure

A stored procedure created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR).

remote stored procedure

A stored procedure located on one instance of SQL Server that is executed by a statement on another instance of SQL Server.

DML trigger

A stored procedure that executes when data in a specified table is modified.

range partition

A table partition that is defined by specific and customizable ranges of data.

remote table

A table stored in an OLE DB data source that is separate from the current instance of SQL Server.

foreign table

A table that contains a foreign key.

junction table

A table that establishes a relationship between other tables.

code page

A table that relates the character codes (code point values) used by a program to keys on the keyboard or to characters on the display. This provides support for character sets and keyboard layouts for different countries or regions.

event chronicle

A table that stores event state information.

system table

A table that stores the data defining the configuration of a server and all its tables.

dump device

A tape or disk drive containing a backup medium.

checkpoint

An event in which the Database Engine writes dirty buffer pages to disk. Each checkpoint writes to disk all the pages that were dirty at the last checkpoint and still have not been written to disk.

PHP

An open source scripting language that can be embedded in HTML documents to execute interactive functions on a Web server. It is generally used for Web development.

PHP:Hypertext Preprocessor

An open source scripting language that can be embedded in HTML documents to execute interactive functions on a Web server. It is generally used for Web development.

page restore

An operation that restores one or more data pages. Page restore is intended for repairing isolated damaged pages.

file restore

An operation that restores one or more files of a database.

inner join

An operation that retrieves rows from multiple source tables by comparing the values from columns shared between the source tables. An inner join excludes rows from a source table that have no matching rows in the other source tables.

optimize synchronization

An option in merge replication that allows you to minimize network traffic when determining whether recent changes have caused a row to move into or out of a partition that is published to a Subscriber.

lazy schema validation

An option that delays checking the remote schema to validate its metadata against a query until execution in order to increase performance.

Pad index

An option that specifies the space to leave open on each page in the intermediate levels of the index.

synchronization orchestrator

An orchestrator that initiates and controls synchronization sessions.

media set

An ordered collection of backup media written to by one or more backup operations using a constant number of backup devices.

calculation pass number

An ordinal position used to refer to a calculation pass.

cross-database ownership chaining

An ownership chain that spans more than one database.

column set

An untyped XML representation that combines all the sparse columns of a table into a structured output.

data backup

Any backup that includes the full image of one or more data files.

disabled index

Any index that has been marked as disabled. A disabled index is unavailable for use by the database engine. The index definition of a disabled index remains in the system catalog with no underlying index data.

event

Any significant occurrence in the system or an application that requires a user to be notified or an entry to be added to a log.

query template

The fundamental unit of query composition. A query template defines the business logic required to continuously analyze and process events submitted to and emitted by the StreamInsight server.

attribute relationship

The hierarchy associated with an attribute containing a single level based on the corresponding column in a dimension table.

high whisker

The highest value that is not an outlier on a box plot chart.

default language

The human language that SQL Server uses for errors and messages if a user does not specify a language.

default instance

The instance of SQL Server that uses the same name as the computer name on which it is installed.

CLI

The interface supported by ODBC for use by an application.

call-level interface

The interface supported by ODBC for use by an application.

revocation delay

The period of time between when the credential revocation request is placed and when the credentials are actually revoked.

data steward

The person responsible for maintaining a data element in a metadata registry.

undo

The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed.

undo phase

The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed.

redo

The phase during recovery that applies (rolls forward) logged changes to a database to bring the data forward in time.

redo phase

The phase during recovery that applies (rolls forward) logged changes to a database to bring the data forward in time.

eviction

The physical removal of a cached object from the memory of the cache host or hosts that it is stored on. This is typically done to keep the memory usage of the cache host service in check.

recovery point

The point in the log chain at which rolling forward stops during a recovery.

event source

The point of origin of an event.

operation code

The portion of a machine language or assembly language instruction that specifies the type of instruction and the structure of the data on which it operates.

event header

The portion of an event that defines the temporal properties of the event and the event kind. Temporal properties include a valid start time and end time associated with the event.

data segment

The portion of memory or auxiliary storage that contains the data used by a program.

data mining model training

The process a data mining model uses to estimate model parameters by evaluating a set of known and predictable data.

DPM Online recovery

The process by which an administrator recovers previous versions of protected data from online recovery points on an internet-connected DPM server.

full-text enabling

The process of allowing full-text querying to occur on the current database.

change propagation

The process of applying changes from one replica to another.

multiserver administration

The process of automating administration across multiple instances of SQL Server.

query binding

The process of binding instances of input adapters and instances of output adapters to an instance of a query template.

data scrubbing

The process of building a data warehouse out of data coming from multiple online transaction processing (OLTP) systems.

SQL Server login

An account stored in SQL Server that allows users to connect to SQL Server.

proxy account

An account that is used to provide additional permissions for certain actions to users which do not have these permissions but have to execute these actions.

bulk copy

An action of copying a large set of data.

bulk load

An action of inserting a large set of rows into a table.

typed adapter

An adapter that emits only a single event type.

priority boost

An advanced option that specifies whether Microsoft¨ SQL Serverª should run at a higher Microsoft Windows NT¨ scheduling priority than other processes on the same computer.

master merge

The process of combining shadow indexes with the current master index to form a new master index.

syntactic validation

The process of confirming that an XML file conforms to its schema.

semantic validation

The process of confirming that the elements of an XML file are logically valid.

deserialization

The process of converting an object from a serial storage format to binary format in the form of an object that applications can use. This happens when the object is retrieved from the cache cluster with the Get client APIs.

encryption

The process of converting readable data (plaintext) into a coded form (ciphertext) to prevent it from being read by an unauthorized party.

user-defined aggregate function

An aggregate function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Frameworks common language runtime.

declarative referential integrity

FOREIGN KEY constraints defined as part of a table definition that enforce proper relationships between tables.

non-contained database

"A SQL Server database that stores database settings and metadata with the instance of SQL Server Database Engine where the database is installed, and requires logins in the master database for authentication."

plan guide

"A SQL Server module that attaches query hints to queries in deployed applications, without directly modifying the query."

SQL Server component

"A SQL Server program module developed to perform a specific set of tasks - e.g., data transformation, data analysis, reporting."

CPU busy

"A SQL Server statistic that reports the time, in milliseconds, that the central processing unit (CPU) spent on SQL Server work."

date

"A SQL Server system data type that stores a date value from January 1, 1 A.D., through December 31, 9999"

Manage Relationships

"A UI element that enables a user to view, delete or create new relationships in a model."

DAC project

"A Visual Studio project used by database developers to create and develop a DAC. DAC projects get full support from Visual Studio and VSTS source code control, versioning, and development project management."

SQL Server data-tier application project

"A Visual Studio project used by database developers to create and develop a DAC. DAC projects get full support from Visual Studio and VSTS source code control, versioning, and development project management."

certificate subscriber Web portal

"A Web application running on the Certificate Lifecycle Manager (CLM) server. This component of the CLM server interacts directly with users in a self-service mode. The specific functionality is based upon Active Directory group memberships and permissions. The certificate subscriber and certificate manager Web portals are both accessed through the same universal resource locator (URL); however, the content displayed is based on a user's roles and permissions."

certificate manager Web portal

"A Web application running on the Certificate Lifecycle Manager (CLM) server. This portal allows certificate administrators to administer other usersÕ certificates and smart cards. The certificate subscriber and certificate manager Web portals are both accessed through the same universal resource locator (URL); however, the content displayed is based on a user's roles and permissions."

Report Server Web service

"A Web service that hosts, processes, and delivers reports."

certificate template

"A Windows construct that specifies the format and content of certificates based on their intended usage. When requesting a certificate from a Windows enterprise certification authority (CA), certificate requestors can select from a variety of certificate types that are based on certificate templates."

full differential backup

"A backup of all files in the database, containing only changes made to the database since the most recent full backup. A full differential backup requires a full backup as a base."

partial backup

"A backup of all the data in the primary filegroup, every read-write filegroup, and any optionally specified files. A partial backup of a read-only database contains only the primary filegroup."

graphics primitive

"A basic shape (a point, a line, circle, curve, or polygon) that a graphics adapter can manipulate as a discrete entity."

IP address

"A binary number that uniquely identifies a host (computer) connected to the Internet to other Internet hosts, for the purposes of communication through the transfer of packets."

storage engine

"A component of SQL Server that is responsible for managing the raw physical data in your database. For example, reading and writing the data to disk is a task handled by the storage engine."

language service scanner

"A component that is used to identify types of tokens in source code. This information is used for syntax highlighting and for quickly identifying token types that can trigger other operations, for example, brace matching."

data pump

"A component used in SQL Server 2000 Transformation Services (DTS) to import, export, and transform data between heterogeneous data stores."

piecemeal restore

"A composite restore in which a database is restored in stages, with each stage corresponding to a restore sequence. The initial sequence restores the files in the primary filegroup, and, optionally, other files, to any point in time supported by the recovery model and brings the database online. Subsequent restore sequences bring remaining files to the point consistent with the database and bring them online."

persisted computed column

"A computed column of a table that is physically stored, and whose values are updated when any other columns that are part of its computation change. Applying the persisted property to a computed column allows for indexes to be created on it when the column is deterministic, but not precise."

intermediate language

"A computer language used as an intermediate step between the original source language, usually a high-level language, and the target language, usually machine code. Some high-level compilers use assembly language as an intermediate language."

outer join

"A join that includes all the rows from the joined tables that meet the search conditions, even rows from one table for which there is no matching row in the other join table."

FK

"A key in a database table that comes from another table (also know as the ""referenced table"") and whose values match the primary key (PK) or unique key in the referenced table."

foreign key

"A key in a database table that comes from another table (also know as the ""referenced table"") and whose values match the primary key (PK) or unique key in the referenced table."

referencing key

"A key in a database table that comes from another table (also know as the ""referenced table"") and whose values match the primary key (PK) or unique key in the referenced table."

composite key

"A key whose definition consists of two or more fields in a file, columns in a table, or attributes in a relation."

qualified component

"A method of identifying a component in an MSI database indirectly by a pair ""component category GUID, string qualifier"" instead of identifying it directly by the component identifier."

optimistic concurrency

"A method of managing concurrency by using a cached object's version information. Because every update to an object changes its version number, using version information prevents the update from overwriting someone else's changes."

parallel processing

"A method of processing that can run only on a computer that contains two or more processors running simultaneously. Parallel processing differs from multiprocessing in the way a task is distributed over the available processors. In multiprocessing, a process might be divided up into sequential blocks, with one processor managing access to a database, another analyzing the data, and a third handling graphical output to the screen. Programmers working with systems that perform parallel processing must find ways to divide a task so that it is more or less evenly distributed among the processors available."

warm standby

"A method of redundancy in which the secondary (i.e., backup) system runs in the background of the primary system. Data is mirrored to the secondary server at regular intervals, which means that there are times when both servers do not contain the exact same data."

domain operation

"A method on a domain service that is exposed to a client application. It enables client applications to perform an action on the entity such as, query, update, insert, or delete records."

factory method

"A method, usually defined as static, whose purpose is to return an instance of a class."

Power Pivot service

"A middle tier service of the Analysis Services SharePoint integration feature that allocates requests, monitors server availability and health, and communicates with other services in the farm."

sparkline

"A miniature chart that can be inserted into text or embedded within a cell on a worksheet to illustrate highs, lows, and trends in your data."

MBCS

"A mixed-width character set, in which some characters consist of more than 1 byte. An MBCS is used in languages such as Japanese, Chinese, and Korean, where the 256 possible values of a single-byte character set are not sufficient to represent all possible characters."

rendering extension

"A plug-in that renders reports to a specific format (for example, an Excel rendering extension)"

null pointer

"A pointer to nothing: usually a standardized memory address, such as 0. A null pointer usually marks the last of a linear sequence of pointers or indicates that a data search operation has come up empty."

named pipe

"A portion of memory that can be used by one process to pass information to another process, so that the output of one is the input of the other. The second process can be local (on the same computer as the first) or remote (on a networked computer)."

report layout template

"A pre-designed table, matrix, or chart report template in Report Builder."

KPI

"A predefined measure that is used to track performance of a strategic goal, objective, plan, initiative, or business process. A KPI is evaluated against a target. An explicit and measurable value taken directly from a data source. Key performance indicators (KPIs) are used to measure performance in a specific area, for example, revenue per customer."

key performance indicator

"A predefined measure that is used to track performance of a strategic goal, objective, plan, initiative, or business process. A KPI is evaluated against a target. An explicit and measurable value taken directly from a data source. Key performance indicators (KPIs) are used to measure performance in a specific area, for example, revenue per customer."

Utility Reader

"A privilege that allows the user account to connect to the SQL Server Utility, see all viewpoints in the Utility Explorer in SSMS and see settings on the Utility Administration node in Utility Explorer in SSMS."

temporary stored procedure

"A procedure placed in the temporary database, tempdb, and erased at the end of the session."

GC

"A process for automatic recovery of heap memory. Blocks of memory that had been allocated but are no longer in use are freed, and blocks of memory still in use may be moved to consolidate the free memory into larger blocks."

garbage collection

"A process for automatic recovery of heap memory. Blocks of memory that had been allocated but are no longer in use are freed, and blocks of memory still in use may be moved to consolidate the free memory into larger blocks."

data corruption

"A process wherein data in memory or on disk is unintentionally changed, with its meaning thereby altered or obliterated."

service program

"A program that uses Service Broker functionality. A service program may be a Transact-SQL stored procedure, a SQLCLR stored procedure, or an external program."

service

"A program, routine, or process that performs a specific system function to support other programs."

cache-aside programming pattern

"A programming pattern in which if the data is not present in the cache, the application, not the distributed cache system, must reload data into the cache from the original data source."

mutex

"A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine."

Business Intelligence Development Studio

"A project development and management tool for business intelligence solution developers. It can be used to design end-to-end business intelligence solutions that integrate projects from Microsoft SQL Server Analysis Services (SSAS), Microsoft SQL Server Integration Services (SSIS), and Microsoft SQL Server Reporting Services (SSRS)."

dynamic management view

"A set of built-in views that return server state information about values, objects, and settings in SQL Server."

range

"A set of continuous item identifiers to which the same clock vector applies. A range is represented by a starting point, an ending point, and a clock vector that applies to all IDs that are in between."

resolution strategy

"A set of criteria that the repository engine evaluates sequentially when selecting an object, where multiple versions exist and version information is unspecified in the calling program."

compositional hierarchy

"A set of entities that are conceptually part of a hierarchy, such as a parent entity and a child entity. Data operations require that the entities be treated as a single unit."

data-driven subscription

"A subscription that takes generated output for subscription values (for example, a list of employee e-mail addresses)."

window

"A subset of events within a stream that fall within some period of time; that is, a window contains event data along a timeline."

data mart

"A subset of the contents of a data warehouse that tends to contain data focused at the department level, or on a specific business area."

slice

"A subset of the data in a cube, specified by limiting one or more dimensions by members of the dimension."

Certificate Lifecycle Manager Client

"A suite of Certificate Lifecycle Manager (CLM) client tools that assist end users with managing their smart cards. The tools include the Smart Card Self Service Control, the Smart Card Personalization Control, and the Certificate Profile Update Control. See Smart Card Self-Service Control, Smart Card Personalization Control, Certificate Profile Update Control."

Management Studio

"A suite of management tools included with Microsoft SQL Server for configuring, managing, and administering all components within Microsoft SQL Server."

SQL Server Management Studio

"A suite of management tools included with Microsoft SQL Server for configuring, managing, and administering all components within Microsoft SQL Server."

destination

"A synchronization provider that provide its current knowledge, accept a list of changes from the source provider, detect any conflicts between that list and its own items, and apply changes to its data store."

destination provider

"A synchronization provider that provide its current knowledge, accept a list of changes from the source provider, detect any conflicts between that list and its own items, and apply changes to its data store."

external delivery system

"A system, such as Microsoft Exchange Server, that delivers formatted notifications to destination devices."

partitioned table

"A table built on a partition scheme, and whose data is horizontally divided into units which may be spread across more than one filegroup in a database."

temporary table

"A table placed in the temporary database, tempdb, and erased at the end of the session."

underlying table

"A table referenced by a view, cursor, or stored procedure."

base table

"A table stored permanently in a database. Base tables are referenced by views, cursors, SQL statements, and stored procedures."

linking table

"A table that has associations with two other tables, and is used indirectly as an association between those two tables."

chronicle

"A table that stores state information for a single application. An example is an event chronicle, which can store event data for use with scheduled subscriptions."

suspect tape

"A tape that has conflicting identification information, such as the barcode or the on-media identifier."

continuation tape

"A tape that is used after the initial tape in a media family fills, allowing continuation of a media family."

sharding

"A technique for partitioning large data sets, which improves performance and scalability, and enables distributed querying of data across multiple tenants."

Microsoft SQL Server Service Broker

"A technology that helps developers build scalable, secure database applications."

SQL Server Service Broker

"A technology that helps developers build scalable, secure database applications."

Service Broker

"A technology that helps developers build scalable, secure database applications."

change script

"A text file that contains SQL statements for all changes made to a database, in the order in which they were made, during an editing session."

setup initialization file

"A text file, using the Windows .ini file format, that stores configuration information allowing SQL Server to be installed without a user having to be present to respond to prompts from the Setup program."

discrete signal

"A time series consisting of a sequence of quantities, that is a time series that is a function over a domain of discrete integers."

DPM SST for SQL Server

"A tool for SQL Server that enables backup administrators to authorize end users to recover backups of SQL Server databases from DPM, without further action from the backup administrator."

DPM Self-Service Tool for SQL Server

"A tool for SQL Server that enables backup administrators to authorize end users to recover backups of SQL Server databases from DPM, without further action from the backup administrator."

SQL Server EUR

"A tool for SQL Server that enables backup administrators to authorize end users to recover backups of SQL Server databases from DPM, without further action from the backup administrator."

SQL Server End-User Recovery

"A tool for SQL Server that enables backup administrators to authorize end users to recover backups of SQL Server databases from DPM, without further action from the backup administrator."

Database Engine Tuning Advisor

"A tool for tuning the physical database design that helps users to select and create an optimal set of indexes, indexed views, and partitioning."

DPM Self-Service Recovery Configuration Tool

"A tool that enables DPM administrators to authorize end users to perform self-service recovery of data by creating and managing DPM roles (grouping of users, objects, and permissions)."

SSRCT

"A tool that enables DPM administrators to authorize end users to perform self-service recovery of data by creating and managing DPM roles (grouping of users, objects, and permissions)."

DPM Self-Service Recovery Tool

"A tool that is used by end users to recover backups from DPM, without any action required from the DPM administrator."

SSRT

"A tool that is used by end users to recover backups from DPM, without any action required from the DPM administrator."

SQL Server Configuration Manager

"A tool to manage the services associated with SQL Server, to configure the network protocols used by SQL Server, and to manage the network connectivity configuration from SQL Server client computers."

log sink

"A tracing function of the cache client and cache host. Log sinks capture trace events from the cache client or cache host and can display them in a console, write them to a log file, or report them to the Event Tracing for Windows (ETW) framework inside Windows."

perspective

"A user-defined subset of a cube, whereas a view is a user-defined subset of tables and columns in a relational database."

local partitioned view

"A view that joins horizontally partitioned data from a set of member tables across a single server, making the data appear as if from one table."

distributed partitioned view

"A view that joins horizontally partitioned data from a set of member tables across more than one server, making the data appear as if from one table."

theater view

"A view where the preview is centered in a Power Pivot Gallery SharePoint document library and lets you rotate through the available worksheets. Smaller thumbnails of each worksheet appear lower on the page, on either side."

marker

"A visual indicator that identifies a data point. In a map report, a marker is the visual indicator that identifies the location of each point on the point layer."

sort order

"A way to arrange data based on value or data type. You can sort data alphabetically, numerically, or by date. Sort orders use an ascending (1 to 9, A to Z) or descending (9 to 1, Z to A) order."

sliding window

"A window of fixed length L that moves along a timeline according to the streamÕs events. With every event on the timeline, a new window is created, starting at the eventÕs start time."

snapshot window

"A window that is defined according to the start and end times of the event in the stream, instead of a fixed grid along the timeline."

noise word

"A word such as 'the' or 'an' that is not useful for searches, or that a crawler should ignore when creating an index."

edge event

"An event whose event payload is valid for a given interval; however, only the start time is known upon arrival to the CEP server. The valid end time of the event is provided later in a separate edge event."

value expression

"An expression in Multidimensional Expressions (MDX) that returns a value. Value expressions can operate on sets, tuples, members, levels, numbers, or strings."

Boolean expression

"An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-?Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions."

base data type

"Any system-supplied data type, for example, char , varchar , binary , and varbinary . User-defined data types are derived from base data types."

input source

"Any table, view, or schema diagram used as an information source for a query."

full-text query

"As a SELECT statement, a query that searches for words, phrases, or multiple forms of a word or phrase in the character-based columns (of char, varchar, text, ntext, nchar, or nvarchar data types). The SELECT statement returns those rows meeting the search criteria."

property

"Attribute or characteristic of an object that is used to define its state, appearance, or value."

hard-coding

"Basing numeric constants on the assumed length of a string; assumptions about language or culture-specific matters fixed in the code - e.g., string length, date formats, etc."

integration

"In computing, the combining of different activities, programs, or hardware components into a functional unit."

hop

"In data communications, one segment of the path between routers on a geographically dispersed network."

publication access list

"The primary mechanism for securing the Publisher. It contains a list of logins, accounts, and groups that are granted access to the publication."

auditing

"The process an operating system uses to detect and record security-related events, such as an attempt to create, to access, or to delete objects such as files and directories. The records of such events are stored in a file known as a security log, whose contents are available only to those with the proper clearance."

localization

"The process of adapting a product and/or content (including text and non-text elements) to meet the language, cultural, and political expectations and/or requirements of a specific local market (locale)."

concatenation

"The process of combining two or more character strings or expressions into a single character string or expression, or combining two or more binary strings or expressions into a single binary string or expression."

serialization

"The process of converting an object's state information into a form that can be stored or transported. During serialization, an object writes its current state to temporary or persistent storage. Later, the object can be recreated by reading, or deserializing, the object's state from storage."

lock escalation

"The process of converting many fine-grain locks into fewer coarse-grain locks, thereby reducing system overhead."

replication

"The process of copying content and/or configuration settings from one location, generally a server node, to another. Replication is done to ensure synchronization or fault tolerance."

error handling

"The process of dealing with errors (or exceptions) as they arise during the running of a program. Some programming languages, such as C++, Ada, and Eiffel, have features that aid in error handling."

domain

"The set of possible values that you can specify for an independent variable in a function, or for a database attribute."

bounding box

"The smallest rectangular area that will surround a path, shape, or group of objects."

object lifetime

"The span of time a cached object resides in cache and is available to be retrieved by cache clients. The object expires when its lifetime ends. Expired objects cannot be retrieved by cache clients, but remain in memory of the cache host until they are evicted. Specified as time to live (TTL)."

Universal Time Coordinate

"The standard time common to every place in the world, coordinated by the International Bureau of Weights and Measures. Coordinated Universal Time is used for the synchronization of computers on the Internet."

direct connect

"The state of being connected to a back-end database, so that any changes you make to a database diagram automatically update your database when you save the diagram or selected items in it."

regression

"The statistical process of predicting one or more continuous variables, such as profit or loss, based on other attributes in the dataset."

data flow task

"The task that encapsulates the data flow engine that moves data between sources and destinations, providing the facility to transform, clean, and modify data as it is moved."

master data management

"The technology, tools, and processes required to create and maintain consistent and accurate lists of master data of an organization."

wall-time

"The total time taken by a computer to complete a task which is the sum of CPU time, I/O time, and the communication channel delay."

LRU

"The type of eviction used by the cache cluster, where least recently used objects are evicted before the most recently used objects."

least recently used

"The type of eviction used by the cache cluster, where least recently used objects are evicted before the most recently used objects."

attribute type

"The type of information contained by an attribute, such as quarters or months in a time dimension, which may enable specific treatment by the server and client applications."

target type

"The type of target, which has certain characteristics and behavior."

deploy

"To build a DAC instance, either directly from a DAC package or from a DAC previously imported to the SQL Server Utility."

cache invalidation

The process of flagging an object in the cache so that it will no longer be used by any cache clients. This occurs when an object remains in cache longer than the cache time-out value (when it expires).

data binning

The process of grouping data into specific bins or groups according to defined criteria.

data mining

The process of identifying commercially useful patterns or relationships in databases or other computer repositories through the use of advanced statistical tools.

key recovery

The process of recovering a user's private key.

partitioning

The process of replacing a table with multiple smaller tables.

pull

The process of retrieving data from a network server.

certificate revocation

The process of revoking a digital certificate.

crawl

The process of scanning content to compile and maintain an index.

population

The process of scanning content to compile and maintain an index.

push

The process of sending data to a network server.

vertical partitioning

The process of splitting a single table into multiple tables based on selected columns. Each of the multiple tables has the same number of rows but fewer columns.

DPM Online protection

The process of using DPM online to protect data from loss or corruption by creating and maintaining replicas and recovery points of the data online.

save process

The process of writing data to disk.

dynamic recovery

The process that detects and/or attempts to correct software failure or loss of data integrity within a relational database management system (RDBMS).

dynamic locking

The process used by SQL Server to determine the most cost-effective locks to use at any one time.

staging

The process used in SQL Server Master Data Services to import data into staging tables and then process the staged data as a batch prior to importing it into the master database.

staging process

The process used in SQL Server Master Data Services to import data into staging tables and then process the staged data as a batch prior to importing it into the master database.

database engine

The program module or modules that provide access to a database management system (DBMS).

color range

The range of colors available to a display device.

rate of change

The rate of price change compared with historical data. The rate of change is calculated against a period of days prior to the current price. The output is a percentage.

sparsity

The relative percentage of a multidimensional structure's cells that do not contain data.

defection

The removal of a server from multiserver operations.

cursor degradation

The return of a different type of cursor than the user had declared.

implicit cursor conversion

The return of a different type of cursor than the user had declared.

failover partner

The server used if the connection to the partner server fails.

roll forward set

The set of all data restored by a restore sequence. A roll forward set is defined by restoring a series of one or more data backups.

redo set

The set of all files and pages being restored.

delivery protocol

The set of communication rules used to route notification messages to external delivery systems.

input set

The set of data provided to a Multidimensional Expressions (MDX) value expression upon which the expression operates.

scope

The set of data that is being synchronized.

effective policy

The set of enabled policies for a target.

calculation subcube

The set of multidimensional cube cells that is used to create a calculated cells definition. The set of cells is defined by a combination of MDX set expressions.

apply branch

The set of operations applied to an event group.

topology

The set of participants involved in synchronization and the way in which they are connected to each other.

result set

The set of records that results from running a query or applying a filter.

results

The set of records that results from running a query or applying a filter.

cluster configuration storage location

The shared location (or shared storage location) where cluster configuration information is persisted. It can be a shared file or a database.

file DSN

file Data Source Names. File-based data sources shared among all users with the same drivers installed. These data sources are not dedicated to a user or local to a computer.

declaration

"A binding of an identifier to the information that relates to it. For example, to make a declaration of a constant means to bind the name of the constant with its value. Declaration usually occurs in a program's source code; the actual binding can take place at compile time or run time."

folder hierarchy

"A bounded namespace that uniquely identifies all reports, folders, shared data source items, and resources that are stored in and managed by a report server."

quantum

"A brief period of time when a given thread executes in a multitasking operating system. It performs the multitasking before it is rescheduled against other threads with the same priority. Previously known as a ""time slice."""

checksum

"A calculated value that is used to test data for the presence of errors that can occur when data is transmitted or when it is written to disk. The checksum is calculated for a given chunk of data by sequentially combining all the bytes of data with a series of arithmetic or logical operations. After the data is transmitted or stored, a new checksum is calculated in the same way using the (possibly faulty) transmitted or stored data. If the two checksums do not match, an error has occurred, and the data should be transmitted or stored again. Checksums cannot detect all errors, and they cannot be used to correct erroneous data."

diamond-shape relationship

"A chain of attribute relationships that splits and rejoins but that contains no redundant relationships. For example, Day->Month->Year and Day->Quarter->Year have the same start and end points, but do not have any common relationships."

ideograph

"A character in an Asian writing system that represents a concept or an idea, but not a particular word or pronunciation."

ideographic character

"A character in an Asian writing system that represents a concept or an idea, but not a particular word or pronunciation."

DBCS

"A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS."

double byte character set

"A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS."

double-byte character set

"A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS."

dimension member property

"A characteristic of a dimension member. Dimension member properties can be alphanumeric, Boolean, or Date/Time data types, and can be user-defined or predefined."

member property

"A characteristic of a dimension member. Dimension member properties can be alphanumeric, Boolean, or Date/Time data types, and can be user-defined or predefined."

Kagi chart

"A chart, mostly independent of time, used to track price movements and to make decisions on purchasing stock."

map layer

"A child element of the map, each map layer including elements for their map members and map member attributes."

data member

"A child member associated with a parent member in a parent-child hierarchy. A data member contains the data value for its parent member, rather than the aggregated value for the parent's children."

AMO

"A collection of .NET namespaces included with Analysis Services, used to provide administrative functionality for client applications."

Analysis Management Objects

"A collection of .NET namespaces included with Analysis Services, used to provide administrative functionality for client applications."

domain

"A collection of computers in a networked environment that share a common database, directory database, or tree. A domain is administered as a unit with common rules and procedures, which can include security policies, and each domain has a unique name."

backup set

"A collection of files, folders, and other data that have been backed up and stored in a file or on one or more tapes."

locale

"A collection of rules and data specific to a language and a geographic area. Locales include information on sorting rules, date and time formatting, numeric and monetary conventions, and character classification."

cube role

"A collection of users and groups with the same access to a cube. A cube role is created when you assign a database role to a cube, and it applies only to that cube."

group

"A collection of users, computers, contacts, and other groups that is used as security or as e-mail distribution collections. Distribution groups are used only for e-mail. Security groups are used both to grant access to resources and as e-mail distribution lists."

key

"A column or group of columns that uniquely identifies a row (primary key), defines the relationship between two tables (foreign key), or is used to build an index."

discretized column

"A column that represents finite, counted data"

native compiler

"A compiler that produces machine code for the computer on which it is running, as opposed to a cross-compiler, which produces code for another type of computer. Most compilers are native compilers."

replica

"A complete copy of protected data residing on a single volume on the DPM server. A replica is created for each protected data source after it is added to its protection group. With co-location, multiple data sources can have their replicas residing on the same replica volume."

article

"A component in a publication. For example, a table, a column, or a row."

equijoin

"A join in which the values in the columns being joined are compared for equality, and all columns are included in the results."

concurrent operation

"A computer operation in which two or more processes (programs) have access to the microprocessor's time and are therefore carried out nearly simultaneously. Because a microprocessor can work with much smaller units of time than people can perceive, concurrent processes appear to be occurring simultaneously but in reality are not."

server

"A computer that provides shared resources, such as files or printers, to network users."

standalone server

"A computer that runs Windows Server but does not participate in a domain. A standalone server has only its own database of end users, and it processes logon requests by itself. It does not share account information with any other computer and cannot provide access to domain accounts."

constraint conflict

"A conflict that violates constraints that are put on items or change units, such as the relationship of folders or the location of identically-named data within a file system."

data connection

"A connection that specifies the name, type, location, and, optionally, other information about a database file or server."

cache region

"A container of data, within a cache, that co-locates all cached objects on a single cache host. Cache Regions enable the ability to search all cached objects in the region by using descriptive strings, called tags."

region

"A container of data, within a cache, that co-locates all cached objects on a single cache host. Cache Regions enable the ability to search all cached objects in the region by using descriptive strings, called tags."

log chain

"A continuous sequence of transaction logs for a database. A new log chain begins with the first backup taken after the database is created, or when the database is switched from the simple to the full or bulk-logged recovery model. A log chain forks after a restore followed by a recovery, creating a new recovery branch."

animation manager

"A core component of an animation application and the central programmatic interface for managing (creating, scheduling, and controlling) animations."

client cursor

"A cursor that is implemented on the client. The entire result set is first transferred to the client, and the client API software implements the cursor functionality from this cached result set."

keyset-driven cursor

"A cursor that shows the effects of updates made to its member rows by other users while the cursor is open, but does not show the effects of inserts or deletes."

named update

"A custom service operation that performs an action which is different than a simple query, update, insert, or delete operation."

named update method

"A custom service operation that performs an action which is different than a simple query, update, insert, or delete operation."

ADO

"A data access interface that communicates with OLE DB-compliant data sources to connect to, retrieve, manipulate, and update data."

ActiveX Data Objects

"A data access interface that communicates with OLE DB-compliant data sources to connect to, retrieve, manipulate, and update data."

predictable column

"A data mining column that the algorithm will build a model around based on values of the input columns. Besides serving as an output column, a predictable column can also be used as input for other predictable columns within the same mining structure."

prediction

"A data mining technique that analyzes existing data and uses the results to predict values of attributes for new records or missing attributes in existing records. For example, existing credit application data can be used to predict the credit risk for a new application."

report data pane

"A data pane that displays a hierarchical view of the items that represent data in the user's report. The top level nodes represent built-in fields, parameters, images, and data source references."

Tablix

"A data region that can render data in table, matrix, and list format. It is intended to convey the unique functionality of the data region object and the users' ability to combine data formats."

Tablix data region

"A data region that can render data in table, matrix, and list format. It is intended to convey the unique functionality of the data region object and the users' ability to combine data formats."

authenticator

"A data structure used by one party to prove that another party knows a secret key. In the Kerberos authentication protocol, authenticators include timestamps, to prevent replay attacks, and are encrypted with the session key issued by the Key Distribution Center (KDC)."

repository

"A database containing information models that, in conjunction with the executable software, manage the database."

table

"A database object that stores data in records (rows) and fields (columns). The data is usually about a particular category of things, such as employees or orders."

distribution database

"A database on the Distributor that stores data for replication including transactions, snapshot jobs, synchronization status, and replication history information."

source database

"A database on the Publisher from which data and database objects are marked for replication as part of a publication that is propagated to Subscribers. For a database view, the database on which the view is created."

recovery model

"A database property that controls the basic behavior of backup and restore operations for a database. For instance, the recovery model controls how transactions are logged, whether the transaction log requires backing up, and what kinds of restore operations are available."

SQL

"A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems."

Structured Query Language

"A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems."

simple recovery model

"A database recovery mode that minimally logs all transactions sufficiently to ensure database consistency after a system crash or after restoring a data backup. The database is recoverable only up to the time of its most recent data backup, and restoring individual pages is unsupported."

bulk-logged recovery model

"A database recovery mode that minimally logs bulk operations, such as index creation and bulk imports, while fully logging other transactions. Bulk-logged recovery increases performance for bulk operations, and is intended to be used an adjunct to the full recovery model."

VLDB

"A database that has become large enough to be a management challenge, requiring extra attention to people, processes, and processes."

very large database

"A database that has become large enough to be a management challenge, requiring extra attention to people, processes, and processes."

msdb

"A database that stores scheduled jobs, alerts, and backup/restore history information."

Extensible Stylesheet Language Transformation

"A declarative, XML-based language that is used to present or transform XML data."

Extensible Stylesheet Language Transformations

"A declarative, XML-based language that is used to present or transform XML data."

XSL Transformation

"A declarative, XML-based language that is used to present or transform XML data."

XSLT

"A declarative, XML-based language that is used to present or transform XML data."

interface

"A defined set of properties, methods, and collections that form a logical grouping of behaviors and data."

linked server

"A definition of an OLE DB data source used by SQL Server distributed queries. The linked server definition specifies the OLE DB provider required to access the data, and includes enough addressing information for the OLE DB provider to connect to the data."

management policy

"A definition of the workflows used for managing certificates within a Certificate Lifecyle Manager (CLM) profile template. A management policy defines who performs specific management tasks within the workflows, and provides management details for the entire lifecycle of the certificates within the profile template."

granularity

"A description, from ""coarse"" to ""fine"", of a computer activity or feature (such as screen resolution, searching and sorting, or time slice allocation) in terms of the size of the units it handles (pixels, sets of data, or time slices). The larger the pieces, the coarser the granularity."

comparator

"A device for comparing two items to determine whether they are equal. In electronics, for example, a comparator is a circuit that compares two input voltages and indicates which is higher."

certificate

"A digital document that is commonly used for authentication and to help secure information on a network. A certificate binds a public key to an entity that holds the corresponding private key. Certificates are digitally signed by the certification authority that issues them, and they can be issued for a user, a computer, or a service."

digital certificate

"A digital document that is commonly used for authentication and to help secure information on a network. A certificate binds a public key to an entity that holds the corresponding private key. Certificates are digitally signed by the certification authority that issues them, and they can be issued for a user, a computer, or a service."

changing dimension

"A dimension that has a flexible member structure, and is designed to support frequent changes to structure and data."

BLOB

"A discrete packet of binary data that has an exceptionally large size, such as pictures or audio tracks stored as digital data, or any variable or table column large enough to hold such values. The designation ""binary large object"" typically refers to a packet of data that is stored in a database and is treated as a sequence of uninterpreted bytes."

source

"A disk, file, document, or other collection of information from which data is taken or moved."

visual total

"A displayed, aggregated cell value for a dimension member that is consistent with the displayed cell values for its displayed children."

home page

"A document that serves as a starting point in a hypertext system. On the World Wide Web, an entry page for a set of Web pages and other files in a Web site. The home page is displayed by default when a visitor navigates to the site using a Web browser."

dump

"A duplicate of a program, a disk, or data, made either for archiving purposes or for safeguarding files."

scalar

"A factor, coefficient, or variable consisting of a single value (as opposed to a record, an array, or some other complex data structure)."

Microsoft SharePoint Server

"A family of Microsoft enterprise portal servers, built on Windows SharePoint Services, used to aggregate SharePoint sites, information, and applications into a single portal."

Microsoft SQL Server

"A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions."

SQL Server

"A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions."

stewardship portal

"A feature of MDS that provides centralized control over master data, including members and hierarchies and enables data model administrators to ensure data quality by developing, reviewing, and managing data models and enforcing them consistently across domains."

DPM Online

"A feature that provides an online remote backup, both for securely storing data offsite for long durations and for disaster recovery (DR)."

data extension

"A plug-in that processes data for a specific kind of data source. For example, Microsoft OLE DB Provider for DB2."

trace file

"A file containing records of activities of a specified object, such as an application, operating system, or network. A trace file can include calls made to APIs, the activities of APIs, the activities of communication links and internal flows, and other information."

config file

"A file that contains machine-readable operating specifications for a piece of hardware or software or that contains information on another file or on a specific user, such as the user's logon ID."

configuration file

"A file that contains machine-readable operating specifications for a piece of hardware or software or that contains information on another file or on a specific user, such as the user's logon ID."

sparse file

"A file that is handled in a way that requires much less disk space than would otherwise be needed. Sparse support allows an application to create very large files without committing disk space for those regions of the file that contain only zeros. For example, you can use sparse support to work with a 42-GB file in which you need to write data only to the first 64 KB (the rest of the file is zeroed)."

transaction log

"A file that records transactional changes occurring in a database, providing a basis for updating a master file and establishing an audit trail."

undo file

"A file that saves the content of the pages in a database after they've been modified by uncommitted, rolled back transactions and before recovery restores them to their previous state. The undo file prevents the changes performed by uncommitted transactions from being lost."

column filter

"A filter that restricts columns that are to be included as part of a snapshot, transactional, or merge publication."

envelopes formula

"A financial formula that calculates ""envelopes"" above and below a moving average using a specified percentage as the shift. The envelopes indicator is used to create signals for buying and selling. You can specify the percentage the formula uses to calculate the envelopes."

qualifier flavor

"A flag that provides additional information about a qualifier, such as whether a derived class or instance can override the qualifier's original value."

attribute hierarchy

"A flat hierarchy (typically having an All level and a member level) containing a single attribute. It is created from one column in a dimension table, if supported by the cube."

weighted close formula

"A formula that calculates the average of the high, low, and close prices, while giving extra weight to the close price."

commodity channel index formula

"A formula that calculates the mean deviation of the daily average price of a commodity from the moving average. A value above 100 indicates that the commodity is overbought, and a value below -100 indicates that the commodity is oversold."

Microsoft SQL Server 2008 Express with Tools

"A free, easy-to-use version of the SQL Server Express data platform that includes the graphical management tool: SQL Server Management Studio (SMSS) Express."

rendered report

"A fully processed report that contains both data and layout information, in a format suitable for viewing (such as HTML)."

partition function

"A function that defines how the rows of a partitioned table or index are spread across a set of partitions based on the values of certain columns, called partitioning columns."

row aggregate function

"A function that generates summary values, which appear as additional rows in the query results."

SVF

"A function that returns a single value, such as a string, integer, or bit value."

scalar-valued function

"A function that returns a single value, such as a string, integer, or bit value."

Trend

"A general tendency or inclination, typically determined by the examination of a particular attribute over time."

bubble map

"A geographical map that displays a circle over specific locations, where the radius of the circle is proportional to a numeric value."

database diagram

"A graphical representation of any portion of a database schema. It can be either a whole or partial picture of the structure of the database. It includes tables, the columns they contain, and the relationships between the tables."

character set

"A grouping of alphabetic, numeric, and other characters that have some relationship in common. For example, the standard ASCII character set includes letters, numbers, symbols, and control codes that make up the ASCII coding scheme."

failover clustering

"A high availability process in which an instance of an application or a service, running over one machine, can fail-over onto another machine in the failover cluster in the case the first one fails."

ADO MD

"A high-level, language-independent set of object-based data access interfaces optimized for multidimensional data applications."

ActiveX Data Objects (Multidimensional)

"A high-level, language-independent set of object-based data access interfaces optimized for multidimensional data applications."

log shipping job

"A job performing one of the following log-shipping operations: backing up the transaction log of the primary database at the primary server (the backup job), copying the transaction log file to a secondary server (the copy job), or restoring the log backup to the secondary database on a secondary server (the restore job). The backup job resides on the primary server; the copy and restore jobs reside on each of the secondary servers. See also: primary database, primary server, secondary database, secondary server."

self-join

"A join in which records from a table are combined with other records from the same table when there are matching values in the joined fields. A self-join can be an inner join or an outer join. In database diagrams, a self-join is called a reflexive relationship."

reserved character

"A keyboard character that has a special meaning to a program and, as a result, normally cannot be used in assigning names to files, documents, and other user-generated tools, such as macros. Characters commonly reserved for special uses include the asterisk (*), forward slash (/), backslash (\), question mark (?), and vertical bar (|)."

DQS

"A knowledge-based data-quality system that enables users to perform knowledge discovery and management, data cleansing, data matching, integration with reference data services, and integrated profiling."

SQL Server Data Quality Services

"A knowledge-based data-quality system that enables users to perform knowledge discovery and management, data cleansing, data matching, integration with reference data services, and integrated profiling."

DDL

"A language that defines all attributes and properties of a database, especially record layouts, field definitions, key fields, file locations, and storage strategy."

data definition language

"A language that defines all attributes and properties of a database, especially record layouts, field definitions, key fields, file locations, and storage strategy."

data description language

"A language that defines all attributes and properties of a database, especially record layouts, field definitions, key fields, file locations, and storage strategy."

unenforced relationship

"A link between tables that references the primary key in one table to a foreign key in another table, and which does not check the referential integrity during INSERT and UPDATE transactions."

history

"A list of the user's actions within a program, such as commands entered in an operating system shell, menus passed through using Gopher, or links followed using a Web browser."

report server

"A location on the network where Report Builder is launched from and a report is saved, managed, and published."

savepoint

"A location to which a transaction can return if part of the transaction is conditionally canceled or encounters an error, hence offering a mechanism to roll back portions of transactions."

update lock

"A lock placed on resources (such as row, page, table) that can be updated."

key range lock

"A lock that is used to lock ranges between records in a table to prevent phantom additions to, or deletions from, a set of records. Ensures serializable transactions."

assembly

"A managed application module containing class metadata and managed code as an object in SQL Server, against which CLR functions, stored procedures, triggers, user-defined aggregates, and user-defined types can be created in SQL Server."

tile server

"A map image caching engine that caches and serves pregenerated, fixed-size map image tiles."

basic marker map

"A map that displays a marker at each location (for example, cities) and varies marker color, size, and type."

marker map

"A map that displays a marker at each location (for example, cities) and varies marker color, size, and type."

diacritic

"A mark placed over, under, or through a character, usually to indicate a change in phonetic value from the unmarked state."

diacritical mark

"A mark placed over, under, or through a character, usually to indicate a change in phonetic value from the unmarked state."

distinct count measure

"A measure commonly used to determine for each member of a dimension how many distinct, lowest-level members of another dimension share rows in the fact table."

semiadditive measure

"A measure that can be summed along one or more, but not all, dimensions in a cube."

gap depth

"A measure that specifies the distance between data series that are displayed along distinct rows, as a result of clustering."

code access security

"A mechanism provided by the common language runtime whereby managed code is granted permissions by security policy and these permissions are enforced, helping to limit the operations that the code will be allowed to perform."

mirrored media set

"A media set that contains two to four identical copies (mirrors) of each media family. Restore operations require only one mirror per family, allowing a damaged media volume to be replaced by the corresponding volume from a mirror."

striped media set

"A media set that uses multiple devices, among which each backup is distributed."

high watermark

"A memory consumption threshold on each cache host that specifies when objects are evicted out of memory, regardless of whether they have expired or not, until memory consumption goes back down to the low watermark."

poison message

"A message containing information that an application cannot successfully process. A poison message is not a corrupt message, and may not be an invalid request."

ARIMA

"A method for determining dependencies in observations taken sequentially in time, that also supports multiplicative seasonality."

autoregressive integrated moving average

"A method for determining dependencies in observations taken sequentially in time, that also supports multiplicative seasonality."

RAD

"A method of building computer systems in which the system is programmed and implemented in segments, rather than waiting until the entire project is completed for implementation. Developed by programmer James Martin, RAD uses such tools as CASE and visual programming."

rapid application development

"A method of building computer systems in which the system is programmed and implemented in segments, rather than waiting until the entire project is completed for implementation. Developed by programmer James Martin, RAD uses such tools as CASE and visual programming."

multibyte character set

"A mixed-width character set, in which some characters consist of more than 1 byte. An MBCS is used in languages such as Japanese, Chinese, and Korean, where the 256 possible values of a single-byte character set are not sufficient to represent all possible characters."

qualifier

"A modifier containing information that describes a class, instance, property, method, or parameter. Qualifiers are defined by the Common Information Model (CIM), by the CIM Object Manager, and by developers."

exponential moving average

"A moving average of data that gives more weight to the more recent data in the period and less weight to the older data in the period. The formula applies weighting factors which decrease exponentially. The weighting for each older data point decreases exponentially, giving much more importance to recent observations while still not discarding older observations entirely."

restore

"A multi-phase process that copies all the data and log pages from a specified backup to a specified database (the data-copy phase) and rolls forward all the transactions that are logged in the backup (the redo phase). At this point, by default, a restore rolls back any incomplete transactions (the undo phase), which completes the recovery of the database and makes it available to users."

table reference

"A name, expression or string that resolves to a table."

data source view

"A named selection of database objects--such as tables, views, relationships, and stored procedures, based on one or more data sources--that defines the schema referenced by OLAP and data mining objects in an Analysis Services databases. It can also be used to define sources, destinations, and lookup tables for DTS tasks, transformations, and data adapters."

pointer

"A needle, marker, or bar that indicates a single value displayed against a scale on a report."

Prediction Calculator

"A new report that is based on logistic regression analysis and that presents each contributing factor together with a score calculated by the algorithm. The report is presented both as a worksheet that helps you enter data and make calculations of the probable outcomes, and as a printed report that does the same thing."

object identifier

"A number that identifies an object class or attribute. Object identifiers (OIDs) are organized into an industry-wide global hierarchy. An object identifier is represented as a dotted decimal string, such as 1.2.3.4, with each dot representing a new branch in the hierarchy. National/regional registration authorities issue root object identifiers to individuals or organizations, who manage the hierarchy below their root object identifier."

constant

"A numeric or string value that is not calculated and, therefore, does not change."

clock vector element

"A pair of values, consisting of a replica key and a tick count, that represents a change to a replica."

results pane

"A pane that displays details about an item selected in another portion of the user interface. For example, in Microsoft Management Console (MMC), the details pane is the right pane that displays details for the selected item in the console tree."

tab page

"A part of a tab control that consists of the tab UI element and the display area, which acts as a container for data or other controls, such as text boxes, combo boxes, and command buttons."

partial differential backup

"A partial backup that is differential relative to a single, previous partial backup (the base backup). For a read-only database, a partial differential backup contains only the primary filegroup."

remote partition

"A partition whose data is stored on a server running an instance of Analysis Services, other than the one used to store the metadata of the partition."

database reference

"A path, expression or filename that resolves to a database."

time interval

"A period of time in which a given event is valid. The valid time interval includes the valid start time, and all moments of time up to, but not including the valid end time."

session

"A period of time when a connection is active and communication can take place. For the purpose of data communication between functional units, session also refers to all the activities that take place during the establishment, maintenance, and release of the connection."

recovery

"A phase of database startup that brings the database into a transaction-consistent state. Recovery can include rolling forward all the transactions in the log records (the redo phase) and rolling back uncommitted transactions (the undo phase), depending on how the database was shut down."

CERN

"A physics research center located in Geneva, Switzerland, where the original development of the World Wide Web took place under the leadership of Tim Berners-Lee in 1989 as a method to facilitate communication among members of the scientific community."

exploded pie

"A pie chart that displays the contribution of each value to a total while emphasizing individual values, by showing each slice of the pie as ""pulled out,"" or separate, from the whole."

exploded pie chart

"A pie chart that displays the contribution of each value to a total while emphasizing individual values, by showing each slice of the pie as ""pulled out,"" or separate, from the whole."

function

"A piece of code that operates as a single logical unit. A function is called by name, accepts optional input parameters, and returns a status and optional output parameters. Many programming languages support functions."

smart card

"A plastic (credit cardÐsized or smaller) device with an embedded microprocessor and a small amount of storage that is used, with an access code, to enable certificate-based authentication. Smart cards securely store certificates, public and private keys, passwords, and other types of personal information."

delivery extension

"A plug-in that delivers reports to a specific target (for example, e-mail delivery)."

version

"A property that is used to differentiate objects stored in the cache using the same key. Windows Server AppFabric stores the version information using the DataCacheItemVersion class. Every time an object is added or updated in the cache, the version value changes. Versioning is used to maintain data consistency. Optimistic concurrency is achieved by using versioning as opposed to locks."

gated link

"A protected link between two or more objects. During execution, permissions are not checked across the object relationship once it has been established and credentials don't have to be checked several times. This type of link is useful when it is not appropriate or manageable to give permissions to many dependent objects."

instance control provider

"A provider that allows you to issue control commands against workflow instances in an instance store. For example, a SQL control provider lets you suspend, resume, or terminate instances stored in a SQL Server database. When you execute a cmdlet that controls a workflow instance in an instance store, the cmdlet internally uses the control provider for that instance store to send commands to the instance."

instance query provider

"A provider that allows you to issue queries against an instance store. For example, a SQL query provider lets you query for workflow instances stored in a SQL Server database. When you execute a cmdlet that queries for instances against an instance store, the cmdlet internally uses the query provider to retrieve instances from that store."

log provider

"A provider that logs package information at run time. Integration Services includes a variety of log providers that make it possible to capture events during package execution. Logs are created and stored in formats such as XML, text, database, or in the Windows event log."

bulk rowset provider

"A provider used for the OPENROWSET instruction to read data from a file. In SQL Server 2005, OPENROWSET can read from a data file without loading the data into a target table. This enables you to use OPENROWSET with a simple SELECT statement."

shapefile

"A public domain format for the interchange of spatial data in geographic information systems. Shapefiles have the file name extension "".shp""."

graphical query designer

"A query designer provided by the Reporting Services that allows the user to interactively build a query and view the results for data source types SQL Server, Oracle, OLE DB, and ODBC."

LINQ

"A query syntax that defines a set of query operators that allow traversal, filter, and projection operations to be expressed in a direct, declarative way in any .NET-based programming language."

range query

"A query that specifies a range of values as part of the search criteria, such as all rows from 10 through 100."

runaway query

"A query with an excessive running time, that can lead to a blocking problem. Runaway queries usually do not use use a query or lock time out."

Database view

"A read-only, static snapshot of a source database at the moment of the view's creation."

database snapshot

"A read-only, static view of a database at the moment of snapshot creation."

linked dimension

"A reference in a cube to a dimension in a different cube (that is, a cube with a different data source view that exists in the same or a different Analysis Services database). A linked dimension can only be related to measure groups in the source cube, and can only be edited in the source database."

linked measure group

"A reference in a cube to a measure group in a different cube (that is, a cube with a different data source view that exists in the same or a different Analysis Services database). A linked measure group can only be edited in the source database."

centralized registration model

"A registration model that removes all certificate subscriber participation from the management policy. For the workflow, a user designated as the originator will initiate the request and an enrollment agent will execute the request."

tick

"A regular, rapidly recurring signal emitted by a clocking circuit."

OLAP database

"A relational database system capable of handling queries more complex than those handled by standard relational databases, through multidimensional access to data (viewing the data by several different criteria), intensive calculation capability, and specialized indexing techniques."

many-to-many dimension

"A relationship between a dimension and a measure group in which a single fact may be associated with many dimension members and a single dimension member may be associated with a many facts. To define this relationship between the dimension and the fact table, the dimension is joined to an intermediate fact table and the intermediate fact table is joined, in turn, to an intermediate dimension table that is joined to the fact table."

identifying relationship

"A relationship where the primary key of the principal entity is part of the primary key of the dependent entity. In this kind of relationship, the dependent entity cannot exist without the principal entity."

hard page-break renderer

"A rendering extension that maintains the report layout and formatting so that the resulting file is optimized for a consistent printing experience, or to view the report online in a book format."

soft page-break renderer

"A rendering extension that maintains the report layout and formatting so that the resulting file is optimized for screen-based viewing and delivery, such as on a Web page or in the ReportViewer controls."

cluster repair

"A repair operation in which all missing or corrupt files are replaced, all missing or corrupt registry keys are replaced and all missing or invalid configuration values are set to default values."

filtered replica

"A replica that stores item data only for items that are in a filter, such as a media storage replica that stores only songs that are rated as three stars or better."

DMV

"A set of built-in views that return server state information about values, objects, and settings in SQL Server."

Microsoft SQL Server Reporting Services Report Builder

"A report authoring tool that features a Microsoft Office-like authoring environment and features such as new sparkline, data bar, and indicator data visualizations, the ability to save report items as report parts, a wizard for creating maps, aggregates of aggregates, and enhanced support for expressions."

Report Builder

"A report authoring tool that features a Microsoft Office-like authoring environment and features such as new sparkline, data bar, and indicator data visualizations, the ability to save report items as report parts, a wizard for creating maps, aggregates of aggregates, and enhanced support for expressions."

view generation

"A repository engine feature that is used to create relational views based on classes, interfaces, and relationships in an information model."

online restore

"A restore in which one or more secondary filegroups, files belonging to secondary filegroups, or pages are restored while the database remains online. Online restore is available only in the SQL Server 2005 Enterprise Edition (including the Evaluation and Developer Editions)."

complete database restore

"A restore of a full database backup, the most recent differential database backup (if any), and the log backups (if any) taken since the full database backup."

conditional split

"A restore of a full database backup, the most recent differential database backup (if any), and the log backups (if any) taken since the full database backup."

partial database restore

"A restore of only a portion of a database consisting of its primary filegroup and one or more secondary filegroups. The other filegroups remain permanently offline, though they can be restored later."

color rule

"A rule that applies to fill colors for polygons, lines, and markers that represent points or polygon center points."

distribution cleanup agent

"A scheduled job that runs under SQL Server Agent. After all Subscribers have received a transaction, the agent removes the transaction from the distribution database. It also cleans up snapshot files from the file system after entries corresponding to those files have been removed from the distribution database."

full-text search

"A search for one or more documents, records, or strings based on all of the actual text data rather than on an index containing a limited set of keywords."

HSM

"A secure device that provides cryptographic capabilities, typically by providing private keys used in Public-key cryptography."

hardware security module

"A secure device that provides cryptographic capabilities, typically by providing private keys used in Public-key cryptography."

hardware token

"A secure device that provides cryptographic capabilities, typically by providing private keys used in Public-key cryptography."

Office File Validation

"A security feature that validates files before allowing them to be loaded by the application, in order to protect against file format vulnerabilities."

restore sequence

"A sequence of one or more restore commands that, typically, initializes the contents of the database, files, and/or pages being restored (the data-copy phase), rolls forward logged transactions (the redo phase), and rolls back uncommitted transactions (the undo phase)."

pass phrase

"A sequence of words or other text used to gain access to a network, program, or data. A passphrase is generally longer for added security."

API server cursor

"A server cursor that is built to support the cursor functions of an API, such as ODBC, OLE DB, ADO, and DB-Library."

standby server

"A server instance containing a copy of a database that can be brought online if the source copy of the database becomes unavailable. Log shipping can be used to maintain a ""warm"" standby server, called a secondary server, whose copy of the database is automatically updated from log backups at regular intervals. Before failover to a warm standby server, its copy of the database must be brought fully up to date manually. Database mirroring can be used to maintain a ""hot"" standby server, called a mirror server, whose copy of the database is continuously brought up to date. Failover to the database on a mirror server is essentially instantaneous."

Microsoft SQL Server Reporting Services

"A server-based report generation environment for enterprise, Web-enabled reporting functionality so you can create reports that draw content from a variety of data sources, publish reports in various formats, and centrally manage security and subscriptions."

SQL Server Reporting Services

"A server-based report generation environment for enterprise, Web-enabled reporting functionality so you can create reports that draw content from a variety of data sources, publish reports in various formats, and centrally manage security and subscriptions."

SSRS

"A server-based report generation environment for enterprise, Web-enabled reporting functionality so you can create reports that draw content from a variety of data sources, publish reports in various formats, and centrally manage security and subscriptions."

SQL Writer Service

"A service that permits Windows backup programs to copy SQL Server data files through the Volume Shadow Copy Service framework, while SQL Server is running."

system functions

"A set of built-in functions that perform operations on and return the information about values, objects, and settings in SQL Server."

PBM

"A set of built-in functions that return server state information about values, objects, and settings in SQL Server. Policy Based Management allows a database administrator to declare the desired state of the system and checks the system for compliance with that state."

policy-based management

"A set of built-in functions that return server state information about values, objects, and settings in SQL Server. Policy Based Management allows a database administrator to declare the desired state of the system and checks the system for compliance with that state."

source code control

"A set of features that include a mechanism for checking source code in and out of a central repository. It also implies a version control system that can manage files through the development lifecycle, keeping track of which changes were made, who made them, when they were made, and why."

source control

"A set of features that include a mechanism for checking source code in and out of a central repository. It also implies a version control system that can manage files through the development lifecycle, keeping track of which changes were made, who made them, when they were made, and why."

IPsec

"A set of industry-standard, cryptography-based services and protocols that help to protect data over a network."

Internet Protocol security

"A set of industry-standard, cryptography-based services and protocols that help to protect data over a network."

Declarative Management Framework Facet

"A set of logical pre-defined properties that model the behavior or characteristics for certain types of managed targets (such as a database, table, login, view,etc) in policy-based management."

Facet

"A set of logical pre-defined properties that model the behavior or characteristics for certain types of managed targets (such as a database, table, login, view,etc) in policy-based management."

facet

"A set of logical pre-defined properties that model the behavior or characteristics for certain types of managed targets (such as a database, table, login, view,etc) in policy-based management."

allocation unit

"A set of pages that can be operated on as a whole. Pages belonging to an allocation unit are tracked by Index Allocation Map (IAM) pages. An allocation unit consists of the IAM page chain and all pages marked allocated in that IAM page chain. An allocation unit can contain at most a single IAM chain, and an IAM chain must belong to one, and only one, allocation unit."

SDK

"A set of routines (usually in one or more libraries) designed to allow developers to more easily write programs for a given computer, operating system, or user interface."

software development kit

"A set of routines (usually in one or more libraries) designed to allow developers to more easily write programs for a given computer, operating system, or user interface."

collation

"A set of rules that determines how data is compared, ordered, and presented."

Repository SQL schema

"A set of standard tables used by the repository engine to manage all repository objects, relationships, and collections."

operator

"A sign or symbol that specifies the type of calculation to perform within an expression. There are mathematical, comparison, logical, and reference operators."

Database Explorer

"A simple database administration tool that lets the user perform database operations such as creating new tables, querying and modifying existing data, and other database development functions."

log shipping configuration

"A single primary server, one or more secondary servers (each with a secondary database), and a monitor server."

deadlock

"A situation when two users, each having a lock on one piece of data, attempt to acquire a lock on the other's piece."

fiber mode

"A situation where an instance of SQL Server allocates one Windows thread per SQL scheduler, and then allocates one fiber per worker thread, up to the value set in the max worker threads option."

schema snapshot

"A snapshot that includes schema for published tables and objects required by replication (triggers, metadata tables, and so on), but not user data."

synchronization application

"A software component, such as a personal information manager or music database, that hosts a synchronization session and invokes synchronization providers to synchronize disparate data stores."

run-time error

"A software error that occurs while a program is being executed, as detected by a compiler or other supervisory program."

software transformer

"A software module or routine that modifies the events (data) into a format expected by the output device, and emits the data to that device."

schema rowset

"A specially defined rowset that returns metadata about objects or functionality on an instance of SQL Server or Analysis Services. For example, the OLE DB schema rowset DBSCHEMA_COLUMNS describes columns in a table, while the Analysis Services schema rowset MDSCHEMA_MEASURES describes the measures in a cube."

stoplist

"A specific collection of so-called stopwords, which tend to appear frequently in documents, but are believed to carry no usable information."

job

"A specified series of operations, called steps, performed sequentially by a program to complete an action."

Microsoft SQL Server System CLR Types

"A stand-alone package, part of SQL Server 2008 R2 Feature Pack, that contains the components implementing the geometry, geography, and hierarchy id types in SQL Server."

tabular query

"A standard operation such as search, sort, filter or transform on data in a table."

warm standby server

"A standby server that contains a copy of a database that is asynchronously updated, and that can be brought online fairly quickly."

shadow copy

"A static image of a set of data, such as the records displayed as the result of a query."

login ID

"A string that is used to identify a user or entity to an operating system, directory service, or distributed system. For example, in Windows¨ integrated authentication, a login name uses the form ""DOMAIN\username."""

dimension

"A structural attribute of a cube that organizes data into levels. For example, a Geography dimension might include the members Country, Region, State or Province, and City."

snapshot isolation level

"A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction."

simple client

"A type of cache client that does not have a routing table and thus does not need network connectivity to all cache hosts in the cache cluster. Because data traveling to simple clients from the cluster may need to travel across multiple cache hosts, simple clients may not perform as fast as a routing clients."

memo

"A type of column that contains long strings, typically more than 255 characters."

DSN-less connection

"A type of data connection that is created based on information in a data source name (DSN), but is stored as part of a project or application."

resource data

"A type of data that is characterized by shared, concurrently read and written into operations, and accessed by many transactions. Examples of resource data include user accounts and auction items."

slipstream installation

"A type of installation that integrates the base installation files for an operating system or program with its service packs, updates or patches, and enables them to be installed in a single step."

heat map

"A type of map presentation where the intensity of color for each polygon corresponds to the related analytical data. For example, low values in a range appear as blue (cold) and high values as red (hot)."

thread

"A type of object within a process that runs program instructions. Using multiple threads allows concurrent operations within a process and enables one process to run different parts of its program on different processors simultaneously. A thread has its own set of registers, its own kernel stack, a thread environment block, and a user stack in the address space of its process."

left outer join

"A type of outer join in which all rows from the left-most table in the JOIN clause are included. When rows in the left table are not matched by rows in the right table, all result set columns that come from the right table are assigned a value of NULL."

full outer join

"A type of outer join in which all rows in all joined tables are included, whether they are matched or not. For example, a full outer join between titles and publishers shows all titles and all publishers, even those that have no match."

merge replication

"A type of replication that allows sites to make autonomous changes to replicated data, and at a later time, merge changes and resolve conflicts when necessary."

inference attack

"A type of security threat in which a malicious user is able to derive the value of data without actually accessing it, for example by monitoring the response time to a query."

geographic data

"A type of spatial data that stores ellipsoidal (round-earth) data, such as GPS latitude and longitude coordinates."

geometric data

"A type of spatial data that supports planar, or Euclidean (flat-earth), data."

peer-to-peer replication

"A type of transactional replication. In contrast to read-only transactional replication and transactional replication with updating subscriptions, the relationships between nodes in a Peer to Peer replication topology are peer relationships rather than hierarchical ones, with each node containing identical schema and data."

hopping window

"A type of window in which consecutive windows ""hop"" forward in time by a fixed period. The window is defined by two time spans: the period P and the window length L. For every P time unit a new window of size L is created."

synchronization session

"A unidirectional synchronization in which the source provider enumerates its changes and sends them to the destination provider, which applies them to its store."

global ID

"A unique identifier that is assigned to a data item. The identifier must be unique across all clients. A global identifier is a flexible identifier and so can be any format, but it is typically a GUID and an 8-byte prefix."

global identifier

"A unique identifier that is assigned to a data item. The identifier must be unique across all clients. A global identifier is a flexible identifier and so can be any format, but it is typically a GUID and an 8-byte prefix."

claims identity

"A unique identifier that represents a specific user, application, computer, or other entity, enabling it to gain access to multiple resources, such as applications and network resources, without entering credentials multiple times. It also enables resources to validate requests from an entity."

SKU

"A unique identifier, usually alphanumeric, for a product. The SKU allows a product to be tracked for inventory purposes. An SKU can be associated with any item that can be purchased. For example, a shirt in style number 3726, size 8 might have a SKU of 3726-8."

stock keeping unit

"A unique identifier, usually alphanumeric, for a product. The SKU allows a product to be tracked for inventory purposes. An SKU can be associated with any item that can be purchased. For example, a shirt in style number 3726, size 8 might have a SKU of 3726-8."

item

"A unit of data or metadata that is being synchronized. A typical item of data might be a file or record, whereas a typical item of metadata might be a knowledge item."

report server administrator

"A user with elevated privileges who can access all settings and content of a report server. A report server administrator is a user who is assigned to the Content Manager role, the System Administrator role, or both. All local administrators are automatically report server administrators, but additional users can become report server administrators for all or part of the report server namespace."

alias type

"A user-defined data type based on one of the SQL Server system data types that can specify a certain data type, length, and nullability."

Microsoft Sequence Clustering algorithm

"Algorithm that is a combination of sequence analysis and clustering, which identifies clusters of similarly ordered events in a sequence. The clusters can be used to predict the likely ordering of events in a sequence based on known characteristics."

Microsoft Time Series algorithm

"Algorithm that uses a linear regression decision tree approach to analyze time-related data, such as monthly sales data or yearly profits. The patterns it discovers can be used to predict values for future time steps."

target partition

"An Analysis Services partition into which another is merged, and which contains the data of both partitions after the merger."

SQL statement

"An SQL or Transact-SQL command, such as SELECT or DELETE, that performs some action on data."

atom feed

"An XML structure that contains metadata about content, such as the language version and the date when the content was last modified, and is sent to subscribers by using the Atom Publishing Protocol (AtomPub)."

Extensible Stylesheet Language

"An XML vocabulary that is used to transform XML data to another form, such as HTML, by means of a style sheet that defines presentation rules."

XSL

"An XML vocabulary that is used to transform XML data to another form, such as HTML, by means of a style sheet that defines presentation rules."

stream

"An abstraction of a sequence of bytes, such as a file, an I/O device, an inter-process communication pipe, a TCP/IP socket, or a spooled print job. The relationship between streams and storages in a compound file is similar to that of files and folders."

input adapter

"An adapter that accepts incoming event streams from external sources such as databases, files, ticker feeds, network ports, manufacturing devices and so on."

untyped adapter

"An adapter that accepts or emits multiple event types in which the payload structure or the type of fields in the payload are not known in advance. Examples are events from a CSV or text file, a SQL table, or a socket."

output adapter

"An adapter that receives events processed by the server, transforms the events into a format expected by the output device (a database, text file, PDA, or other device), and emits the data to that device."

custom rollup

"An aggregation calculation that is customized for a dimension level or member, and that overrides the aggregate functions of a cube's measures."

alias

"An alternative label for some object, such as a file or data collection."

HTML

"An application of the Standard Generalized Markup Language that uses tags to mark elements, such as text and graphics, in a document to indicate how Web browsers should display these elements to the user and should respond to user actions."

Hypertext Markup Language

"An application of the Standard Generalized Markup Language that uses tags to mark elements, such as text and graphics, in a document to indicate how Web browsers should display these elements to the user and should respond to user actions."

command buffer

"An area in memory in which commands entered by the user are kept. A command buffer can enable the user to repeat commands without retyping them completely, edit past commands to change some argument or correct a mistake, undo commands, or obtain a list of past commands."

modulo

"An arithmetic operation whose result is the remainder of a division operation. For example, 17 modulo 3 = 2 because 17 divided by 3 yields a remainder of 2. Modulo operations are used in programming."

associative array

"An array composed of a collection of keys and a collection of values, where each key is associated with one value. The keys and values can be of any type."

numeric array

"An array composed of a collection of keys and a collection of values, where each key is associated with one value. The values can be of any type, but the keys must be numeric."

placeholder item

"An artificial address, instruction, or other datum fed into a computer only to fulfill prescribed conditions and not affecting operations for solving problems."

operator

"An atomic unit of a query as scheduled by the StreamInsight server to process the events on which the query is applied. Examples include SELECT, PROJECT, AGGREGATE, UNION, TOP K and JOIN. Operators are fully composable and have a specific number of inputs and outputs. See Other Terms: query, query template, composable."

SQL Server 2005 Express Edition

"An edition of a Microsoft relational database design and management system for e-commerce, line-of-business, and data warehousing solutions."

SQL Server Express

"An edition of a Microsoft relational database design and management system for e-commerce, line-of-business, and data warehousing solutions."

self-tracking entity

"An entity built from a Text Template Transformation Toolkit (T4) template that has the ability to record changes to scalar, complex, and navigation properties."

logic error

"An error, such as a faulty algorithm, that causes a program to produce incorrect results but does not prevent the program from running. Consequently, a logic error is often very difficult to find."

typed event

"An event for which the structure of the event payload provided by the source or consumed by the sink is known, and the input or output adapter is designed around this specific event structure."

bound stream

"An event stream that contains all the information needed to produce events. Either the information is an already instantiated data source, or the information is sufficient for the StreamInsight server to start the data source."

unbound stream

"An event stream that contains the definition of the event model or payload type, but does not define the data source."

conditional expression

"An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-?Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions."

snowflake schema

"An extension of a star schema such that one or more dimensions are defined by multiple tables. In a snowflake schema, only primary dimension tables are joined to the fact table. Additional dimension tables are joined to primary dimension tables."

flexible ID

"An identifier that is assigned to various synchronization entities, such as replicas. The identifier can be of fixed or variable length."

flexible identifier

"An identifier that is assigned to various synchronization entities, such as replicas. The identifier can be of fixed or variable length."

nonrepeatable read

"An inconsistency that occurs when a transaction reads the same row more than once, and a separate transaction modifies that row between reads."

partitioned index

"An index built on a partition scheme, and whose data is horizontally divided into units which may be spread across more than one filegroup in a database."

unique index

"An index in which no two rows are permitted to have the same index value, thus prohibiting duplicate index or key values."

helpdesk

"An individual or team of support professionals that provide technical assistance for an organization's network, hardware devices, and software."

collection item

"An instance of a collector type that is created with a specific set of input properties and collection frequency, and that is used to gather specific types of data."

collection

"An object that contains a set of related objects. An object's position in the collection can change whenever a change occurs in the collection; therefore, the position of any specific object in a collection may vary."

mining model

"An object that contains the definition of a data mining process and the results of the training activity. For example, a data mining model may specify the input, output, algorithm, and other properties of the process and hold the information gathered during the training activity, such as a decision tree."

cache item

"An object that is stored in the cache and additional information associated with that object, such as tags and version. It can be extracted from the cache cluster using the GetCacheItem client API."

change applier

"An object that performs conflict detection, conflict handling, and change application for a batch of changes."

data adapter

"An object used to submit data to and retrieve data from databases, Web services, and Extensible Markup Language (XML) files."

COM

"An object-based programming model designed to promote software interoperability; it allows two or more applications or components to easily cooperate with one another, even if they were written by different vendors, at different times, in different programming languages, or if they are running on different computers running different operating systems."

Component Object Model

"An object-based programming model designed to promote software interoperability; it allows two or more applications or components to easily cooperate with one another, even if they were written by different vendors, at different times, in different programming languages, or if they are running on different computers running different operating systems."

information model

"An object-oriented schema that defines metadata constructs used to specify the structure and behavior of an application, process, component, or software artifact."

commit

"An operation that saves all changes to databases, cubes, or dimensions made since the start of a transaction."

Boolean operator

"An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)."

hint

"An option or strategy specified for enforcement by the SQL Server query processor on SELECT, INSERT, UPDATE, or DELETE statements. The hint overrides any execution plan the query optimizer might select for a query."

lightweight pooling

"An option that provides a means of reducing the system overhead associated with the excessive context switching sometimes seen in symmetric multiprocessing (SMP) environments by performing the context switching inline, thus helping to reduce user/kernel ring transitions."

tuple

"An ordered collection of members that uniquely identifies a cell, based on a combination of attribute members from every attribute hierarchy in the cube."

right outer join

"An outer join in which all the records from the right side of the RIGHT JOIN operation in the query's SQL statement are added to the query's results, even if there are no matching values in the joined field from the table on the left."

positioned update

"An update, insert, or delete operation performed on a row at the current position of the cursor."

expression

"Any combination of operators, constants, literal values, functions, and names of fields (columns), controls, and properties that evaluates to a single value."

SQL expression

"Any combination of operators, constants, literal values, functions, and names of tables and fields that evaluates to a single value."

numeric expression

"Any expression that evaluates to a number. The expression can be any combination of variables, constants, functions, and operators."

resource

"Any item in a report server database that is not a report, folder, or shared data source item."

naming convention

"Any standard used more or less universally in the naming of objects, etc."

clickstream analysis

"Clickstream data are information that users generate as they move from page to page and click on items within a Web site, usually stored in log files. Web site designers can use clickstream data to improve users' experiences with a site."

managed code

"Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications."

safe code

"Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications."

unmanaged code

"Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."

unsafe code

"Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."

data tap

"Collecting data from a specified path in SQL Server Integration Services. Tapped data can be written to CSV files when the SSIS package executes, and customers can specify which data flow to tap."

Nonkey index column

"Column in a nonclustered index that does not participate as a key column. Rather, the column is stored in the leaf-level of the index and is used in conjunction with the key columns to cover one or more queries."

log shipping

"Copying, at regular intervals, log backup from a read-write database (the primary database) to one or more remote server instances (secondary servers). Each secondary server has a read-only database, called a secondary database, that was created by restoring a full backup of the primary database without recovery. The secondary server restores each copied log backup to the secondary database. The secondary servers are warm standbys for the primary server."

transactional data

"Data related to sales, deliveries, invoices, trouble tickets, claims, and other monetary and non-monetary interactions."

transformation input

"Data that is contained in a column, which is used duing a join or lookup process, to modify or aggregate data in the table to which it is joined."

analytical data

"Data that provides the values that are associated with spatial data. For example, spatial data defines the locations of cities in an area whereas analytical data provides the population for each city."

media family

"Data written by a backup operation to a backup device used by a media set. In a media set with only a single device, only one media family exists. In a striped media set, multiple media families exist. If the striped media set is unmirrored, each device corresponds to a family. A mirrored media set contains from two to four identical copies of each media family (called mirrors). Appending backups to a media set extends its media families."

securable

"Entities that can be secured with permissions. The most prominent securables are servers and databases, but discrete permissions can be set at a much finer level."

initial snapshot

"Files that include schema and data, constraints, extended properties, indexes, triggers, and system tables that are necessary for replication."

vertical filtering

"Filtering columns from a table. When used as part of replication, the table article created contains only selected columns from the publishing table."

cap

"For paths that contain unconnected ends, such as lines, the end of a stroke. You can change the way the stroke looks at each end by applying one of four end cap styles: flat cap, round cap, square cap, and triangle cap."

end cap

"For paths that contain unconnected ends, such as lines, the end of a stroke. You can change the way the stroke looks at each end by applying one of four end cap styles: flat cap, round cap, square cap, and triangle cap."

cascading delete

"For relationships that enforce referential integrity between tables, the deletion of all related records in the related table or tables when a record in the primary table is deleted."

cascading update

"For relationships that enforce referential integrity between tables, the updating of all related records in the related table or tables when a record in the primary table is changed."

XQuery

"Functional query language that is broadly applicable to a variety of XML data types derived from Quilt, XPath, and XQL. Both Ipedo and Software AG implement their own versions of the W3C's proposed specification for the XQuery language. Also called: XML Query, XQL."

strip line

"Horizontal or vertical ranges that set the background pattern of the chart in regular or custom intervals. You can use strip lines to improve readability for looking up individual values on the chart, highlight dates that occur at regular intervals, or highlight a specific key range."

stripe

"Horizontal or vertical ranges that set the background pattern of the chart in regular or custom intervals. You can use strip lines to improve readability for looking up individual values on the chart, highlight dates that occur at regular intervals, or highlight a specific key range."

interface implication

"If an interface implies another interface, then any class that implements the first interface must also implement the second interface. Interface implication is used in an information model to get some of the effects of multiple inheritance."

database mirroring

"Immediately reproducing every update to a read-write database (the principal database) onto a read-only mirror of that database (the mirror database) residing on a separate instance of the database engine (the mirror server). In production environments, the mirror server is on another machine. The mirror database is created by restoring a full backup of the principal database (without recovery)."

mirroring

"Immediately reproducing every update to a read-write database (the principal database) onto a read-only mirror of that database (the mirror database) residing on a separate instance of the database engine (the mirror server). In production environments, the mirror server is on another machine. The mirror database is created by restoring a full backup of the principal database (without recovery)."

row versioning

"In 0nline index operations, a feature that isolates the index operation from the effects of modifications that are made by other transactions."

cellset

"In ADO MD, an object that contains a collection of cells selected from cubes or other cellsets by a multidimensional query."

session state

"In ASP.NET, a variable store created on the server for the current user; each user maintains a separate Session state on the server. Session state is typically used to store user-specific information between postbacks."

user account

"In Active Directory, an object that consists of all the information that defines a domain user, which includes user name, password, and groups in which the user account has membership. User accounts can be stored in either Active Directory or on your local computer."

lift chart

"In Analysis Services, a chart that compares the accuracy of the predictions of each data mining model in the comparison set."

DMX

"In Analysis Services, a statement that performs mining tasks programmatically."

data mining extension

"In Analysis Services, a statement that performs mining tasks programmatically."

drillthrough

"In Analysis Services, a technique to retrieve the detailed data from which the data in a cube cell was summarized."

auto-protection

"In DPM, a feature that automatically identifies and adds new data sources for protection."

data co-location

"In DPM, a feature that enables protection of multiple data sources on a single volume or on the same tape. This allows you to store more data on each volume or tape."

delete level

"In Data Transformation Services, the amount and kind of data to remove from a data warehouse."

stemmer

"In Full-Text Search, for a given language, a stemmer generates inflectional forms of a particular word based on the rules of that language. Stemmers are language specific."

fuzzy grouping

"In Integration Services, a data cleaning methodology that examines values in a dataset and identifies groups of related data rows and the one data row that is the canonical representation of the group."

fuzzy matching

"In Integration Services, a lookup methodology that uses an approximate matching algorithm to locate similar data values in a reference table."

explicit hierarchy

"In Master Data Services, a hierarchy that uses consolidated members to group other consolidated and leaf members."

subscriber

"In Notification Services, the person or process to which notifications are delivered."

carousel view

"In Power Pivot Gallery, a specialized view where the preview area is centered and the thumbnails that immediately precede and follow the current thumbnail are adjacent to the preview area."

Log Reader Agent

"In Replication, the executable that monitors the transaction of each database configured for transactional replication, and copies the transactions marked for replication from the transaction into the distribution database."

entity

"In Reporting Services, a logical collection of model items, including source fields, roles, folders, and expressions, presented in familiar business terms."

workload group

"In Resource Governor, a container for session requests that are similar according to the classification rules that are applied to each request. A workload group allows the aggregate monitoring of resource consumption and a uniform policy that is applied to all the requests in a group."

output column

"In SQL Server Integration Services, a column that the source adds to the data flow and that is available as input column to the next data flow component in the data flow."

Configuration Tools

"In SQL Server, a menu item which allows the user to enable, disable, start, or stop the features, services, and remote connectivity of the SQL Server installations."

event class

"In SQL Trace, a collection of properties that define an event."

event category

"In SQL Trace, a grouping of similar and logically related event classes."

target queue

"In Service Broker, the queue associated with the service to which messages are sent."

identity property

A property that generates values that uniquely identify each row in a table.

instance store provider

"In Windows AppFabric, a provider that allows you to create instance store objects. For example, a SQL store provider allows clients to create SQL workflow instance store objects, which in turn allows clients to save and retrieve workflow instances to and from a persistence store."

SID

"In Windows-based systems, a unique value that identifies a user, group, or computer account within an enterprise. Every account is issued a SID when it is created."

security ID

"In Windows-based systems, a unique value that identifies a user, group, or computer account within an enterprise. Every account is issued a SID when it is created."

security identifier

"In Windows-based systems, a unique value that identifies a user, group, or computer account within an enterprise. Every account is issued a SID when it is created."

search condition

"In a WHERE or HAVING clause, predicates that specify the conditions that the source rows must meet to be included in the SQL statement."

measure

"In a cube, a set of values that are usually numeric and are based on a column in the fact table of the cube. Measures are the central values that are aggregated and analyzed."

cell

"In a cube, the set of properties, including a value, specified by the intersection when one member is selected from each dimension."

mirror server

"In a database mirroring configuration, the server instance where the mirror database resides. The mirror server is the mirroring partner whose copy of the database is currently the mirror database. The mirror server is a hot standby server."

quorum

"In a database mirroring session with a witness server, a relationship in which the servers that can currently communicate with each other arbitrate who owns the role of principal server."

forced service

"In a database mirroring session, a failover initiated by the database owner upon the failure of the principal server that transfers service to the mirror database while it is in an unknown state. Data may be lost."

manual failover

"In a database mirroring session, a failover initiated by the database owner, while the principal server is still running, that transfers service from the principal database to the mirror database while they are in a synchronized state."

mirror database

"In a database mirroring session, the copy of the database that is normally fully synchronized with the principal database."

role switching

"In a database mirroring session, the taking over of the principal role by the mirror."

full-width character

"In a double-byte character set, a character that is represented by 2 bytes and typically has a half-width variant."

half-width character

"In a double-byte character set, a character that is represented by one byte and typically has a full-width variant."

monitor server

"In a log shipping configuration, a server instance on which every log shipping job in the configuration records its history and status. Each log shipping configuration has its own dedicated monitor server."

primary server

"In a log shipping configuration, the server instance where the primary database resides."

secondary server

"In a log shipping configuration, the server instance where the secondary database resides. At regular intervals, the secondary server copies the latest log backup from the primary database and restores the log to the secondary database. The secondary server is a warm standby server."

equirectangular projection

"In a map report item, a very simple equidistant cylindrical projection in which the horizontal coordinate is the longitude and the vertical coordinate is the latitude."

initial tape

"In a media set using tape backup devices, the first tape in a media family."

standby file

"In a restore operation, a file used during the undo phase to hold a ""copy-on-write"" pre-image of pages that are to be modified. The standby file allows reverting the undo pass to bring back the uncommitted transactions."

custom rule

"In a role, a specification that limits the dimension members or cube cells that users in the role are permitted to access."

primary dimension table

"In a snowflake schema in a data warehouse, a dimension table that is directly related to, and usually joined to, the fact table."

workbook

"In a spreadsheet program, a file containing a number of related worksheets."

ancestor

"In a tree structure, the element of which a given element is a child. Equivalent to a parent element."

ancestor element

"In a tree structure, the element of which a given element is a child. Equivalent to a parent element."

child

"In a tree structure, the relationship of a node to its immediate predecessor."

page

"In a virtual storage system, a fixed-length block of contiguous virtual addresses copied as a unit from memory to disk and back during paging operations."

key

"In an array, the field by which stored data is organized and accessed."

multiplier

"In arithmetic, the number that indicates how many times another number (the multiplicand) is multiplied."

field terminator

"In bulk copy, one or more characters marking the end of a field or row, separating one field or row in the data file from the next."

field length

"In bulk copy, the maximum number of characters needed to represent a data item in a bulk copy character format data file."

planar

"In computer graphics, lying within a plane."

padding

"In data storage, the addition of one or more bits, usually zeros, to a block of data in order to fill it, to force the actual data bits into a certain position, or to prevent the data from duplicating a bit pattern that has an established meaning, such as an embedded command"

principal database

"In database mirroring, a read-write database whose transaction log is continuously sent to the mirror server, which restores the log to the mirror database."

partner

"In database mirroring, refers to the principal server or the mirror server."

principal server

"In database mirroring, the partner whose database is currently the principal database."

witness server

"In database mirroring, the server instance that monitors the status of the principal and mirror servers and that, by default, can initiate automatic failover if the principal server fails. A database mirroring session can have only one witness server (or ""witness""), which is optional."

key

"In encryption, authentication, and digital signatures, a value used in combination with an algorithm to encrypt or decrypt information."

Web synchronization

"In merge replication, a feature that lets you replicate data by using the HTTPS protocol."

dynamic snapshot

"In merge replication, a snapshot that includes only the data from a single partition."

partitioned snapshot

"In merge replication, a snapshot that includes only the data from a single partition."

publication retention period

"In merge replication, the amount of time a subscription can remain unsynchronized."

coordinate system

"In n-dimensional space, a set of n linearly independent vectors anchored to a point (called the origin). A group of coordinates specifies a point in space (or a vector from the origin) by indicating how far to travel along each vector to reach the point (or tip of the vector)."

method

"In object-oriented programming, a named code block that performs a task when called."

configuration

"In reference to a single microcomputer, the sum of a system's internal and external components, including memory, disk drives, keyboard, video, and generally less critical add-on hardware, such as a mouse, modem, or printer. Software (the operating system and various device drivers), the user's choices established through configuration files such as the AUTOEXEC.BAT and CONFIG.SYS files on IBM PCs and compatibles, and sometimes hardware (switches and jumpers) are needed to ""configure the configuration"" to work correctly. Although system configuration can be changed, as by adding more memory or disk capacity, the basic structure of the system--its architecture--remains the same."

subscriber

"In replication, a database instance that receives replicated data."

subscriber database

"In replication, a database instance that receives replicated data."

made-with knowledge

"In synchronization processes, the current knowledge of the source replica, to be used in conflict detection."

tokenization

"In text mining or Full-Text Search, the process of identifying meaningful units within strings, either at word boundaries, morphemes, or stems, so that related tokens can be grouped. For example, although ""San Francisco"" is two words, it could be treated as a single token."

data block

"In text, ntext, and image data, a data block is the unit of data transferred at one time between an application and an instance of SQL Server. The term is also applied to the units of storage for these data types."

distribution retention period

"In transactional replication, the amount of time transactions are stored in the distribution database."

transaction retention period

"In transactional replication, the amount of time transactions are stored in the distribution database."

credentials

"Information that includes identification and proof of identification that is used to gain access to local and network resources. Examples of credentials are user names and passwords, smart cards, and certificates."

undeliverable

"Not able to be delivered to an intended recipient. If an e-mail message is undeliverable, it is returned to the sender with information added by the mail server explaining the problem; for example, the e-mail address may be incorrect, or the recipient's mailbox may be full."

down

"Not functioning, in reference to computers, printers, communications lines on networks, and other such hardware."

single-precision

"Of or pertaining to a floating-point number having the least precision among two or more options commonly offered by a programming language, such as single-precision versus double-precision."

extent

"On a disk or other direct-access storage device, a continuous block of storage space reserved by the operating system for a particular file or program."

contention

"On a network, competition among stations for the opportunity to use a communications line or network resource."

map tile

"One of a number of 256 x 256 pixel images that are combined to create a Bing map. A map tile contains a segment of a view of the earth in Mercator projection, with possible road and text overlays depending on the style of the Bing map."

DMF

"One of a set of built-in functions that returns server state information about values, objects, and settings in SQL Server."

dynamic management function

"One of a set of built-in functions that returns server state information about values, objects, and settings in SQL Server."

fit

"One of the criteria used for evaluating the success of a data mining algorithm. Fit is typically represented as a value between 0 and 1, and is calculated by taking the covariance between the predicted and actual values of evaluated cases and dividing by the standard deviations of the same predicted and actual values."

primary key

"One or more fields that uniquely identify each record in a table. In the same way that a license plate number identifies a car, the primary key uniquely identifies a record."

schema-aware

"Pertaining to a processing method based on a schema that defines elements, attributes and types that will be used to validate the input and output documents."

uncommittable

"Pertaining to a transaction that remains open and cannot be completed. Uncommitable transactions could be considered a subclass of partially failed transactions, where the transaction has encountered an error that prevents its completion, but it is still holding its locks and has to be rolled back by the user."

multiuser

"Pertaining to any computer system that can be used by more than one person. Although a microcomputer shared by several people can be considered a multiuser system, the term is generally reserved for machines that can be accessed simultaneously by several people through communications facilities or via network terminals."

phantom

"Pertaining to the insertion of a new row or the deletion of an existing row in a range of rows that were previously read by another task, where that task has not yet committed its transaction."

in-person authentication

"Physical authentication to complete a certificate request transaction. For example, an end user requesting his/her personal identification number (PIN) be unblocked will visit a certificate manager in person to provide in-person authentication with identification, such as an employee badge or drivers license."

holdability

"Refers to the possibility of leaving result sets open (""on hold"") that have been processed and are normally closed after this. For instance: ""SQL Server supports holdability at the connection level only."""

ghost record

"Row in the leaf level of an index that has been marked for deletion, but has not yet been deleted by the database engine."

ghost row

"Row in the leaf level of an index that has been marked for deletion, but has not yet been deleted by the database engine."

report-specific schedule

"Schedule defined inline with a report. Report-specific schedules are defined in the context of an individual report, subscription, or report execution operation to determine cache expiration or snapshot updates."

dormant session

"Session in pre-login state. Sessions can be initiated or ended to modify their state, but they generally remain in either a ""sleep/idle"" state, such as when the session has been initiated and is open at the server for client use; or a ""dormant"" state, such as when the session has been ended and the session is not currently available at the server for client use."

network software

"Software that enables groups of computers to communicate, including a component that facilitates connection to or participation in a network."

middleware

"Software that sits between two or more types of software and translates information between them. Middleware can cover a broad spectrum of software and generally sits between an application and an operating system, a network operating system, or a database management system."

primary table

"The ""one"" side of two related tables in a one-to-many relationship. A primary table should have a primary key and each record should be unique."

Microsoft SQL Server Business Intelligence

"The Microsoft SQL Server-based data infrastructure and business intelligence platform consisting of Microsoft SQL Server Integration Services, Relational Engine, Master Data Services, Reporting Services, and Analysis Services."

TDS

"The SQL Server internal client/server data transfer protocol. TDS allows client and server products to communicate regardless of operating-system platform, server release, or network transport."

tabular data stream

"The SQL Server internal client/server data transfer protocol. TDS allows client and server products to communicate regardless of operating-system platform, server release, or network transport."

transformation

"The SSIS data flow component that modifies, summarizes, and cleans data."

high availability

"The ability of a system or device to be usable when it is needed. When expressed as a percentage, high availability is the actual service time divided by the required service time. Although high availability does not guarantee that a system will have no downtime, a network often is considered highly available if it achieves 99.999 percent network uptime."

IPC

"The ability of one task or process to communicate with another in a multitasking operating system. Common methods include pipes, semaphores, shared memory, queues, signals, and mailboxes."

interprocess communication

"The ability of one task or process to communicate with another in a multitasking operating system. Common methods include pipes, semaphores, shared memory, queues, signals, and mailboxes."

map resolution

"The accuracy at which the location and shape of map features can be depicted for a given map scale. In a large scale map (e.g. a map scale of 1:1) there is less reduction of features than those shown on a small scale map (e.g. 1:1,000,000)."

data integrity

"The accuracy of data and its conformity to its expected value, especially after being transmitted or processed."

integrity

"The accuracy of data and its conformity to its expected value, especially after being transmitted or processed."

ETL

"The act of extracting data from various sources, transforming data to consistent types, and loading the transformed data for use by applications."

physical storage

"The amount of RAM memory in a system, as distinguished from virtual memory."

compile time

"The amount of time required to perform a compilation of a program. Compile time can range from a fraction of a second to many hours, depending on the size and complexity of the program, the speed of the compiler, and the performance of the hardware."

start angle

"The angle of rotation, between 0 and 360, at which the scale will begin. The zero (0) position is located at the bottom of the gauge, and the start angle rotates clockwise. For example, a start angle of 90 degrees starts the scale at the 9 o'clock position."

parallel execution

"The apparently simultaneous execution of two or more routines or programs. Concurrent execution can be accomplished on a single process or by using time-sharing techniques, such as dividing programs into different tasks or threads of execution, or by using multiple processors."

map viewport

"The area of the map to display in the map report item. For example, a map for the entire United States might be embedded in a report, but only the area for the northwestern states are displayed."

nullability

"The attribute of a column, parameter, or variable that specifies whether it allows null data values."

data definition

"The attributes, properties, and objects in a database."

event

"The basic unit of data processed by the StreamInsight server. Each event contains a header that defines the event kind and the temporal properties of the event. An event (except the CTI event) typically contains an event payload, which is a .NET data structure that contains the data associated with the event."

leaf level

"The bottom level of a clustered or nonclustered index, or the bottom level of a hierarchy."

DPM Management Shell

"The command shell, based on Windows PowerShell (Powershell.exe), that makes available the cmdlets that perform functions in Data Protection Manager."

ANSI to OEM conversion

"The conversion of characters that must occur when data is transferred from a database that stores character data using a specific code page to a client application on a computer that uses a different code page. Typically, Windows-based client computers use ANSI/ISO code pages, and some databases (for compatibility reasons) might use OEM code pages."

profile template

"The core of all Certificate Lifecycle Manager (CLM) management activities. The profile template provides a single administrative unit that includes all information necessary to manage the multiple certificates that might be required by a user community throughout the certificateÕs lifecycle. A profile template also includes information regarding the final location of those certificates, which can be software-based (that is, stored on the local computer) or hardware-based (stored on a smart card). A profile template cannot include both software-based and smart card-based certificates."

master data

"The critical data of a business, such as customer, product, location, employee, and asset. Master data fall generally into four groupings: people, things, places, and concepts and can be further categorized. For example, within people, there are customer, employee, and salesperson. Within things, there are product, part, store, and asset. Within concepts, there are things like contract, warrantee, and licenses. Finally, within places, there are office locations and geographic divisions."

learned knowledge

"The current knowledge of a source replica about a specific set of changes, and the logged conflicts of that replica."

Data Warehouse

"The database that stores operations data for long periods of time. This data is then used by the Operations Manager reporting server to build reports. By default, this database is named OperationsManagerDW."

data warehouse

"The database that stores operations data for long periods of time. This data is then used by the Operations Manager reporting server to build reports. By default, this database is named OperationsManagerDW."

autocommit mode

"The default transaction management mode for the Database Engine. The Database Engine automatically starts a transaction for each individual Transact-SQL statement. When the statement completes, the transaction is committed or rolled back based on the success or failure of the statement."

cache service

"The distributed, in-memory caching solution that enables users to build highly scalable and responsive applications by bringing data closer to end users."

e-mail

"The exchange of text messages and computer files over a communications network, such as a local area network or the Internet."

PowerShell-based cache administration tool

"The exclusive management tool for Windows Server AppFabric. With more than 130 standard command-line tools, this new administration-focused scripting language helps you achieve more control and productivity."

data explosion

"The exponential growth in size of a multidimensional structure, such as a cube, due to the storage of aggregated data."

scope

"The extent to which an identifier, such as an object or property, can be referenced within a program. Scope can be global to the application or local to the active document."

master file

"The file installed with earlier versions of SQL Server used to store the master, model, and tempdb system databases and transaction logs and the pubs sample database and transaction log."

anchor member

"The first invocation of a recursive CTE consists of one or more CTE_query_definition joined by UNION ALL, UNION, EXCEPT or INTERSECT operators. Because these query definitions form the base result set of the CTE structure, they are referred to as anchor members."

initial synchronization

"The first synchronization for a subscription, during which system tables and other objects that are required by replication, and the schema and data for each article, are copied to the Subscriber."

DPM role

"The grouping of users, objects, and permissions that is used by DPM administrators to manage DPM features that are used by end users."

x-axis

"The horizontal reference line on a grid, chart, or graph that has horizontal and vertical dimensions."

cache cluster

"The instantiation of the distributed cache service, made up of one or more instances of the cache host service working together to store and distribute data. Data is stored in memory to minimize response times for data requests. This clustering technology differs from Windows Clustering."

page fault

"The interrupt that occurs when software attempts to read from or write to a virtual memory location that is marked ""not present."""

recursive partitioning

"The iterative process, used by data mining algorithm providers, of dividing data into groups until no more useful groups can be found."

Transact-SQL

"The language containing the commands used to administer instances of SQL Server, create and manage all objects in an instance of SQL Server, and to insert, retrieve, modify and delete all data in SQL Server tables. Transact-SQL is an extension of the language defined in the SQL standards published by the International Standards Organization (ISO) and the American National Standards Institute (ANSI)."

database language

"The language used for accessing, querying, updating, and managing data in relational database systems."

polygon layer

"The layer in a map report that displays spatial data as areas, for example, areas that indicate geographical regions such as counties."

line layer

"The layer in a map report that displays spatial data as lines, for example, lines that indicate paths or routes."

point layer

"The layer in a map report that displays spatial data as points, for examples, points that indicate cities or points of interest."

platform layer

"The layer that includes the physical servers and services that support the services layer. The platform layer consists of many instances of SQL Server, each of which is managed by the SQL Azure fabric."

victim

"The longest running transaction that has not generated row versions when tempdb runs out of space and the Database Engine forces the version stores to shrink. A message 3967 is generated in the error log for each victim transaction. If a transaction is marked as a victim, it can no longer read the row versions in the version store."

dimension granularity

"The lowest level available to a particular dimension in relation to a particular measure group. The ""natural"" or physical grain is always that of the key that joins the main dimension table to the primary fact table."

PAL

"The primary mechanism for securing the Publisher. It contains a list of logins, accounts, and groups that are granted access to the publication."

nullable property

A property which controls if a field can have a NULL value.

conflict resolution method

"The method that is used to determine which change is written to the store in the event of a conflict. Typical conflict resolution methods are as follows: last writer wins, source wins, destination wins, custom, or deferred. For custom resolution, the resolving application reads the conflict from the conflict log and selects a resolution. For deferred resolution, the conflict is logged together with the conflicting change data and the made-with knowledge of the change."

median

"The middle value in a set of ordered numbers. The median value is determined by choosing the smallest value such that at least half of the values in the set are no greater than the chosen value. If the number of values within the set is odd, the median value corresponds to a single value. If the number of values within the set is even, the median value corresponds to the sum of the two middle values divided by two."

median value

"The middle value in a set of ordered numbers. The median value is determined by choosing the smallest value such that at least half of the values in the set are no greater than the chosen value. If the number of values within the set is odd, the median value corresponds to a single value. If the number of values within the set is even, the median value corresponds to the sum of the two middle values divided by two."

change unit

"The minimal unit of change tracking in a store. In change propagation, only the units that are changed must be sent; whereas, in conflict detection, independent changes to the same unit are considered a conflict."

consistency unit

"The minimal unit of data synchronization. Because all changes that have the same consistency unit are sent together, synchronization can never be interrupted with part of a consistency unit applied."

data flow

"The movement of data through a group of connected elements that extract, transform, and load data."

dimension level

"The name of a set of members in a dimension hierarchy such that all members of the set are at the same distance from the root of the hierarchy. For example, a time hierarchy may contain the levels Year, Month, and Day."

level

"The name of a set of members in a dimension hierarchy such that all members of the set are at the same distance from the root of the hierarchy. For example, a time hierarchy may contain the levels Year, Month, and Day."

database schema

"The names of tables, fields, data types, and primary and foreign keys of a database."

database structure

"The names of tables, fields, data types, and primary and foreign keys of a database."

public key

"The nonsecret half of a cryptographic key pair that is used with a public key algorithm. Public keys are typically used when encrypting a session key, verifying a digital signature, or encrypting data that can be decrypted with the corresponding private key."

sweep angle

"The number of degrees, between 0 and 360 that the scale will sweep in a circle. A sweep angle of 360 degrees produces a scale that is a complete circle."

pass order

"The order of evaluation (from highest to lowest calculation pass number) and calculation (from lowest to highest calculation pass number) for calculated members, custom members, custom rollup formulas, and calculated cells in a multidimensional cube."

solve order

"The order of evaluation (from highest to lowest solve order) and calculation (from lowest to highest solve order) for calculated members, custom members, custom rollup formulas, and calculated cells in a single calculation pass of a multidimensional cube."

partitioned table parallelism

"The parallel execution strategy for queries that select from partitioned objects. As part of the execution strategy, the query processor determines the table partitions that are required for the query and the proportion of threads to allocate to each partition. In most cases, the query processor allocates an equal or almost equal number of threads to each partition, and then executes the query in parallel across the partitions."

database catalog

"The part of a database that contains the definition of all the objects in the database, as well as the definition of the database."

business logic

"The part of an application program that performs the required data processing of the business. It refers to the routines that perform the data entry, update, query and report processing, and more specifically to the processing that takes place behind the scenes rather than the presentation logic required to display the data on the screen."

procedure cache

"The part of the SQL Server memory pool that is used to store execution plans for Transact-SQL batches, stored procedures, and triggers."

database administrator

"The person who manages a database. The administrator determines the content, internal structure, and access strategy for a database, defines security and integrity, and monitors performance."

StreamInsight platform

"The platform, consisting of the StreamInsight server, Event Flow Debugging tool, Visual Studio IDE, and other components, for the development of complex event processing applications."

recovery fork point

"The point (LSN,GUID) at which a new recovery branch is started, every time a RESTORE WITH RECOVERY is performed. Each recovery fork determines a parent-child relationship between the recovery branches. If you recover a database to an earlier point in time and begin using the database from that point, the recovery fork point starts a new recovery path."

expiration

"The point at which an object has exceeded the cache time-out value. When an object expires, it is evicted."

storage location

"The position at which a particular item can be found: either an addressed location or a uniquely identified location on a disk, tape, or similar medium."

case

An abstract view of data characterized by attributes and relations to other cases.

globalization

"The process of designing and developing a software product to function in multiple locales. Globalization involves identifying the locales that must be supported, designing features that support those locales, and writing code that functions equally well in any of the supported locales."

conflict detection

"The process of determining which operations were made by one replica without knowledge of the other, such as when two replicas make local updates to the same item."

authorization

"The process of granting a person, computer process, or device access to certain information, services or functionality. Authorization is derived from the identity of the person, computer process, or device requesting access, which is verified through authentication."

polling

"The process of periodically determining the status of each device in a set so that the active program can process the events generated by each device, such as whether a mouse button was pressed or whether new data is available at a serial port. This can be contrasted with event-driven processing, in which the operating system alerts a program or routine to the occurrence of an event by means of an interrupt or message rather than having to check each device in turn."

hard-coding

"The process of putting string or character literals in the main body of code, instead of in external resource files."

point-in-time recovery

"The process of recovering only the transactions within a log backup that were committed before a specific point in time, instead of recovering the whole backup."

certificate enrollment

"The process of requesting, receiving, and installing a certificate."

enrollment

"The process of requesting, receiving, and installing a certificate."

rule firing

"The process of running one of the application rules (event chronicle rules, subscription event rules, and subscription scheduled rules) defined in the application definition file."

authentication

"The process of verifying the identity of a user, computer, process, or other entity by validating the credentials provided by the entity. Common forms of credentials are digital signatures, smart cards, biometric data, and a combination of user names and passwords."

type checking

"The process performed by a compiler or interpreter to make sure that when a variable is used, it is treated as having the same data type as it was declared to have."

callback

"The process used to authenticate users calling in to a network. During callback, the network validates the caller's username and password, hangs up, and then returns the call, usually to a preauthorized number. This process prevents unauthorized access to an account even if an individual's logon ID and password have been stolen."

file rollover

"The process when a program closes a file, based on a certain event, and creates a new file."

isolation level

"The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes."

transaction isolation level

"The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes."

delivery channel type

"The protocol for a delivery channel, such as Simple Mail Transfer Protocol (SMTP) or File."

SSL

"The protocol that improves the security of data communication by using a combination of data encryption, digital certificates, and public key cryptography. SSL enables authentication and increases data integrity and privacy over networks. SSL does not provide authorization or nonrepudiation."

Secure Sockets Layer

"The protocol that improves the security of data communication by using a combination of data encryption, digital certificates, and public key cryptography. SSL enables authentication and increases data integrity and privacy over networks. SSL does not provide authorization or nonrepudiation."

adapter host

"The root abstract class Adapter, which defines the handshake between the adapter and the StreamInsight server in the ENQUEUE interaction point. It provides all the required adapter services such as memory management, and exception handling."

private key

"The secret half of a cryptographic key pair that is used with a public key algorithm. Private keys are typically used to decrypt a symmetric session key, digitally sign data, or decrypt data that has been encrypted with the corresponding public key."

recovery path

"The sequence of data and log backups that have brought a database to a particular point in time (known as a recovery point). A recovery path is a specific set of transformations that have evolved the database over time, yet have maintained the consistency of the database. A recovery path describes a range of LSNs from a start point (LSN,GUID) to an end point (LSN,GUID). The range of LSNs in a recovery path can traverse one or more recovery branches from start to end."

continuation media

"The series of removable backup media used after the initial medium becomes full, allowing continuation of the backup operation."

incremental update

"The set of operations that either adds new members to an existing cube or dimension, or adds new data to a partition."

pivot

"To rotate a table-valued expression by turning the unique values from one column in the expression into multiple columns in the output, and perform aggregations where they are required on any remaining column values that are wanted in the final output."

write back

"To update a cube cell value, member, or member property value."

control-of-flow language

"Transact-SQL keywords that control the flow of execution of SQL statements and statement blocks in triggers, stored procedures, and batches."

nickname

"When used with merge replication system tables, a name for another Subscriber that is known to already have a specified generation of updated data."

row-overflow data

"varchar, nvarchar, varbinary, or sql_variant data stored off the main data page of a table or index as a result of the combined widths of these columns exceeding the 8,060-byte row limit in a table."

instance store

A set of database tables that store workflow instance state and workflow instance metadata.

cache client

A .NET application that uses the Windows Server AppFabric client APIs to communicate with and store data to a Windows Server AppFabric distributed cache system.

wide character

A 2-byte multilingual character code.

uniqueifier

A 4-byte column that the SQL Server Database Engine automatically adds to a row to make each index key unique.

filter key

A 4-byte value that maps to a filter in a filter key map.

replica key

A 4-byte value that maps to a replica ID in a replica key map.

nonclustered index

A B-tree-based index in which the logical order of the index key values is different than the physical order of the corresponding rows in a table. The index contains row locators that point to the storage location of the table data.

clustered index

A B-tree-based index in which the logical order of the key values determines the physical order of the corresponding rows in a table.

repository object

A COM object that represents a data construct stored in a repository type library.

CLM Recover

A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the initiation of encryption key recovery from the certification authority database.

CLM Request Recover

A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the initiation of encryption key recovery from the certification authority database.

CLM Request Revoke

A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the revocation of a certificate before the expiration of the certificateÕs validity period. An example of when this is necessary is if a userÕs computer or smart card is compromised (stolen).

CLM Revoke

A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the revocation of a certificate before the expiration of the certificateÕs validity period. An example of when this is necessary is if a userÕs computer or smart card is compromised (stolen).

CLM Enroll

A Certificate Lifecycle Manager (CLM) extended permission in Active Directory that allows the user to specify the workflow and the data to be collected while issuing certificates using a template. This extended permission only applies to profile templates.

smart card profile

A Certificate Lifecycle Manager (CLM) profile created when a request is performed using a profile template that only includes smart card-based certificate templates.

software profile

A Certificate Lifecycle Manager (CLM) profile created when a request is performed using a profile template that only includes software-based certificate templates.

self-service registration model

A Certificate Lifecycle Manager (CLM) registration model in which a certificate subscriber performs or requests certificate management activities directly using a Web-based interface.

certificate manager

A Certificate Lifecycle Manager (CLM) user that has the appropriate CLM permissions to either administer other CLM users or to administer the CLM application itself.

primary DPM server

A DPM server that protects file or application data sources.

secondary DPM server

A DPM server that protects one or more primary DPM servers in addition to file and application data.

Microsoft SQL Server Notification Services

A Microsoft SQL Server add-in that provides a development framework and hosting server for building and deploying notification applications.

Notification Services

A Microsoft SQL Server add-in that provides a development framework and hosting server for building and deploying notification applications.

Microsoft SQL Server Power Pivot for Microsoft SharePoint

A Microsoft SQL Server technology that provides query processing and management control for Power Pivot workbooks published to SharePoint.

Power Pivot for SharePoint

A Microsoft SQL Server technology that provides query processing and management control for Power Pivot workbooks published to SharePoint.

Language for non-Unicode programs

A Regional and Language Options setting that specifies the default code pages and associated bitmap font files for a specific computer that affects all of that computer's users. The default code pages and fonts enable a non-Unicode application written for one operating system language version to run correctly on another operating system language version.

system locale

A Regional and Language Options setting that specifies the default code pages and associated bitmap font files for a specific computer that affects all of that computer's users. The default code pages and fonts enable a non-Unicode application written for one operating system language version to run correctly on another operating system language version.

nested query

A SELECT statement that contains one or more subqueries.

subquery

A SELECT statement that contains one or more subqueries.

pass-through statement

A SELECT statement that is passed directly to the source database without modification or delay.

Power Pivot data

A SQL Server Analysis Services cube that is created and embedded through Microsoft SQL Server Power Pivot for Microsoft Excel.

Microsoft SQL Server Power Pivot for Microsoft Excel

A SQL Server add-in for Excel.

Power Pivot

A SQL Server add-in for Excel.

SQL Server Power Pivot for Excel

A SQL Server add-in for Excel.

tape backup

A SQL Server backup operation that writes to any tape device supported by the operating system.

Net-Library

A SQL Server communications component that isolates the SQL Server client software and the Database Engine from the network APIs.

SQL Server Store for Office Applications

A SQL Server feature that enables storage of data from an Office application on a SQL server.

field marshaller

A SQL Server feature that handles marshaling for fields.

application role

A SQL Server role created to support the security needs of an application.

time

A SQL Server system data type that stores a time value from 0:00 through 23:59:59.999999.

contract

A Service Broker object that defines the message types that can be exchanged within a given conversation.

remote service binding

A Service Broker object that specifies the local security credentials for a remote service.

route

A Service Broker object that specifies the network address for a remote service.

republisher

A Subscriber that publishes data that it has received from a Publisher.

cache port

A TCP/IP port used by cache hosts to transmit data to and from the cache clients. The port number used for the cache port can be different on each cache host. These settings are maintained in the cluster configuration settings.

arbitration port

A TCP/IP port used by the cache hosts to determine whether a cache host in the cluster has become unavailable. The port number that is used for arbitration can be different on each cache host.

cluster port

A TCP/IP port used by the cache hosts to manage the cache cluster. The port number used for the cluster ports can be different on each cache host. These settings are maintained in the cluster configuration settings.

block

A Transact-SQL statement enclosed by BEGIN and END.

CIDER Shell

A UI container with tabbed interface for hosting the TSQLEditor component and the related output from TSQL query execution.

SQL writer

A VSS compliant writer provided by the SQL Server that handles the VSS interaction with SQL Server.

Power Pivot Web service

A Web service that performs request redirection for processing requests that are directed to a Power Pivot Engine service instance that is outside the farm.

Report Manager

A Web-based report management tool

fiber

A Windows NT lightweight thread scheduled within a single OS thread.

high availability

A Windows Server AppFabric feature that supports continuous availability of cached data by storing copies of that data on multiple cache hosts.

trusted connection

A Windows network connection that can be opened only by users who have been authenticated by the network.

DAC

A application that captures the SQL Server database and instance objects used by a client-server or 3-tier application.

DEK

A bit string that is used in conjunction with an encryption algorithm to encrypt and decrypt data.

encryption key

A bit string that is used in conjunction with an encryption algorithm to encrypt and decrypt data.

buffer pool

A block of memory reserved for index and table data pages.

reusable bookmark

A bookmark that can be consumed from a rowset for a given table and used on a different rowset of the same table to position on a corresponding row.

dirty page

A buffer page that contains modifications that have not been written to disk.

lead host

A cache host that has been designated to work with other lead hosts and to keep the cluster running at all times.

DPM Online cache

A cache volume required by DPM Online on which the DPM server stores information for faster backup and recovery from DPM Online.

fact table

A central table in a data warehouse schema that contains numerical measures and keys relating facts to dimension tables.

SBCS

A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters.

single-byte character set

A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters.

column delimiter

A character which separates columns from each other in the CSV file being imported/exported.

Point and Figure chart

A chart that plots day-to-day price movements without taking into consideration the passage of time.

InProc

A circumstance where the COM objectÕs code is loaded from a DLL file and is located in the same process as the client.

tenant

A client organization that is served from a single instance of an application by a web service. A company can install one instance of software on a set of servers and offer Software as a Service to multiple tenants.

domain context

A client-side representation of a domain service.

region

A collection of 128 leaf level pages in logical order in a single file. Used to identify areas of a file that are fragmented.

clock vector

A collection of clock vector elements that represents updates to a replica. Any change that occurs between 0 and the tick count is contained in the vector.

package

A collection of control flow and data flow elements that runs as a unit.

DB

A collection of data formatted/arranged to allow for easy search and retrieval.

DPM Online protection group

A collection of data sources that share the same DPM Online protection configuration.

Report Designer

A collection of design surfaces and graphical tools that are hosted within the Microsoft Visual Studio environment.

sequenced collection

A collection of destination objects of a sequenced relationship object.

Microsoft SQL Server Books Online

A collection of electronic documentation that includes the complete documentation that ships with Microsoft SQL Server.

trace

A collection of events and data returned by the Database Engine.

Web project

A collection of files that specifies elements of a Web application.

full-text catalog

A collection of full-text index components and other files that are organized in a specific directory structure and contain the data that is needed to perform queries.

publication

A collection of one or more articles from one database.

database project

A collection of one or more data connections (a database and the information needed to access that database).

password policy

A collection of policy settings that define the password requirements for a Group Policy object (GPO).

report history

A collection of previously run copies of a report.

Connection Director

A connectivity technology where applications based on different data access technologies (.NET or native Win32) can share the same connection information. Connection information can be centrally managed for such client applications.

SQL Server Connection Director

A connectivity technology where applications based on different data access technologies (.NET or native Win32) can share the same connection information. Connection information can be centrally managed for such client applications.

column-level constraint

A constraint definition that is specified within a column definition when a table is created or altered.

new line character

A control character that causes the cursor on a display or the printing mechanism on a printer to move to the beginning of the next line.

precedence constraint

A control flow element that connects tasks and containers into a sequenced workflow.

container

A control flow element that provides package structure.

SQL Server instance

A copy of SQL Server running on a computer.

instance

A copy of SQL Server running on a computer.

DAC instance

A copy of a DAC deployed on an instance of the Database Engine. There can be multiple DAC instances on the same instance of the Database Engine.

data-tier application instance

A copy of a DAC deployed on an instance of the Database Engine. There can be multiple DAC instances on the same instance of the Database Engine.

Repository Type Information Model

A core object model that represents repository type definitions for Metadata Services.

server cursor

A cursor implemented on the server.

dynamic cursor

A cursor that can reflect data modifications made to the underlying data while the cursor is open.

sensitive cursor

A cursor that can reflect data modifications made to underlying data by other users while the cursor is open.

forward-only cursor

A cursor that cannot be scrolled; rows can be read only in sequence from the first row to the last row.

insensitive cursor

A cursor that does not reflect data modification made to the underlying data by other users while the cursor is open.

static cursor

A cursor that shows the result set exactly as it was at the time the cursor was opened.

block cursor

A cursor with a rowset size greater than 1.

SQL Server Utility dashboard

A dashboard that provides an at-a-glance summary of resource health for managed SQL Server instances and data-tier applications. Can also be referred to as the SQL Server Utility detail view or the list view with details.

base backup

A data backup of a database or files upon which a differential backup is fully or partially based. The base backup is the most recent full or file backup of the database or files.

source adapter

A data flow component that extracts data from a data store.

destination adapter

A data flow component that loads data into a data store.

path

A data flow element that connects the output of one data flow component to the input of another data flow component.

native format

A data format that maintains the native data types of a database. Native format is recommended when you bulk transfer data between multiple instances of Microsoft SQL Server using a data file that does not contain any extended/double-byte character set (DBCS) characters.

mining structure

A data mining object that defines the data domain from which the mining models are built.

segmentation

A data mining technique that analyzes data to discover mutually exclusive collections of records that share similar attributes sets.

clustering

A data mining technique that analyzes data to group records together according to their location within the multidimensional attribute space.

presentation model

A data model that aggregates data from multiple entities in the data access layer. It is used to avoid directly exposing an entity to the client project.

relational store

A data repository structured in accordance with the relational model.

inactive data source

A data source that has been backed up on the DPM server but is no longer being actively protected.

protected member

A data source within a protection group.

record set

A data structure made up of a group of database records. It can originate from a base table or from a query to the table.

routing table

A data structure used by the routing client to track the connectivity information of all cache hosts in the cache cluster. It is maintained by lead hosts in the cluster. It allows a routing client to obtain cached data directly from the cache host on which the data resides.

blittable type

A data type that has a unique characteristic and an identical presentation in memory for both managed and unmanaged environments. It can be directly shared.

subscription database

A database at the Subscriber that receives data and database objects published by a Publisher.

SQL database

A database based on Structured Query Language (SQL).

data dictionary

A database containing data about all the databases in a database system. Data dictionaries store all the various schema and file specifications and their locations. They also contain information about which programs use which data and which users are interested in which reports.

user database

A database created by a SQL Server user and used to store application data.

query optimizer

A database engine component responsible for generating efficient execution plans for statements.

distributor

A database instance that acts as a store for replication-specific data associated with one or more Publishers.

partition scheme

A database object that maps the partitions of a partition function to a set of filegroups.

publication database

A database on the Publisher from which data and database objects are marked for replication and propagated to Subscribers.

index page

A database page containing index rows.

multidimensional structure

A database paradigm that treats data as cubes that contain dimensions and measures in cells.

full recovery model

A database recovery mode that fully logs all transactions and retains all the log records until after they are backed up. The database can be recovered to the point of failure if the tail of the log is backed up after the failure. All forms of recovery are supported.

RDBMS

A database system that organizes data into related rows and columns as specified by a relational model.

relational database management system

A database system that organizes data into related rows and columns as specified by a relational model.

model database

A database that is installed with Microsoft SQL Server and that provides the template for new user databases. SQL Server creates a database by copying in the contents of the model database and then expanding the new database to the size requested.

report server database

A database that provides internal storage for a report server.

dedicated administrator connection

A dedicated connection that allows an administrator to connect to a server when the Database Engine will not respond to regular connections.

global default

A default that is defined for a specific database and is shared by columns of different tables.

resource governor

A feature in SQL Server 2008 that enables the user to manage SQL Server workload and resources by specifying limits on resource consumption by incoming requests.

registration model

A defined method for submitting and approving enrollment requests. An enterprise generally chooses one registration model and modifies their management policies accordingly.

message type

A definition of a Service Broker message. The message type specifies the name of the message and the type of validation Service Broker performs on incoming messages of that type.

scale-out deployment

A deployment model in which an installation configuration has multiple report server instances sharing a single report server database.

normalization rule

A design rule that minimizes data redundancy and results in a database in which the Database Engine and application software can easily enforce integrity.

KRA

A designated user that works with a certificate administrator to recover a userÕs private key. A specific certificate template is applied to a Key Recovery Agent.

Key Recovery Agent

A designated user that works with a certificate administrator to recover a userÕs private key. A specific certificate template is applied to a Key Recovery Agent.

sink

A device or part of a device that receives something from another device.

smart card reader

A device that is installed in computers to enable the use of smart cards for enhanced security features.

profit chart

A diagram that displays the theoretical increase in profit that is associated with using various data models.

properties page

A dialog box that displays information about an object in the interface.

multibase differential

A differential backup that includes files that were last backed up in distinct base backups.

shared dimension

A dimension created within a database that can be used by any cube in the database.

balanced hierarchy

A dimension hierarchy in which all leaf nodes are the same distance from the root node.

cluster disk resource

A disk on a cluster storage device.

invoke operation

A domain operation that is executed without tracking or deferred execution.

Support Count

A dynamic option that displays the number of rows in which the determinant column value determines the dependent column.

Support Percentage

A dynamic option that displays the percentage of rows in which the determinant column determines the dependent column.

automatic failover

A failover that occurs automatically on the loss of the primary replica.

data region

A report item that provides data manipulation and display functionality for iterative data from an underlying dataset.

SQL Server Analysis Services

A feature of Microsoft SQL Server that supports online analytical processing (OLAP) and data mining for business intelligence applications. Analysis Services organizes data from a data warehouse into cubes with precalculated aggregation data to provide rapid answers to complex analytical queries.

SSAS

A feature of Microsoft SQL Server that supports online analytical processing (OLAP) and data mining for business intelligence applications. Analysis Services organizes data from a data warehouse into cubes with precalculated aggregation data to provide rapid answers to complex analytical queries.

SQL Server Utility viewpoints

A feature of SQL Server Utility that provides administrators a holistic view of resource health through an instance of SQL Server that serves as a utility control point (UCP).

auto-consistency check

A feature that automatically runs a consistency check on protected data sources when it detects an inconsistent replica.

local cache

A feature that enables deserialized copies of cached objects to be saved in the memory of the same process that runs the cache-enabled application.

RDL Sandboxing

A feature that makes it possible to detect and restrict specific types of resource use by individual tenants in a scenario where multiple tenants share a single Web farm of report servers.

Slicers

A feature that provides one-click filtering controls that make it easy to narrow down the portion of a data set that's being looked at.

calculated field

A field defined in a query that displays the result of an expression rather than displaying stored data. The value is recalculated each time a value in the expression changes.

identifying field

A field or group of fields that identify an entity as a unique object.

flat file

A file consisting of records of a single record type in which there is no embedded structure information that governs relationships between records.

format file

A file containing meta information (such as data type and column size) that is used to interpret data when being read from or written to a data file.

rollover file

A file created when the file rollover option causes SQL Server to close the current file and create a new file when the maximum file size is reached.

Microsoft SQL Server Compact 3.5 for Devices

A file that installs the SQL Server Compact 3.5 devices runtime components.

error log

A file that lists errors that were encountered during an operation.

static row filter

A filter available for all types of replication that allows you to restrict the data replicated to a Subscriber based on a WHERE clause.

join filter

A filter used in merge replication that extends the row filter of one table to a related table.

output stream

A flow of information that leaves a computer system and is associated with a particular task or destination.

input stream

A flow of information used in a program as a sequence of bytes that are associated with a particular task or destination. Input streams include series of characters read from the keyboard to memory and blocks of data read from disk files.

syndication format

A format used for publishing data on blogs and web sites.

median price formula

A formula that calculates the average of the high and low prices.

CLR function

A function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR).

extended stored procedure

A function in a dynamic link library (DLL) that is coded using the SQL Server Extended Stored Procedure API. The function can then be invoked from Transact-SQL using the same statements that are used to execute Transact-SQL stored procedures.

browse mode

A function that lets you scan database rows and update their values one row at a time.

aggregate function

A function that performs a calculation on multiple values and returns a single value.

map gallery

A gallery that contains maps from reports that are located in the map gallery folder for the report authoring environment.

service principal

A globally-unique name associated with a service entity at an endpoint node within a Kerberos peer-to-peer communication.

data viewer

A graphical tool that displays data as it moves between two data flow components at run time.

SQL Server Profiler

A graphical user interface for monitoring an instance of the SQL Server database engine or an instance of Analysis Services.

SQL Server Execute Package Utility

A graphical user interface that is used to run a Integration Services package.

explicit transaction

A group of SQL statements enclosed within transaction delimiters that define both the start and end of the transaction.

string

A group of characters or character bytes handled as a single entity. Computer programs use strings to store and transmit data and commands. Most programming languages consider strings (such as 2674:gstmn) as distinct from numeric values (such as 470924).

collection set

A group of collection items with which a user can interact through the user interface.

control flow

A group of connected control flow elements that perform tasks.

built-in functions

A group of predefined functions provided as part of the Transact-SQL and Multidimensional Expressions languages.

NUMA node

A group of processors with its own memory and possibly its own I/O channels.

conversation group

A group of related Service Broker conversations. Messages in the same conversation group can only be processed by one service program at a time.

Web site

A group of related web pages that is hosted by an HTTP server on the World Wide Web or an intranet. The pages in a website typically cover one or more topics and are interconnected through hyperlinks.

website

A group of related web pages that is hosted by an HTTP server on the World Wide Web or an intranet. The pages in a website typically cover one or more topics and are interconnected through hyperlinks.

failover cluster

A group of servers that are in one location and that are networked together for the purpose of providing live backup in case one of the servers fails.

deployed environment

A group of virtual machines located on a team project host group and controlled by Microsoft Test Manager. A deployed environment can be running or stopped.

set

A grouping of dimension members or items from a data source that are named and treated as a single unit and can be referenced or reused multiple times.

Web pool

A grouping of one or more URLs served by a worker process.

property page

A grouping of properties presented as a tabbed page of a property sheet.

key generator

A hardware or software component that is used to generate encryption key material.

natural hierarchy

A hiearchy in which at every level there is a one-to-many relationship between members in that level and members in the next lower level.

SQL Server Utility Explorer

A hierarchical tree displaying the objects in the SQL Server Utility.

ragged hierarchy

A hierarchy in which one or more levels do not contain members in one or more branches of the hierarchy.

unbalanced hierarchy

A hierarchy in which one or more levels do not contain members in one or more branches of the hierarchy.

recursive hierarchy

A hierarchy of data in which all parent-child relationships are represented in the data.

query hint

A hint that specifies that the indicated hints should be used throughout the query. Query hints affect all operators in the statement.

tumbling window

A hopping window whose hop size is equal to the window size.

horizontal split

A horizontal orientation of the CIDER shell.

theta join

A join based on a comparison of scalar values.

star join

A join between a fact table (typically a large fact table) and at least two dimension tables.

data provider

A known data source specific to a target type that provides data to a collector type.

media header

A label that provides information about the backup media.

MDX

A language for querying and manipulating data in multidimensional objects (OLAP cubes).

multidimensional expression

A language for querying and manipulating data in multidimensional objects (OLAP cubes).

free-form language

A language whose syntax is not constrained by the position of characters on a line. C and Pascal are free-form languages; FORTRAN is not.

DBMS

A layer of software between the physical database and the user. The DBMS manages all access to the database.

database management system

A layer of software between the physical database and the user. The DBMS manages all access to the database.

database manager

A layer of software between the physical database and the user. The DBMS manages all access to the database.

enterprise license

A license that authorizes protection of both file and application resources on a single computer.

Microsoft SQL Server 2008 Express

A lightweight and embeddable version of Microsoft SQL Server 2008.

anchor cap

A line cap where the width of the cap is bigger than the width of the line.

scale break line

A line drawn across a chart area to indicate a significant gap between a high and low range of values on the chart.

drop-down list

A list that can be opened to reveal all choices for a given field.

shared lock

A lock created by nonupdate (read) operations.

row lock

A lock on a single row in a table.

table lock

A lock on a table including all data and indexes.

coarse-grained lock

A lock that applies to a large amount of code or data.

fine-grained lock

A lock that applies to a small amount of code or data.

intent lock

A lock that is placed on one level of a resource hierarchy to protect shared or exclusive locks on lower-level resources.

intent share

A lock that is placed on one level of a resource hierarchy to protect shared or exclusive locks on lower-level resources.

exclusive lock

A lock that prevents any other transaction from acquiring a lock on a resource until the original lock on the resource is released at the end of the transaction.

tail-log backup

A log backup taken from a possibly damaged database to capture the log that has not yet been backed up. A tail-log backup is taken after a failure in order to prevent work loss.

connection manager

A logical representation of a run-time connection to a data source.

dimension hierarchy

A logical tree structure that organizes the members of a dimension such that each member has one parent member and zero or more child members.

collector type

A logical wrapper around the SQL Server Integration Services packages that provide the actual mechanism for collecting data and uploading it to the management data warehouse.

RMO

A managed code assembly that encapsulates replication functionalities for SQL Server.

Replication Management Objects

A managed code assembly that encapsulates replication functionalities for SQL Server.

property mapping

A mapping between a variable and a property of a package element.

merge tombstone

A marker created when a constraint conflict is resolved by merging the two items in conflict.

tombstone

A marker that is used to represent and track a deleted item and prevent its accidental reintroduction into the synchronization community.

MDS

A master data management application to consistently define and manage the critical data entities of an organization.

Master Data Services

A master data management application to consistently define and manage the critical data entities of an organization.

SQL Server Master Data Services

A master data management application to consistently define and manage the critical data entities of an organization.

ETW-based log sink

A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows.

Event Tracing for Windows (ETW)-based log sink

A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows.

event classification

A means of differentiating types of events that occur on the cache client and cache host. The Windows Server AppFabric log sinks follow the classification established with the System.Diagnostics.TraceLevel enumeration.

unknown member

A member of a dimension for which no key is found during processing of a cube that contains the dimension.

calculated member

A member of a dimension whose value is calculated at run time by using an expression. Calculated member values can be derived from the values of other members.

SMTP

A member of the TCP/IP suite of protocols that governs the exchange of electronic mail between message transfer agents.

Simple Mail Transfer Protocol

A member of the TCP/IP suite of protocols that governs the exchange of electronic mail between message transfer agents.

leaf member

A member that has no descendents.

input member

A member whose value is loaded directly from the data source instead of being calculated from other data.

nonleaf member

A member with one or more descendants.

low watermark

A memory consumption threshold on each cache host that specifies when expired objects are evicted out of memory.

memory clerk

A memory management component that allocates memory.

logical record

A merge replication feature that allows you to define a relationship between related rows in different tables so that the rows are processed as a unit.

business logic handler

A merge replication feature that allows you to run custom code during the synchronization process.

notification

A message or announcement sent to the user or administrator of a system. The recipient may be a human or an automated notification manager.

showplan

A report showing the execution plan for an SQL statement.

incoming message

A message that has been sent across one or more messaging systems. It may have been sent only to you or to many other recipients. Incoming messages are placed in a receive folder designated to hold messages of a particular class. You can set up a different receive folder for each message class that you handle or use one folder for all of the classes.

MAPI

A messaging architecture that enables multiple applications to interact with multiple messaging systems across a variety of hardware platforms. MAPI is built on the Component Object Model (COM) foundation.

Messaging Application Programming Interface

A messaging architecture that enables multiple applications to interact with multiple messaging systems across a variety of hardware platforms. MAPI is built on the Component Object Model (COM) foundation.

report model

A metadata description of business data used for creating ad hoc reports.

multicast delivery

A method for delivering notifications that formats a notification once and sends the resulting message to multiple subscribers.

cross-validation

A method for evaluating the accuracy of a data mining model.

pessimistic concurrency

A method of managing concurrency by using a lock technique to prevent other clients from updating the same object at the same time.

digest delivery

A method of sending notifications that combines multiple notifications within a batch and sends the resulting message to a subscriber.

workstation

A microcomputer or terminal connected to a network.

member delegation

A modeling concept that describes how interface members are mapped from one interface to another.

replica tick count

A monotonically increasing number that is used to uniquely identify a change to an item in a replica.

tick count

A monotonically increasing number that is used to uniquely identify a change to an item in a replica.

flattened rowset

A multidimensional data set presented as a two-dimensional rowset in which unique combinations of elements of multiple dimensions are combined on an axis.

server name

A name that uniquely identifies a server computer on a network.

logical name

A name used by SQL Server to identify a file.

filegroup

A named collection of one or more data files that forms a single unit of data allocation or for administration of a database.

raw file

A native format for fast reading and writing of data.

UCP

A network node that provides the central reasoning point for the SQL Server Utility. It uses Utility Explorer in SQL Server Management Studio (SSMS) to organize and monitor SQL Server resource health.

utility control point

A network node that provides the central reasoning point for the SQL Server Utility. It uses Utility Explorer in SQL Server Management Studio (SSMS) to organize and monitor SQL Server resource health.

leaf

A node with no child objects represented in the tree.

leaf node

A node with no child objects represented in the tree.

temporary smart card

A non-permanent smart card issued to a user for replacement of a lost smart card or to a user that requires access for a limited time.

included column index

A nonclustered index containing both key and nonkey columns.

null key

A null value that is encountered in a key column.

serial number

A number assigned to a specific inventory item to identify it and differentiate it from similar items with the same item number.

error state number

A number associated with SQL Server messages that helps Microsoft support engineers find the specific code location that issued the message.

message number

A number that identifies a SQL Server error message.

password provider

A one-time-password generation and validation component for user authentication.

secret provider

A one-time-password generation and validation component for user authentication.

character encoding

A one-to-one mapping between a set of characters and a set of numbers.

stolen page

A page in Buffer Cache taken for other server requests

My Subscriptions

A page that lists all subscriptions that a user owns.

Index Allocation Map

A page that maps the extents in a 4-GB part of a database file that is used by an allocation unit.

database mirroring partners

A pair of server instances that act as role-switching partners for a mirrored database.

nonnullable parameter

A parameter which cannot take a NULL value.

DELETE clause

A part of a DML Statement that contains the DELETE keyword and associated parameters.

cursor library

A part of the ODBC and DB-Library application programming interfaces (APIs) that implements client cursors

replica

A particular repository of information to be synchronized.

lazy loading

A pattern of data loading where related objects are not loaded until a navigation property is accessed.

eager loading

A pattern of loading where a specific set of related objects are loaded along with the objects that were explicitly requested in the query.

explicit loading

A pattern of loading where related objects are not loaded until explicitly requested by using the Load method on a navigation property.

holdout

A percentage of training data that is reserved for use in measuring the accuracy of the structure of the data mining model.

holdout data

A percentage of training data that is reserved for use in measuring the accuracy of the structure of the data mining model.

tracer token

A performance monitoring tool available for transactional replication. A token (a small amount of data) is sent through the replication system to measure the amount of time it takes for transactions to reach the Distributor and Subscribers.

precomputed partition

A performance optimization that can be used with filtered merge publications.

gather-write operation

A performance optimization where the Database Engine collects multiple modified data pages into a single write operation.

extended permission

A permission that is specific to an object added to the standard Active Directory object schema. The permission associated with the new object extends the existing default permission set.

My Reports

A personalized workspace.

delivery channel

A pipeline between a distributor and a delivery service.

data processing extension

A plug-in that processes data for a specific kind of data source (similar to a database driver).

pager

A pocket-sized wireless electronic device that uses radio signals to record incoming phone numbers or short text messages. Some pagers allow users to send messages as well.

Declarative Management Framework

A policy based system of SQL Server management.

DPM engine

A policy-driven engine that DPM uses to protect and recover data.

stored procedure

A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application.

facet property

A predefined property that applies to a specific facet in Policy-Based Management.

fixed server role

A predefined role that exists at the server level. The scope of the role is limited to the SQL Server instance in which it is defined.

fixed database role

A predefined role that exists in each database. The scope of the role is limited to the database in which it is defined.

referenced key

A primary key or unique key referenced by a foreign key.

overfitting

A problem in data mining when random variations in data are misclassified as important patterns. Overfitting often occurs when the data set is too small to represent the real world.

concurrency

A process that allows multiple users to access and change shared data at the same time. The Entity Framework implements an optimistic concurrency model.

update statistics

A process that recalculates information about the distribution of key values in specified indexes.

stored procedure resolver

A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.

RIA Services link

A project-to-project link reference that facilitates generating presentation tier code from middle tier code.

integrity constraint

A property defined on a table that prevents data modifications that would create invalid data.

parameterized report

A published report that accepts input values through parameters.

Insert Values query

A query (SQL statement) that creates a new row and inserts values into specified columns.

aggregate query

A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg.

parameterized query

A query that accepts input values through parameters.

Insert Into query

A query that copies specific columns and rows from one table to another or to the same table.

star query

A query that joins a fact table and a number of dimension tables.

recovery branch

A range of LSNs that share the same recovery branch GUID. A new recovery branch originates when a database is created or when RESTORE WITH RECOVERY generates a recovery fork. A multiple-branch recovery path is possible that includes ranges of LSNs that cover two or more recovery fork points.

relative date

A range of dates that is specified by using comparison operators and return data for a range of dates.

dirty read

A read that contains uncommitted data.

secondary database

A read-only copy of a primary database.

primary database

A read-write database containing the active data of an application.

delegated registration model

A registration model in which a person other than the certificate subscriber initiates the certificate transaction. The certificate subscriber then completes the transaction by providing a supplied one-time password.

star schema

A relational database structure in which data is maintained in a single fact table at the center of the schema with additional dimension data stored in dimension tables. Each dimension table is directly related to and usually joined to the fact table by a key column.

management data warehouse

A relational database that is used to store data that is collected.

reference dimension

A relationship between a dimension and a measure group in which the dimension is coupled to the measure group through another dimension.

degenerate dimension

A relationship between a dimension and a measure group in which the dimension main table is the same as the measure group table.

fact dimension

A relationship between a dimension and a measure group in which the dimension main table is the same as the measure group table.

model dependency

A relationship between two or more models in which one model is dependent on the information of another model.

many-to-one relationship

A relationship between two tables in which one row in one table can relate to many rows in another table.

reflexive relationship

A relationship from a column or combination of columns in a table to other columns in that same table.

sequenced relationship

A relationship in a repository that specifies explicit positions for each destination object within the collection of destination objects.

soft page

A rendered page that can be slightly larger than the size specified using the InteractiveHeight and InteractiveWidth properties of a report (HTML and WinForm control).

filter-tracking replica

A replica that can identify which items are in a filter and which have moved in or out of the filter recently.

snapshot replication

A replication in which data is distributed exactly as it appears at a specific moment in time and does not monitor for updates to the data.

subreport

A report contained within another report.

Column Pattern Profile

A report containing a set of regular expressions that cover the specified percentage of values in a string column.

table data region

A report item on a report layout that displays data in a columnar format.

chart data region

A report item on a report layout that displays data in a graphical format.

matrix data region

A report item on a report layout that displays data in a variable columnar format.

rectangle

A report item that can be used as a container for multiple report items or as a graphical element on a report.

report part

A report item that has been published separately to a report server and that can be reused in other reports.

login security mode

A security mode that determines the manner in which an instance of SQL Server validates a login request.

Windows NT Integrated Security

A security mode that leverages the Windows NT authentication process.

item-level role assignment

A security policy that applies to an item in the report server folder namespace.

item-level role definition

A security template that defines a role used to control access to or interaction with an item in the report server folder namespace.

subset

A selection of tables and the relationship lines between them that is part of a larger database diagram.

filestream

A sequence of bytes used to hold file data.

connection string

A series of arguments that define the location of a resource and how to connect to it.

join path

A series of joins indicating how two tables are related.

remote Distributor

A server configured as a Distributor that is separate from the server configured as the Publisher.

subscribing server

A server running an instance of Analysis Services that stores a linked cube.

publishing server

A server running an instance of Analysis Services that stores the source cube for one or more linked cubes.

clustered server

A server that belongs to a server cluster.

master server

A server that distributes jobs and receives events from multiple servers.

local Distributor

A server that is configured as both a Publisher and a Distributor for SQL Server Replication.

Publisher

A server that makes data available for replication to other servers. A Publisher also detects changed data and maintains information about all publications at the site.

publisher database

A server that makes data available for replication to other servers. A Publisher also detects changed data and maintains information about all publications at the site.

target server

A server that receives jobs from a master server.

endpoint mapper

A service on a remote procedure call (RPC) server that maintains a database of dynamic endpoints and allows clients to map an interface/object UUID pair to a local dynamic endpoint.

domain service

A service that encapsulates the business logic of an application. It exposes a set of related domain operations in a service layer.

RDA

A service that provides a simple way for a smart device application to access (pull) and send (push) data to and from a remote SQL Server database table and a local SQL Server Mobile Edition database table. RDA can also be used to issue SQL commands on a server running SQL Server.

remote data access

A service that provides a simple way for a smart device application to access (pull) and send (push) data to and from a remote SQL Server database table and a local SQL Server Mobile Edition database table. RDA can also be used to issue SQL commands on a server running SQL Server.

SQL Server Trace

A set Transact-SQL system stored procedures to create traces on an instance of the SQL Server Database Engine.

SQL Trace

A set Transact-SQL system stored procedures to create traces on an instance of the SQL Server Database Engine.

prefix characters

A set of 1 to 4 bytes that prefix each data field in a native-format bulk-copy data file.

ODS library

A set of C functions that makes an application a server. ODS library calls respond to requests from a client in a client/server network. Also manages the communication and data between the client and the server. ODS library follows the tabular data stream (TDS) protocol.

Open Data Services library

A set of C functions that makes an application a server. ODS library calls respond to requests from a client in a client/server network. Also manages the communication and data between the client and the server. ODS library follows the tabular data stream (TDS) protocol.

system stored procedures

A set of SQL Server-supplied stored procedures that can be used for actions such as retrieving information from the system catalog or performing administration tasks.

batch job

A set of computer processes that can be run without user interaction.

grouping

A set of data that is grouped together in a report.

OLAP cube

A set of data that is organized and summarized into a multidimensional structure that is defined by a set of dimensions and measures.

cube

A set of data that is organized and summarized into a multidimensional structure that is defined by a set of dimensions and measures.

latch

A short-term synchronization object protecting actions that need not be locked for the life of a transaction. A latch is primarily used to protect a row that the storage engine is actively transferring from a base table or index to the relational engine.

attribute

A single characteristic or additional piece of information (financial or non-financial) that exists in a database.

role-playing dimension

A single database dimension joined to the fact table on a different foreign keys to produce multiple cube dimensions.

dimension member

A single position or item in a dimension. Dimension members can be user-defined or predefined and can have properties associated with them.

member

A single position or item in a dimension. Dimension members can be user-defined or predefined and can have properties associated with them.

distributed query

A single query that accesses data from multiple data sources.

data element

A single unit of data.

polling query

A singleton query that returns a value Analysis Services can use to determine if changes have been made to a table or other relational object.

provider

A software component that allows a replica to synchronize its data with other replicas.

sync provider

A software component that allows a replica to synchronize its data with other replicas.

synchronization provider

A software component that allows a replica to synchronize its data with other replicas.

feed consumer

A software component that extracts items from a FeedSync feed and applies them to a destination replica by using a synchronization provider.

memory broker

A software component that manages the distribution of memory resources in SQL Server.

Web application

A software program that uses Hypertext Transfer Protocol (HTTP) for its core communication protocol and that delivers Web-based information to the user in the Hypertext Markup Language (HTML) language.

event handler

A software routine that executes in response to an event.

DDL trigger

A special kind of trigger that executes in response to Data Definition Language (DDL) statements.

event notification

A special kind of trigger that sends information about database events to a service broker.

conflict resolver

A special mechanism which handles resolving of conflict situations.

CTI event

A special punctuation event that indicates the completeness of the existing events.

current time increment event

A special punctuation event that indicates the completeness of the existing events.

resource

A special variable that holds a reference to a database connection or statement.

Power Pivot service application

A specific configuration of the Power Pivot service.

XML for Analysis

A specification that describes an open standard that supports data access to data sources that reside on the World Wide Web.

XMLA

A specification that describes an open standard that supports data access to data sources that reside on the World Wide Web.

chunk

A specified amount of data.

calculation pass

A stage of calculation in a multidimensional cube in which applicable calculations are evaluated.

SQL Native Client

A stand-alone data access API that is used for both OLE DB and ODBC.

StreamInsight Event Flow Debugger

A stand-alone tool in the Microsoft StreamInsight platform that provides event-flow debugging and analysis.

Data Profile Viewer

A stand-alone utility that displays the profile output in both summary and detail format with optional drilldown capability.

market basket analysis

A standard data mining algorithm that analyzes a list of transactions to make predictions about which items are most frequently purchased together.

shopping basket analysis

A standard data mining algorithm that analyzes a list of transactions to make predictions about which items are most frequently purchased together.

protocol

A standard set of formats and procedures that enable computers to exchange information.

hot standby

A standby server that can support rapid failover without a loss of data from committed transactions.

hot standby server

A standby server that can support rapid failover without a loss of data from committed transactions.

entity integrity

A state in which every row of every table can be uniquely identified.

single-user mode

A state in which only one user can access a resource.

report snapshot

A static report that contains data captured at a specific point in time.

snapshot

A static report that contains data captured at a specific point in time.

sampling

A statistical process that yields some inferential knowledge about a population or data set of interest as a whole by observing or analyzing a portion of the population or data set.

hybrid OLAP

A storage mode that uses a combination of multidimensional data structures and relational database tables to store multidimensional data.

multidimensional OLAP

A storage mode that uses a proprietary multidimensional structure to store a partition's facts and aggregations or a dimension.

relational OLAP

A storage mode that uses tables in a relational database to store multidimensional structures.

datareader

A stream of data that is returned by an ADO.NET query.

key

A string that identifies an object in the cache. This string must be unique within a region. Objects are associated with a key when they are added and then retrieved with the same key.

aggregation prefix

A string that is combined with a system-defined ID to create a unique name for a partition's aggregation table.

hierarchy tree

A structure in which elements are related to each other hierarchically.

question template

A structure that describes a set of questions that can be asked using a particular relationship or set of relationships.

correlated subquery

A subquery that references a column in the outer statement. The inner query is run for each candidate row in the outer statement.

push subscription

A subscription created and administered at the Publisher.

pull subscription

A subscription created and administered at the Subscriber. The Distribution Agent or Merge Agent for the subscription runs at the Subscriber.

client subscription

A subscription to a merge publication that uses the priority value of the Publisher for conflict detection and resolution.

local subscription

A subscription to a merge publication that uses the priority value of the Publisher for conflict detection and resolution.

global subscription

A subscription to a merge publication with an assigned priority value used for conflict detection and resolution.

server subscription

A subscription to a merge publication with an assigned priority value used for conflict detection and resolution.

immediate updating subscription

A subscription to a transactional publication for which the user is able to make data modifications at the Subscriber. The data modifications are then immediately propagated to the Publisher using the two-phase commit protocol (2PC).

WMI Query Language

A subset of ANSI SQL with semantic changes adapted to Windows Management Instrumentation (WMI).

WQL

A subset of ANSI SQL with semantic changes adapted to Windows Management Instrumentation (WMI).

thousand separator

A symbol that separates thousands from hundreds within a number that has four or more places to the left of the decimal separator.

endpoint

A synchronization provider and its associated replica.

node

A synchronization provider and its associated replica.

participant

A synchronization provider and its associated replica.

source

A synchronization provider that enumerates any changes and sends them to the destination provider.

source provider

A synchronization provider that enumerates any changes and sends them to the destination provider.

System Configuration Checker

A system preparation tool that helps to avoid setup failures by validating the target machine before a software application is installed.

clean shutdown

A system shutdown that occurs without errors.

paging system

A system that allows users to send and receive messages when they are out of range.

proactive caching

A system that manages data obsolescence in a cube by which objects in MOLAP storage are automatically updated and processed in cache while queries are redirected to ROLAP storage.

staging table

A table in SQL Server Master Data Services that is populated with business data during the staging process.

dimension table

A table in a data warehouse whose entries describe data in a fact table.

event table

A table in the application database that stores event data.

aggregation

A table or structure containing pre-calculated data for an online analytical processing (OLAP) cube. Aggregations support the rapid and efficient querying of a multidimensional database.

OLAP

A technology that uses multidimensional structures to provide rapid access to data for analysis. The source data for OLAP is commonly stored in data warehouses in a relational database.

online analytical processing

A technology that uses multidimensional structures to provide rapid access to data for analysis. The source data for OLAP is commonly stored in data warehouses in a relational database.

Report Project

A template in the report authoring environment.

updategram

A template that makes it possible to modify a database in Microsoft SQL Server from an existing XML document.

Silverlight business application

A template that provides many common features for building a business application with a Silverlight client. It utilizes WCF RIA Services for authentication and registration services.

watermark

A threshold used to manage the memory consumption on each cache host. The high watermark and low watermark specify when objects are evicted out of memory.

minor tick mark

A tick mark that corresponds to a minor scaling unit on an axis.

vacuumer

A tool for data removal.

query designer

A tool that helps a user create the query command that specifies the data the user wants in a report dataset.

Sync Manager

A tool used to ensure that a file or directory on a client computer contains the same data as a matching file or directory on a server.

Synchronization Manager

A tool used to ensure that a file or directory on a client computer contains the same data as a matching file or directory on a server.

synchronization manager

A tool used to ensure that a file or directory on a client computer contains the same data as a matching file or directory on a server.

Database Mirroring Monitor

A tool used to monitor any subset of the mirrored databases on a server instance.

write-ahead log

A transaction logging method in which the log is always written prior to the data.

blocking transaction

A transaction that causes another transaction to fail.

failed transaction

A transaction that encountered an error and was not able to complete.

deferred transaction

A transaction that is not committed when the roll forward phase of recovery completes and that cannot be rolled back during database startup because data needed by roll back is offline. This data can reside in either a page or a file.

distributed transaction

A transaction that spans multiple data sources.

derived column

A transformation that creates new column values by applying expressions to transformation input columns.

B-tree

A tree structure for storing database indexes.

Context pane

A tree view included in the Table Designer that lists objects related to a table.

decision tree

A treelike model of data produced by certain data mining methods. Decision trees can be used for prediction.

CLR trigger

A trigger created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR).

Enrollment Agent

A user account used to request smart card certificates on behalf of another user account. A specific certificate template is applied to an Enrollment Agent.

routing client

A type of cache client that includes a routing table that is maintained by lead hosts in the cluster and enables the client to obtain cached data directly from the cache host on which the data resides.

failure notification

A type of cache notification triggered when the cache client misses one or more cache notifications.

calculated column

A type of column that displays the results of mathematical or logical operations or expressions instead of stored data.

persistence database

A type of persistence store that stores workflow instance state and workflow instance metadata in a SQL Server database.

cyclic protection

A type of protection between two DPM servers where each server protects the data on the other.

primary protection

A type of protection in which data on the protected server is directly protected by a primary DPM Server.

secondary protection

A type of protection in which data on the protected server is protected by a primary DPM server and the replica on the primary DPM server is protected by a secondary DPM server.

SQL Server instance auto-protection

A type of protection that enables DPM to automatically identify and protect databases that are added to instances of SQL Server that are configured for auto-protection.

anonymous subscription

A type of pull subscription for which detailed information about the subscription and the Subscriber is not stored.

transactional replication

A type of replication that typically starts with a snapshot of the publication database objects and data.

system stored procedure

A type of stored procedure that supports all of the administrative tasks required to run a SQL Server system.

snap-in

A type of tool that you can add to a console supported by Microsoft Management Console (MMC). A stand-alone snap-in can be added by itself; an extension snap-in can be added only to extend the function of another snap-in.

Everyone

A type of user account.

PIN

A unique and secret identification code similar to a password that is assigned to an authorized user and used to gain access to personal information or assets via an electronic device.

LSN

A unique number assigned to each entry in a transaction log. LSNs are assigned sequentially according to the order in which entries are created.

log sequence number

A unique number assigned to each entry in a transaction log. LSNs are assigned sequentially according to the order in which entries are created.

tablespace

A unit of database storage that is roughly equivalent to a file group in SQL Server. Tablespaces allow storage and management of database objects within individual groups.

packet

A unit of information transmitted from one computer or device to another on a network.

DPM Online account

A user account that DPM uses to start the DPM Online service.

aggregation wrapper

A wrapper that encapsulates a COM object within another COM object.

certificate subscriber

A user that needs certificates with our without smart cards. Certificate subscribers can access a small number of functions that can only be performed for the userÕs own certificates.

fail-safe operator

A user who receives the alert if the designated operator cannot be reached.

CLR user-defined type

A user-defined data type created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR).

table-valued function

A user-defined function that returns a table.

UDT

A user-written extension to the scalar type system in SQL Server.

user-defined type

A user-written extension to the scalar type system in SQL Server.

tool

A utility or feature that aids in accomplishing a task or set of tasks.

dimension expression

A valid Multidimensional Expressions (MDX) expression that returns a dimension.

member expression

A valid Multidimensional Expressions (MDX) expression that returns a member.

device type

A value from a developer-defined list that specifies the types of devices that a given application will support.

computed field

A value in a formatted notification that has been computed by using a Transact-SQL expression.

default

A value that is automatically used by a program when the user does not specify an alternative. Defaults are built into a program when a value or option must be assumed for the program to function.

fold count

A value that represents the number of partitions that will be created within the original data set.

replica ID

A value that uniquely identifies a replica.

system variable

A variable provided by DTS.

custom variable

A variable provided by package developers.

object variable

A variable that contains a reference to an object.

vertical split

A vertical orientation of the CIDER shell.

particle

A very small piece or part; an indivisible object.

materialized view

A view in which the query result is cached as a concrete table that may be updated from the original base tables from time to time.

indexed view

A view with a unique clustered index applied on it to improve the performance of some types of queries.

SQL Server Data Mining Content Viewer

A viewer that displays the content that is contained in the content schema rowset of the mining model.

constraint violation

A violation that occurs when the restriction criteria are not satisfied.

computed column

A virtual column in a table whose value is computed at run time.

composed environment

A virtual environment that was created from virtual machines. Those virtual machines were created outside of Microsoft Test Manager and are already deployed on a host group.

Table Designer

A visual design surface that is used to create and edit TSQL tables and table related objects.

custom volume

A volume that is not in the DPM storage pool and is specified to store the replica and recovery points for a protection group member.

concurrency model

A way in which an application can be designed to account for concurrent operations that use the same cached data. Windows Server AppFabric supports optimistic and pessimistic concurrency models.

trait phrasing

A way of expressing a relationship in which a minor entity describes a major entity.

hash partitioning

A way of partitioning a table or index by allowing SQL Server to apply an internal hash algorithm to spread rows across partitions based on the number of partitions specified and the values of one or more partitioning columns.

range partitioning

A way of partitioning a table or index by specifying partitions to hold rows with ranges of values from a single partitioning column.

SQL Server Utility

A way to organize and monitor SQL Server resource health. It enables administrators to have a holistic view of their environment.

visualizer

A way to visually represent data in debug mode.

RIA

A web application that provides a user interface which is more similar to a desktop application than typical web pages. It is able to process user actions without posting the whole web page to a web server.

rich Internet application

A web application that provides a user interface which is more similar to a desktop application than typical web pages. It is able to process user actions without posting the whole web page to a web server.

count window

A window with a variable window size that moves along a timeline with each distinct event start time.

Report Project Wizard

A wizard in the report authoring environment used to create reports.

Microsoft SQL Server Playback Capture Wizard

A wizard that supports the capture of information about an event for later analysis.

stopword

A word that tends to appear frequently in documents and carries no usable information.

expression host assembly

All expressions found within a report are that are compiled into an assembly. The expression host assembly is stored as a part of the compiled report.

catastrophic error

An error that causes the system or a program to fail abruptly with no hope of recovery. An example of a fatal error is an uncaught exception that cannot be handled.

service connection point

An Active Directory node on which system administrators can define Certificate Lifecycle Manager (CLM) management permissions for users and groups.

Certificate Profile Update Control

An ActiveX control that automates the update of Certificate Lifecycle Manager (CLM) profiles on client computers.

Smart Card Personalization Control

An ActiveX control that performs all Certificate Lifecycle Manager (CLM) smart card application management activities on a client computer.

source partition

An Analysis Services partition that is merged into another and is deleted automatically at the end of the merger process.

Power Pivot workbook

An Excel 2010 workbook that contains Power Pivot data.

linked table

An OLE DB rowset exposed by an OLE DB data source that has been defined as a linked server for use in SQL Server distributed queries.

data-definition query

An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database.

pass-through query

An SQL-specific query you use to send commands directly to an ODBC database server.

Raw File destination

An SSIS destination that writes raw data to a file.

raw destination adapter

An SSIS destination that writes raw data to a file.

Raw File source

An SSIS source that reads raw data from a file.

raw source adapter

An SSIS source that reads raw data from a file.

data feed

An XML data stream in Atom 1.0 format.

DAC package

An XML manifest that contains all of the objects defined for the DAC; the package gets created when a developer builds a DAC project.

data-tier application package

An XML manifest that contains all of the objects defined for the DAC; the package gets created when a developer builds a DAC project.

SVG

An XML-based language for device-independent description of two-dimensional graphics. SVG images maintain their appearance when printed or when viewed with different screen sizes and resolutions. SVG is a recommendation of the World Wide Web Consortium (W3C).

PMML

An XML-based language that enables sharing of defined predictive models between compliant vendor applications.

SMO

An application programming interface that supports the incorporation of SQL Server administration into any COM or OLE Automation application.

SQL Server Management Objects

An application programming interface that supports the incorporation of SQL Server administration into any COM or OLE Automation application.

multithreaded server application

An application that creates multiple threads within a single process to service multiple user requests at the same time.

cache-enabled application

An application that uses the Windows Server AppFabric cache client to store data in cache on the cache cluster.

field

An area in a window or record that stores a single data value.

download-only article

An article in a merge publication that can be updated only at the Publisher or at a Subscriber that uses a server subscription.

foreign key association

An association between entities that is managed through foreign key properties.

independent association

An association between entities that is represented and tracked by an independent object.

cache notification

An asynchronous notification that can be triggered by a variety of cache operations on the cache cluster. Cache notifications can be used to invoke application methods or automatically invalidate locally cached objects.

luring attack

An attack in which the client is lured to voluntarily connect to the attacker.

fatal error

An error that causes the system or a program to fail abruptly with no hope of recovery. An example of a fatal error is an uncaught exception that cannot be handled.

compilation error

An error which occurs while compiling an application. These compilation errors typically occur because syntax was entered incorrectly.

niladic functions

Functions that do not have any input parameters.

fill factor

An attribute of an index that defines how full the SQL Server Database Engine should make each page of the index.

trait

An attribute that describes an entity.

Columns Grid

An editable grid structure in the Table Designer that lists the columns of a table and additional information about each column.

action

An end-user-initiated operation on a selected cube or portion of a cube.

data flow engine

An engine that executes the data flow in a package.

cursor

An entity that maps over a result set and establishes a position on a single row within the result set.

setup repair

An error reporting process that may run during the setup of a program if a problem occurs.

point event

An event occurrence as of a single point in time. Only the start time is required for the event. The CEP server infers the valid end time by adding a tick (the smallest unit of time in the underlying time data type) to the start time to set the valid time interval for the event. Point events are valid only for this single instant of time.

cache operation

An event that occurs on regions or cached items that can trigger a cache notification.

interval event

An event whose payload is valid for a given period of time. The metadata of the interval event requires that both the start and end time of the interval be provided in the event metadata. Interval events are valid only for this specific interval.

explicit cap

An explicit hierarchy used as the top level of a derived hierarchy structure.

conversation handle

An handle which uniquely defines a conversation.

provider

An in-process dynamic link library (DLL) that provides access to a database.

ring index

An index that indicates the number of rings in a polygon instance.

composite index

An index that uses more than one column in a table to index data.

cluster node

An individual computer in a server cluster.

hard disk

An inflexible platter coated with material in which data can be recorded magnetically with read/write heads.

regressor

An input variable that has a linear relationship with the output variable.

named instance

An installation of SQL Server that is given a name to differentiate it from other named instances and from the default instance on the same computer.

user instance

An instance of SQL Server Express that is generated by the parent instance on behalf of a user.

managed instance

An instance of SQL Server monitored by a utility control point.

unmanaged instance

An instance of SQL Server not monitored by a utility control point.

query

An instance of a query template that runs continuously in the StreamInsight server processing events received from instances of input adapters to which the query is bound and sending processed events to instances of output adapters to which it is bound.

standing query

An instantiation of a query template that runs within the StreamInsight server performing continuous computation over the incoming events.

ISQL

An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned.

interactive structured query language

An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned.

PivotTable

An interactive technology in Microsoft Excel or Access that can show dynamic views of the same data from a list or a database.

command prompt

An interface between the operating system and the user in which the user types command language strings of text that are passed to the command interpreter for execution.

flattened interface

An interface created to combine members of multiple interfaces.

differencer

An interface to a tool that creates a DifferencingService object.

retract event

An internal event kind used to modify an existing insert event by modifying the end time of the event.

Web Pool Agent

An isolated process under which the Certificate Lifecyle Manager (CLM) web portal runs.

ghost

An item or change unit in a filtered replica that was in the filter and has moved out.

delimited identifier

An object in a database that requires the use of special characters (delimiters) because the object name does not comply with the formatting rules of regular identifiers.

quoted identifier

An object in a database that requires the use of special characters (delimiters) because the object name does not comply with the formatting rules of regular identifiers.

origin object

An object in a repository that is the origin in a directional relationship.

relationship object

An object representing a pair of objects that assume a role in relation to each other.

query binder

An object that binds an existing StreamInsight query template to specific input and output adapters.

semantic object

An object that can be represented by a database object or other real-world object.

file-mapping object

An object that maintains the association of a file's contents with a portion of the virtual address space of a process.

provider object

An object that's part of a data provider such as Oracle Provider for SQL Server.

CLM reports

Audit information pertaining to credential management activities within Certificate Lifecycle Manager (CLM).

system tables

Built-in tables that form the system catalog for SQL Server.

catalog views

Built-in views that form the system catalog for SQL Server.

programmable

Capable of accepting instructions for performing a task or an operation. Being programmable is a characteristic of computers.

committed

Characteristic of a transaction that is logged and cannot be rolled back.

generated code

Code that is automatically generated for the client project based on operations and entities exposed in the middle tier when a RIA Services link exists between the server and client projects.

shared code

Code that is specifically designated to exist without modification in the server project and the client project.

data convergence

Data at the Publisher and the Subscriber that matches.

published data

Data at the Publisher that has been replicated.

reference data

Data characterized by shared read operations and infrequent changes. Examples of reference data include flight schedules and product catalogs. Windows Server AppFabric offers the local cache feature for storing this type of data.

staged data

Data imported into staging tables during the staging process in SQL Server Master Data Services.

clear text

Data in its unencrypted or decrypted form.

cleartext

Data in its unencrypted or decrypted form.

plaintext

Data in its unencrypted or decrypted form.

shared data source item

Data source connection information that is encapsulated in an item. Can be managed as an item in the report server folder namespace.

remote data

Data stored in an OLE DB data source that is separate from the current instance of SQL Server.

heterogeneous data

Data stored in multiple formats.

homogeneous data

Data that comes from multiple data sources that are all managed by the same software.

spatial data

Data that is represented by 2D or 3D images. Spatial data can be further subdivided into geometric data (data that can use calculations involving Euclidian geometry) and geographic data (data that identifies geographic locations and boundaries on the earth).

transformation output

Data that is returned as a result of a transformation procedure.

report item

Entity on a report.

event kind

Event metadata that defines the event type.

certificate issuer

The certification authority which issued the certificate to the subject.

proximity search

Full-text query searching for those occurrences where the specified words are close to one another.

ranking function

Function that returns ranking information about each row in the window (partition) of a result set depending on the row's position within the window.

latency

The delay that occurs while data is processed or delivered.

metadata

Information about the properties or structure of data that is not part of the values the data contains.

long parsing

In the SQL system there are two typical types of threads: - short thread: it is a process that use the resources for a short time and - long thread: it is a process that use the resources for a long time. long parsing: is the analysis of the threads that lived for a long time Note: the definition of short/long is based on the system calculation/statistic for each process.

client type

Information that determines how a cache client functions and impacts the performance of your application. There are two client types: a simple client type and a routing client type.

report intermediate format

Internal representation of a report.

point depth

The depth of data points displayed in a 3D chart area.

job history

Log that keeps a historical record of jobs.

version

Metadata that identifies a change made to an item in a replica. It consists of the replica key and the replica tick count for the item.

virtual log file

Non-physical files that are derived from one physical log file by the SQL Server Database Engine.

repository engine

Object-oriented software that provides management support for and customer access to a repository database.

database mirroring partner

One in a pair of server instances that act as role-switching partners for a mirrored database.

significance

One of the arguments of the FLOOR function.

database file

One of the physical files that make up a database.

TSQL pane

One of the tabs that hosts the editor control to allow TSQL code editing.

Messages pane

One of the tabs that hosts the messages returned from SQL Server after a TSQL query has been executed.

Execution Plan pane

One of the tabs that hosts the output for an estimated or actual execution plan that SQL Server uses.

Client Statistics pane

One of the tabs that hosts the output of the client statistics information.

needle cap

One of the two appearance properties that can be applied to a radial gauge.

IEC

One of two international standards bodies responsible for developing international data communications standards. The International Electrotechnical Commission (IEC) works closely with the International Organization for Standardization (ISO) to define standards of computing. They jointly published the ISO/IEC SQL-92 standard for SQL.

International Electrotechnical Commission

One of two international standards bodies responsible for developing international data communications standards. The International Electrotechnical Commission (IEC) works closely with the International Organization for Standardization (ISO) to define standards of computing. They jointly published the ISO/IEC SQL-92 standard for SQL.

event chronicle rule

One or more Transact-SQL statements that manage the data in the event chronicle.

subscription scheduled rule

One or more Transact-SQL statements that process information for scheduled subscriptions.

cache tag

One or more optional string-based identifiers that can be associated with each cached object stored in a region. Regions allow you to retrieve cached objects based on one or more tags.

PL/SQL

Oracle's data manipulation language that allows sequenced or grouped execution of SQL statements and is commonly used to manipulate data in an Oracle database. The syntax is similar to the Ada programming language.

OTP

Passwords produced by special password generating software or by a hardware token and that can be used only once.

one-time password

Passwords produced by special password generating software or by a hardware token and that can be used only once.

implied permission

Permission to perform an activity specific to a role.

sensitive data

Personally identifiable information (PII) that is protected in special ways by law or policy.

little endian

Pertaining to a processor memory architecture that stores numbers so that the least significant byte is placed first.

null

Pertaining to a value that indicates missing or unknown data.

atomic

Pertaining to an operation where all the transaction data modifications must be performed; either all of the transaction data modifications are performed or none are performed.

composable

Pertaining to the ability to form complex queries by using query components (objects or operators) as reusable building blocks. This is done by linking query components together or encapsulating query components within each other.

scripting

Pertaining to the automation of user actions or the configuration of a standard state on a computer by means of scripts.

push replication

Replication that is invoked at the source.

pull replication

Replication that is invoked at the target.

report history snapshot

Report history that contains data captured at a specific point in time.

rendering object model

Report object model used by rendering extensions.

rs utility

Report scripting tool.

rs.exe

Report scripting tool.

system role assignment

Role assignment that applies to the site as a whole.

system role definition

Role definition that conveys site-wide authority.

transaction rollback

Rollback of a user-specified transaction to the last savepoint inside a transaction or to the beginning of a transaction.

Home

Root folder in report server folder namespace.

dynamic routing

Routing that adjusts automatically to the current conditions of a network. Dynamic routing typically uses one of several dynamic-routing protocols such as Routing Information Protocol (RIP) and Border Gateway Protocol (BGP). Compare static routing.

SQL Server 2005 Mobile Edition

SQL Server product name (edition)

shared schedule

Schedule information that can be referenced by multiple items.

rsconfig utility

Server connection management tool.

rsconfig.exe

Server connection management tool.

NLS API

Set of system functions in 32-bit Windows containing information that is based on language and cultural conventions.

national language support API

Set of system functions in 32-bit Windows containing information that is based on language and cultural conventions.

Smart Card Self Service Control

Software installed on a client computer that enables end users and administrators to manage smart cards by providing a connection from the client computer to the smart card.

DPM SRT

Software provided with DPM to facilitate a Windows Server 2003 bare metal recovery for the DPM server and the computers that DPM protects.

DPM System Recovery Tool

Software provided with DPM to facilitate a Windows Server 2003 bare metal recovery for the DPM server and the computers that DPM protects.

columnstore index

Stores each column in a separate set of disk pages rather than storing multiple rows per page.

column-level collation

Supporting multiple collations in a single instance.

event collection stored procedures

System-generated stored procedures that an application can call to submit events to the event table in the application database.

decision support

Systems designed to support the complex analytic analysis required to discover business trends.

unknown tape

Tape that has not been identified by the DPM server.

DPM Client

The Data Protection Manager (DPM) Client enables the user to protect and recover their data as per the company protection policy configured by their backup administrator.

WMI

The Microsoft extension to the Distributed Management Task Force (DMTF) Web-based Enterprise Management (WBEM) initiative.

Windows Management Instrumentation

The Microsoft extension to the Distributed Management Task Force (DMTF) Web-based Enterprise Management (WBEM) initiative.

SQL Server Browser

The Windows service that listens for incoming requests for Microsoft SQL Server resources and provides information about SQL Server instances installed on the computer.

DAC package file

The XML file that is the container of a DAC package.

report server execution account

The account under which the Report Server Web service and Report Server Windows service run.

smart card unblocking

The action of binding a smart card with administrative credentials to reset the the personal identification number (PIN) attempt counter.

report rendering

The action of combining the report layout with the data from the data source for the purpose of viewing the report.

client code generation

The action of generating code for the client project based on operations and entities exposed in the middle tier. A RIA Services link must exist between the client and server projects.

validity period

The amount of time a defined credential is deemed to be trusted.

column

The area in each row of a database table that stores the data value for some attribute of the object modeled by the table.

role assignment

The assignment of a specific role that determines whether a user or group can access a specific item and perform an operation on it.

file mapping

The association of a file's contents with a portion of the virtual address space of a process.

key attribute

The attribute of a dimension that links the non-key attributes in the dimension to related measures.

staging queue

The batch table in SQL Server Master Data Services where staged records are queued as batches to be processed into the Master Data Services database.

column binding

The binding of an Analysis Services object to a column in a data source view.

report definition

The blueprint for a report before the report is processed or rendered. A report definition contains information about the query and layout for the report.

business logic handler framework

The business logic handler framework allows you to write a managed code assembly that is called during the merge synchronization process.

lead byte

The byte value that is the first half of a double-byte character.

trail byte

The byte value that is the second half of a double-byte character.

application time

The clock time supplied by applications which must communicate their application time to the StreamInsight server so that all temporal operators refer to the timestamp of the events and never to the system clock of the host machine.

server collation

The collation for an instance of SQL Server.

DSN

The collection of information used to connect an application to a particular ODBC database.

role definition

The collection of task permissions associated with a role.

partitioning column

The column of a table or index that a partition function uses to partition a table or index.

NSControl

The command prompt utility for administering Notification Services instances and applications.

generator

The component of Notification Services that matches events to subscriptions and produces notifications.

CEP

The continuous and incremental processing of event streams from multiple sources based on declarative query and pattern specifications with near-zero latency.

complex event processing

The continuous and incremental processing of event streams from multiple sources based on declarative query and pattern specifications with near-zero latency.

CEP engine

The core engine and adapter framework components of Microsoft StreamInsight. The StreamInsight server can be used to process and analyze the event streams associated with a complex event processing application.

StreamInsight server

The core engine and adapter framework components of Microsoft StreamInsight. The StreamInsight server can be used to process and analyze the event streams associated with a complex event processing application.

content key

The cryptographic key used to both encrypt and decrypt protected content during publishing and consumption.

symmetric key

The cryptographic key used to both encrypt and decrypt protected content during publishing and consumption.

source cube

The cube on which a linked cube is based.

pivot currency

The currency against which exchange rates are entered in the rate measure group.

holdout store

The data mining structure that is used to cache the holdout data. It contains references to the holdout data.

event payload

The data portion of an event in which the data fields are defined as CLR (common language runtime) types. An event payload is a typed structure.

target

The database on which an operation acts.

default database

The database the user is connected to immediately after logging in to SQL Server.

DPM Online recovery point

The date and time of a previous version of a data source that is available from DPM Online.

direct response mode

The default mode in which SQL Server statistics are gathered separately from the SQL Server Statistics display.

default result set

The default mode that SQL Server uses to return a result set back to a client.

Microsoft SharePoint Foundation Usage Data Import

The default timer job for SharePoint Foundation that imports usage log files into the logging database.

filter forgotten knowledge

The knowledge that is used as the starting point for filter tracking. A filter-tracking replica can save storage space by removing ghosts and advancing the filter forgotten knowledge to contain the highest version of the ghosts that have been removed.

script memory

The local memory (the client-side RAM) that is used by a PHP script.

business rules

The logical rules that are used to run a business

remote login identification

The login identification assigned to a user for accessing remote procedures on a remote server.

Low Box

The lowest value of a box on a Box Plot chart.

low whisker

The lowest value that is not an outlier on a box plot chart.

recovery interval

The maximum amount of time that the Database Engine should require to recover a database.

cache aging

The mechanism of caching that determines when a cache row is outdated and must be refreshed.

knowledge

The metadata about all the changes that a participant has seen and maintains.

code element

The minimum bit combination that can represent a unit of encoded text for processing or exchange.

code point

The minimum bit combination that can represent a unit of encoded text for processing or exchange.

prerequisite knowledge

The minimum knowledge that a destination provider is required to have to process a change or change batch.

differential base

The most recent full backup of all the data in a database or in a subset of the files or filegroups of a database.

SPN

The name by which a client uniquely identifies an instance of a service. It is usually built from the DNS name of the host. The SPN is used in the process of mutual authentication between the client and the server hosting a particular service.

service principal name

The name by which a client uniquely identifies an instance of a service. It is usually built from the DNS name of the host. The SPN is used in the process of mutual authentication between the client and the server hosting a particular service.

Error List

The name of a pane that shows T-SQL syntax or dependency errors.

physical name

The name of the path where a file or mirrored file is located. The default is the path of the Master.dat file followed by the first eight characters of the file's logical name.

cardinality

The number of entities that can exist on each side of a relationship.

prefix length

The number of prefix characters preceding each noncharacter field in a bcp native format data file.

surface area

The number of ways in which a piece of software can be attacked.

base object

The object that a synonym references.

conversation endpoint

The object which represents a party participating in the conversation.

rendered output

The output from a rendering extension.

content formatter

The part of the distributor that turns raw notification data into readable messages.

garbage collector

The part of the operating system that performs garbage collection.

execution tree

The path of data in the data flow of a SQL Server 2005 Integration Services package from sources through transformations to destinations.

granularity attribute

The single attribute is used to specify the level of granularity for a given dimension in relation to a given measure group.

source object

The single object to which all objects in a particular collection are connected by way of relationships that are all of the same relationship type.

buffer size

The size of the area of memory reserved for temporary storage of data.

convex hull

The smallest convex set that contains X in the Euclidean plane or Euclidean space.

reference table

The source table to use in fuzzy lookups.

switch out table

The staging table the user wants to use for the partition to switch out of the current source table.

switch in table

The staging table the user wants to use to switch in their data. The staging table needs to be created before switching partitions with the Manage PartitionsWizard.

start cap

The start of a line.

stream consumer

The structure or device that consumes the output of a query. Examples are an output adapter or another running query.

DML

The subset of SQL statements that is used to retrieve and manipulate data. DML statements typically start with SELECT INSERT UPDATE or DELETE.

data manipulation language

The subset of SQL statements that is used to retrieve and manipulate data. DML statements typically start with SELECT INSERT UPDATE or DELETE.

Data Control Language

The subset of SQL statements used to control permissions on database objects.

dialect

The syntax and general rules used to parse a string or a query statement.

master database

The system database that records all the system-level information for an instance of SQL Server.

publishing table

The table at the Publisher in which data has been marked for replication and is part of a publication.

script pane

The text editor portion of the Table Designer.

cold latency

The time that elapses when the workflow is being used for the first time and the XOML or XAML needs to be compiled.

warm latency

The time to create a new workflow instance when the workflow type has already been compiled.

Commit Preview

The title of a window that displays actions to be taken during the commit operation.

domain integrity

The validity of entries for a specific column of data.

search key

The value that is to be searched for in a document or any collection of data.

SQL-92

The version of the SQL standard published in 1992.

performance tools

Tools that you can use to evaluate the performance of a solution. Performance tools can have different purposes; some are designed to evaluate end-to-end performance while others focus on evaluating performance of a particular aspect of a solution.

enroll

To add an instance of SQL Server to the set of SQL Server instances managed by a utility control point.

roll forward

To apply logged changes to the data in a roll forward set to bring the data forward in time.

map

To associate data with a specified location in memory.

uninitialize

To change the state of an enumerator or data source object so that it cannot be used to access data.

roll up

To collect subsets of data from multiple locations in one location.

join

To combine the contents of two or more tables and produce a result set that incorporates rows and columns from each table. Tables are typically joined using data that they have in common.

flatten

To convert a nested structure into a flat structure.

bulk export

To copy a large set of data rows out of a SQL Server table into a data file.

iterate

To execute one or more statements or instructions repeatedly. Statements or instructions so executed are said to be in a loop.

unpivot

To expand values from multiple columns in a single record into multiple records with the same values in a single column.

detect

To find something.

denormalize

To introduce redundancy into a table to incorporate data from a related table.

execute

To perform an instruction.

subtract

To perform the basic mathematical operation of deducting something from something else.

enqueue

To place (an item) in a queue.

train

To populate a model with data to derive patterns that can be used in prediction or knowledge discovery.

discretize

To put values of a continuous set of data into groups so that there are a discrete number of possible states.

dequeue

To remove from a queue.

subscribe

To request data from a Publisher.

uncompress

To restore the contents of a compressed file to its original form.

roll back

To reverse changes.

horizontal partitioning

To segment a single table into multiple tables based on selected rows.

collocate

To select a partitioned table that contains related data and join with this table on the partitioning column.

countersign

To sign a document already signed by the other party.

sleep

To suspend operation without terminating.

fail over

To switch processing from a failed component to its backup component.

report link

URL to a report.

HTML Viewer

UI element consisting of a report toolbar and other navigation elements used to work with a report.

export format

UI text for subscriptions and HTML viewer. Corresponds to rendering extensions.

BUILTIN\Administrators

User account (local administrators)

CLM credentials

User account information that can be used to authenticate a user to Certificate Lifecycle Manager (CLM). These credentials can be in the form of domain credentials or one-time passwords.

Extended property

User-defined text (descriptive or instructional including input masks and formatting rules) specific to a database or database object. The text is stored in the database as a property of the database or object.

ownership chain

When an object references other objects and the calling and the called objects are owned by the same user. SQL Server uses the ownership chain to determine how to check permissions.

"extraction

transformation, and loading","The act of extracting data from various sources, transforming data to consistent types, and loading the transformed data for use by applications."


Set pelajaran terkait

Accounting 231 ch 5, 7, 8 practice questions

View Set

standard precautions & transmission based precautions

View Set

300 Final Prep (Self-assessments & Quizzes)

View Set

Legal Concepts of the Insurance Contract

View Set

Topic #4: Nervous System and Brain Organization

View Set

Unit 6 - Algorithms - Defined Terms

View Set