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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -