I want to import data from an excel spreadsheet into a sql server table by using bcp.What is the best way to do this.
I tried to first save the .xls file in a tab delimited .txt file and the use bcp. But one of the fields in the file has names so the sql server table ended up having names with double quotes around it. I do not want double quotes.
Anyone..
I tried to first save the .xls file in a tab delimited .txt file and the use bcp. But one of the fields in the file has names so the sql server table ended up having names with double quotes around it. I do not want double quotes.
Anyone..