You administer a Microsoft SQL Server database.
You want to import data from a text file to the database.
You need to ensure that the following requirements are met:
Data import is performed by using a stored procedure.
Data is loaded as a unit and is minimally logged.
Which data import command and recovery model shouldyou choose? (To answer, drag the appropriate data
import command or recovery model to the appropriatelocation or locations in the answer area. Each data
import command or recovery model may be used once, more than once, or not at all. You may need to dragthe
split bar between panes or scroll to view content.)
Select and Place:
Answer:
BCP is only used for importing data from other sources into SQL.
Bulk-Insert will used to load data using with TSQL.
so what is the correct answer?
This order:
Bulk Insert
Bulk-Logged