Load data from source table to target table

This example pipeline demonstrates how to load data from the table bulk_test_source to the table bulk_test_target with the SQL Server Bulk Load Snap.


SQL Server Bulk Load Example Pipeline

  1. Configure the SQL Server Select Snap to get records in the table bulk_test_source and pass them to the SQL Server Bulk Load Snap.

    SQL Server Select Snap Configuration

  2. Configure the SQL Server Bulk Load Snap to load inputs to the table bulk_test_target. On successful validation, the SQL Server Bulk Load Snap output displays the result of the tables copied.

    SQL Server Bulk Load Snap Configuration


    SQL Server Bulk Load Snap Output