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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Importing data into sql server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-06 : 08:07:42
jbp writes "I wrote my own program that imports data from MS Access to MS Sql Server 2000 using ADO.

I get the following error:
"Cannot create row of size 8562 which are larger than the allowable maximum of 8060"

I know that the row size cannot be bigger than 8060, but when I use DTS to import the data everything works fine. Does DTS truncate the data or how does it work??"
   

- Advertisement -