Jul 2, 2001 #1 fiber0pti ISP Nov 22, 2000 96 US When trying to import an xls file I get an error that one of my columns is to large for the current buffer size, how do I raise the buffer size?
When trying to import an xls file I get an error that one of my columns is to large for the current buffer size, how do I raise the buffer size?
Jul 2, 2001 #2 tlbroadbent MIS Mar 16, 2001 9,982 US A column is being truncated. Check this article for a fix. PRB: Transfer of Data from Jet 4.0LEDB Source Fails with Buffer Overflow Error http://support.microsoft.com/support/kb/articles/Q281/5/17.asp Terry http://members.home.net/tlbroadbent/sqlarticles.htm "The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin Upvote 0 Downvote
A column is being truncated. Check this article for a fix. PRB: Transfer of Data from Jet 4.0LEDB Source Fails with Buffer Overflow Error http://support.microsoft.com/support/kb/articles/Q281/5/17.asp Terry http://members.home.net/tlbroadbent/sqlarticles.htm "The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin
Jul 3, 2001 Thread starter #3 fiber0pti ISP Nov 22, 2000 96 US That didn't work, does anyone else have any suggestions? Upvote 0 Downvote
Jul 3, 2001 #4 AshleyRickards MIS Jun 29, 2001 195 US Try converting the Excel sheet to CSV. On import check the field size and type. Modify if needed. HTH ASH Ashley L RIckards SQL DBA Upvote 0 Downvote
Try converting the Excel sheet to CSV. On import check the field size and type. Modify if needed. HTH ASH Ashley L RIckards SQL DBA
Jul 3, 2001 Thread starter #5 fiber0pti ISP Nov 22, 2000 96 US How do I import it if it's a csv file? I don't see that it's supported. Upvote 0 Downvote
Jul 3, 2001 #6 AshleyRickards MIS Jun 29, 2001 195 US Import as text file for the source. DTS should detect the comma delimter. Ashley L Rickards SQL DBA Upvote 0 Downvote