Home Forums SQL Server 2008 SQL Server 2008 - General error :Column data type DT_STR is not supported by the PipelineBuffer class. RE: error :Column data type DT_STR is not supported by the PipelineBuffer class.

  • If the source is Non-Unicode and the destination is Unicode it is best to stick a data conversion task in to convert the data from Non-Uni to Uni (or vice-versa) for every column which violates the Non-Uni to Unicode mapping.