Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

OLE DB source to Excel destination issue

$
0
0

We are setting a simple SSIS package to export table dd with 2 columns (int, nvarchar(256)) and 125M rows to Excel and when we try to create Excel destination editor and click new on "name of the excel sheet" it pop up the following table:

CREATE TABLE `dd` (
    `id` INT,
    `dd1` NVARCHAR(256)
)

and when we click ok then get error message :Table cannot be created, Size of the field dd1 too long(Microsoft access database engine)

Do we have any limit in size of field in excel column and how to resolve the issue?

Also do we have any limit on number of rows that can be exported to Excel adapter?



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>