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)
 DTS text file import limitations in Sql Server version 7.0

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-12-16 : 09:22:54
Charlie writes "I am attempting to import very wide records into SQL Server and the data appears to be getting truncated. Are there text file limitations and/or number of column limitations?"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-12-16 : 12:26:07
No there isn't. Instead of letting DTS create your destination table, create it manually with the appropriate data types. It is possible that it did not create them with the appropriate ones.

Tara
Go to Top of Page
   

- Advertisement -