Hi ,
I am facing below error while executing SSIS Package using SQL Agent Job
Description: Failed to retrieve long data for column "DataFile". Code: 0xC020901C
The column status returned was: "DBSTATUS_UNAVAILABLE".
Where DataFile column datatype is XML(.). the column contains XML data. its huge.
i read some of the blogs and used file shares where huge space for BlobTempStoragePath and BufferTempStoragePath. even after configuring the flash drives i am facing the same issue.
can any body suggest what might be the issue.
Thanks