Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Error 0xC0202025 SSIS SQL Server 2005 Import package

$
0
0
I need to import the contents of a SQL Server 2008 R2 view to a SQL Server 2005 Table. I am using the Import\Export utility in SQL Server 2005 to create a SSIS Import package. There are two columns in the view that are nvarchar(max) NOT NULL. If I remove (ignore) the two nvarchar(max) NOT NULL source columns from the SSIS SQL Server 2005 import package it runs fine. If I reference the two nvarchar(max) NOT NULL columns matching them to the same name nvarchar(50) NULL destination colums in the target table I get the error 0xC0202025. Note the destination columns are nvarchar(50) but I believe because the target table columns are smaller in length they should just truncate, thats what is happening on others columns in the package where the source column is smaller than the destination column. The source columns in the view are NOT NULL because I use ISNULL(dbo.FieldName,N' ') command when I reference the two columns at the time of creating the view. Am i getting the error 0xC0202025 because the two source columns are nvarchar(max) or am I getting the error 0xC0202025 because the two source columns are NOT NULL? How do I fix the problem so I can include the two source columns in question in the SSIS SQL Server 2005 Import package? Please help!

Viewing all articles
Browse latest Browse all 24688

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>