I have a column declared as a Varchar2 datatype, I need to load the data into my target DB SQL Server table with column datatype as Unique Identifier .
When I try to load the data I get the error as "Conversion failed when converting from a character string to uniqueidentifier."
Can someone guide what datatye should we convert the varchar to so that it can be loaded into target Unique Identifier column.
Thanks,
Ram.