not working
I have a table in a sql db consisting of int fields. One of them is an ID field. I´m creating a bcp file using:
bcp DBname..tblName out "file.BCP: -Usa -n -P -E -T
When trying to open the file into a table:
bcp DBname..tblName in "file.BCP" -Usa -n -P -E -T
I get the error: SQLState = 37000, NativeError = 170 Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ´/´. WHHHHHHHYYYYYYYYYYY