Hello,
I'm trying to create an ssis package that exports a table from SQL Server 2012 to Excel, but the package fails everytime I run it because one of the columns of the table has a varchar max. I believe excel's max is 255.
Are there any workarounds for this?
Thanks