![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to use a column with a sql_variant data type from a SQL Server 2000 table in a Data Flow Task without using the default conversion to DT_WSTR. I would be willing to copy the sql_variant column contents to another column with the appropriate data type, if possible. Thanks, Greg |
#3
| |||
| |||
|
|
Greg, I just knocked together a package that did this and didn't find any problems. I successfully converted the values from the sql_variant column from unicode into a column of type DT_STR. It worked fine. The conversion was done using a derived column component. Of course, it depends on the values that you have as to whether it will work for you. I don't envisage too many problems though. Regards Jamie Thomson An SSIS blog - http://blogs.conchango.com/jamiethom...tegory/71.aspx "Greg" <Greg (AT) discussions (DOT) microsoft.com> wrote in message news F135B2D-D2C6-4E31-85AB-260048785024 (AT) microsoft (DOT) com...I need to use a column with a sql_variant data type from a SQL Server 2000 table in a Data Flow Task without using the default conversion to DT_WSTR. I would be willing to copy the sql_variant column contents to another column with the appropriate data type, if possible. Thanks, Greg |
![]() |
| Thread Tools | |
| Display Modes | |
| |