OLEDB Source and Destination wit

2019-08-29  本文已影响0人  鲸鱼酱375

OLEDB

OLEDB Source:

OLEDB Destination:

The OLE DB destination loads data into a variety of database table or view or an SQL command.

For example, the OLE DB source can load data into tables in Microsoft Office Access and SQL Server databases.

The OLE DB destination provides five different data access modes for loading data:
A table or view. You can specify an existing table or view, or you create a new table.
A table or view using fast-load options. You can specify an existing table or create a new table.
A table or view specified in a variable.
A table or view specified in a variable using fast-load options.
The results of an SQL statement.

error output

input method: difference in the OLEDB destination

because there are two method to insert data: row by row and rows per batch


image.png

eg: if we have 1000 rows,and seperate 2 batch, it means one batch has 500 rows, but it maybe exceed the maximum insert size, so it will stop maybe on 300 rows

difference between data access model

a table or view VS fast load

上一篇 下一篇

猜你喜欢

热点阅读