Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jdoering
Starting Member
32 Posts |
Posted - 2002-09-11 : 08:27:38
|
| I am importing an Excel file into SQL Server 2000. I receive the following error:"Error string: Data for source column 4 ('Product Long Description') is too large for the specified buffer size." Yes, source column 4 is a very large column and I tried to increase the destination column in SQL to Varchar(8000) and Text but nothing works. Any suggestions would appreciated.Thanks,Julie |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-09-11 : 08:30:04
|
| How are you doing the import?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
jdoering
Starting Member
32 Posts |
Posted - 2002-09-11 : 08:34:14
|
| A stored procedure is calling the DTS package. The DTS package is executes. (and it does import some rows to other tables correctly). |
 |
|
|
|
|
|