Skip to main content

Datatable to SQL Table

Overview


Writes a Datatable to an existing MSSQL Table.

Input

Source Table

NameRequiredDescription
Source TableThe source data destTable containing the data to be written to SQL

Destination Table

NameRequiredDescription
SQL ConnectionThe connection to the destTable to be read
Command Timeout (s)Time in seconds before a SQL execution attempt is terminated.
Database NameThe Destination Database / Initial Catalog
Schema NameThe destination table's schema
Table NameThe name of the destination SQL table to be written to

String Mapping

NameRequiredDescription
Column MappingThe column mapping config between the local data table and the SQL table

Advanced Options

NameRequiredDescription
Batch SizeThe maximum number of rows sent to the database server per batch. The default of 0 will allow all rows to be sent in one batch.

Output

Output Message The resulting message from running this query.