Bulk Insert Task
When you get large amounts of data in the flat files, say from the mainframe systems or from third parties, and you want to import this data from the flat files into an SQL Server, you can use the Bulk Insert task. This task is the quickest way to copy large amounts of data into an SQL Server table or view.
Note the following when deciding whether to use this task:
The Bulk Insert task does not perform any transformations on the data while importing data from the source text file to the SQL Server database table or view.
When you embed this task in an SSIS package Control Flow, only the members of the sysadmin fixed server role can run the package.
You can use an XML or non-XML formatted file in the Bulk Insert task. A formatted ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access