Hi all,
I'm trying to import data from an excel spreadsheet into SQL server. The original excel sheet has 2 columns. One containing an ID number with 7 positions. The second, a long text description for that product. The descriptions vary in length from 100 characters up to nearly 2000. When using the import wizard I am choosing 'edit mappings' and going in to set the length for the description column for 2000.
In addition, I've gone through the original spreadsheet and replaced all of the following characters:
' to ''
& to and
% to percent
+ to plus
# to number
/ to -
Despite all of this precautions, I continue to receive the following errors:
0xc020901c
0xc020902a
0xc0047038
What else do I need to do here to get this thing into SQL?