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)
 NTEXT data is getting truncated in text file

Author  Topic 

venkath
Posting Yak Master

202 Posts

Posted - 2007-06-27 : 16:13:57
Hi

We have a DTS Package which dumps the data to a text file
The Query has NTEXT column

When we execute the DTS Package, The Ntext data is truncated to 255 characters in the destination text file.

But we are able to see the complete data which is more than 255 characters for NTEXT column. when we execute the same query in Query Analyzer, How can i get the complete data for NTEXT column in the destination text file

Please Help me out this.

Thanks in advance

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-27 : 23:23:49
Should have an option in package design to set max characters.
Go to Top of Page
   

- Advertisement -