Hi Everyone,
i was using the following bcp command in the past and it was working and
today as there was a change in our data file so i end up changing the table
and the format file. and once i ran it i am getting this error "Invalid
Descriptor Index" and i am not able to resolve it..
any help?
here is the command and the Error message...
bcp myTable in ..\..\upload\mydataFile -f ..\format\myFormatfile.fmt -e
..\..\logs\bcp\mylog.bcp -F 1 -U myuser -S myserver -P mypass -a 8192
SQLState = S1002, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
please help
Thanks
RSB