[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)] The Bulk Insert task provides an efficient way to copy large amounts of data into a ...
You can use the **bcp** command, BULK INSERT statement, or OPENROWSET(BULK) function to bulk import data from a data file only. > It is possible to write a custom application that bulk imports data ...