• 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/4

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;

4 Cards in this Set

  • Front
  • Back
bcp utility
bulk copies data between an instance of sql server and a data file in a user-specified format. requires No knowledge of TSQL except when used w/ the queryout option.
bulk insert
imports a data file into a database table or view in a user - specified format
bulk insert restriction
specify only update 1024 fields, this is the maximum number of columns allowed in a table. the bcp utility does not have this limitation.
OPENROWSET(bulk..) function
allows you to access remote data by connecting to a remote data source through an OLE DB provider, supports table hints.