• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Agent profile
A set of confi guration options that are
applied to a replication agent.
Alert
An object that can be created to respond to a
change in the system state.
Article
The most granular unit of a publication. Articles
can be defi ned for tables, views, stored procedures, and
functions.
Asymmetric key
A key that conforms to the X.509
standard which can be used to encrypt data within a
column.
Backup job
A scheduled job in SQL Server Agent that
creates the transaction log backups for a log shipping
session.
Balanced tree (B-tree)
A symmetric, linear structure
used to construct an index. A B-tree provides a compact
structure that enables searching very large volumes of
data with a small number of read operations.
Bulk Copy Program (BCP)
A command-line utility that
is used to import data from a fi le into a table, as well as
export data to a fi le.
BULK INSERT
A T-SQL command that allows you to
import data from a fi le into a table or view.
Certificate
A key that conforms to the X.509 standard
used to encrypt data in a column as well as a database
encryption key for transparent data encryption.
Certifi cates can be backed up and restored, making
them more portable than an asymmetric key.
Check constraint
Limits the range of possible values
that are allowed in a column.