My .bcp
file was out from SQL Server 2016.
When I attempted bcp
in SQL Server 2008 R2, an error occurred:
SQLState = 37000, NativeError = 2812
Error = [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Could not find stored procedure 'sp_describe_first_result_set'
Can anyone give me some idea?
There's a potentially similar issue described on Connect here: Attempt to use BCP 2016 to export from SQL 2008 or earlier fails with obscure error message.
Try downloading the Windows ODBC driver.