I am trying to insert data from SQL Table to Excel file by using DTS.
The Excel file is in my C drive.
The SQL Table contains one field whose datatype is text. This field contains a huge data. While importing data to my excel file i am receiving below error :
"data source column[13][Column_Name] is too large for the specified buffer size when importing the data from sql table to excel"
In destination tab of "Transform Data Task Properties" window shows all the columns of excel file with datatype varchar for all. I want to change the datatype of particular field from varchar to Text. How to do this?
If anyone has the idea of it please help me in this. Its very urgent.
Thanks in advance.
Harsha