How to export varchar(max) columns from table to Excel 2007 in SSIS -
i have package creates staging tables on production , populates data in it. later need export tables data excel 2007 files.
here, 1 column in table of datatype: nvarchar(max). when trying export table excel using [data flow task] [oledb source] table , [excel destination] excel, giving me error below.
error: cannot create ole db accessor. verify column metadata valid.
please me out.
first try setting setting "validate external metadata" false
if doesnt work
, instead of using oledb source use .net source, bug doesn't happen.
Comments
Post a Comment