PrepAway - Latest Free Exam Questions & Answers

It writes the data that you specify to a data file, suc…

The SQL Server _____ feature is an efficient means of copying data from a source database to your DB
Instance. It writes the data that you specify to a data file, such as an ASCII file.

PrepAway - Latest Free Exam Questions & Answers

A.
bulk copy

B.
group copy

C.
dual copy

D.
mass copy

One Comment on “It writes the data that you specify to a data file, suc…

  1. McEphin says:

    A. Builk Copy

    The SQL Server bulk copy feature is an efficient means of copying data from a source database to your DB instance. Bulk copy writes the data that you specify to a data file, such as an ASCII file. You can then run bulk copy again to write the contents of the file to the destination DB instance.

    http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.Procedural.Importing.Snapshots.html

    Also can use:
    Native database backup using a full backup file (.bak) – Using .bak files to backup databases is heavily optimized, and is usually the fastest way to export data. For more information, see Importing and Exporting SQL Server Databases.

    SQL Server Import and Export Wizard – For more information, see SQL Server Import and Export Wizard.

    SQL Server Generate and Publish Scripts Wizard and bcp utility – For more information, see SQL Server Generate and Publish Scripts Wizard and bcp Utility.




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *