Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Buffer Size

Status
Not open for further replies.

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?
 
That didn't work, does anyone else have any suggestions?
 
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
 
How do I import it if it's a csv file? I don't see that it's supported.
 
Import as text file for the source. DTS should detect the comma delimter. Ashley L Rickards
SQL DBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top