Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for ur reply...
I tried like this.....
INSERT INTO Mytable
SELECT *
FROM OPENROWSET ('MSDASQL', 'Driver={Microsoft Text Driver (*.txt; *.csv)};
DefaultDir=C:\ME\;Extensions=csv;', 'SELECT * FROM...
June 11, 2008 at 5:46 am
#827169
I'm using Bulk Insert command for inserting data from csv (comma dilimited) file which was converted from excel file using MS Excel 2003. But I think excel does not follow...
June 10, 2008 at 5:04 am
#826533