I have a DTS Package that I am using to tranform data from MS Access to a SQL Server table. The MS Access database holds a list of sequence numbers and corresponding notes. These notes run to about 3 -4 lines of text data. Here is the problem :
My first source of data was a Fox Pro table which held the seq nos and the text data I transformed this to MS Access first and this came out just fine no truncations occurred.
Now the second step is to transform the data from MS Access to a SQL Server table. Data truncation in the text column is occurring here.
I have tried the following:
Access --> Text file - Truncation occurred
Access --> Excel file --> - Truncation occurred
I have also tried to reset the attribute under Disconnected edit for "Maximum characters per delimited" and I have set this value to 9999 but it did not work. I have also checked out the article
suggested by a lot of people but it does not help. I am running SQL Server 2000 with the latest SP. I need to transform the data from Accesss or Text file or Excel file to SQL Server without any truncation issues.
Any suggestions would be great
Thanks
Kavita
My first source of data was a Fox Pro table which held the seq nos and the text data I transformed this to MS Access first and this came out just fine no truncations occurred.
Now the second step is to transform the data from MS Access to a SQL Server table. Data truncation in the text column is occurring here.
I have tried the following:
Access --> Text file - Truncation occurred
Access --> Excel file --> - Truncation occurred
I have also tried to reset the attribute under Disconnected edit for "Maximum characters per delimited" and I have set this value to 9999 but it did not work. I have also checked out the article
suggested by a lot of people but it does not help. I am running SQL Server 2000 with the latest SP. I need to transform the data from Accesss or Text file or Excel file to SQL Server without any truncation issues.
Any suggestions would be great
Thanks
Kavita