Hi,
I got problem when i am sending the data from source to destination.
My source is Sql Server 2005 and My Destination is Sql Server 2005.
In Source table the column name is defined as numeric datatype.
In Destination table the column name is defined as UniqueIdentifier.
When i send the data from Source to Destination i am getting this error.
[Data Conversion 1 [4190]] Error: Data conversion failed while converting column "Req_seq1" (3959) to column "Copy of Req_seq1" (4204). The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".