sql_variant in Data Flow Task
The only way I have been able to work with sql_variant data types where two databases are involved (source and target of an insert) is using an Execute DTS 2000 Parckage Task. I tried using an Execute SQL Task and got the same message as above. Note that when I access the sql_variant column in an Execute SQL Task that involves only one database, there is no problem.
I would prefer not to use the Execute DTS 2000 Task. How can I do this another way?
Thanks,
Greg

