FIX: DTS May Truncate Characters When You Export a Table Column of Character Data Type to a Text File (247527)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
- Microsoft SQL Server 7.0
This article was previously published under Q247527 BUG #: 56824 (SQLBUG_70) BUG #: 216236 (SHILOH_BUG)
SYMPTOMS When you use the Data Transformation Services (DTS)
Export/Import wizard, DTS may truncate column strings that are over 255
characters long if all of the following conditions exist:
- The column is a character data type (varchar, char,
nvarchar, nchar) and the column length is greater than 255
characters.
- DTS exports the column to a text file.
- Delimited fields are used for exporting.
CAUSE When you use delimited fields to export data, the OLE
provider for text files is used by DTS, DTSFlatFile (dtsffile.dll), which
causes the data to truncate on export. RESOLUTIONTo resolve this problem, obtain the latest
service pack for Microsoft SQL Server 2000. For additional information, click
the following article number to view the article in the Microsoft Knowledge
Base: 290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND Here are several methods that you can use to work around this
problem:
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
This problem was first corrected in Microsoft SQL Server
2000 Service Pack 2.
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbBug kbfix KB247527 kbAudDeveloper |
---|
|