Bulk Insert, Cannot Bulk Load. Unknown Version Of Format File
I'm having problems importing data exported using a more recent version of the bcp utility. I need my exported data to be compatible with SQL server 2012. It is my understanding
Solution 1:
I managed to solve this problem by installing Microsoft® Command Line Utilities 11 for SQL Server® and adding the bcp.exe location to the path variables. Now I can export version 11 using bcp 11. You can download it from here https://www.microsoft.com/en-us/download/details.aspx?id=36433
Post a Comment for "Bulk Insert, Cannot Bulk Load. Unknown Version Of Format File"