SSIS BULK INSERT–“fetch a row from OLE DB provider "BULK"…”
I created a simple SSIS Package using “Bulk Insert Task”, here am trying to upload the data from text file into my database. I have configured everything and ready to go, while execute the package, the error was thrown
“[Bulk Insert Task] Error: An error occurred with the following error message: "Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information”.
Then i checked the column delimiter and fixed the issue, If you are using comma separated value then use “Comma {,}” as column delimiter.
Comments
Post a Comment