I have PostgreSQL database in version 9.1 with table that contains column named BinContent configured as BYTEA data type. My target is to migrate/convert this table to Microsoft SQL Server (2008) column configured as IMAGE data type.
When I'm trying to do that conversion i got following error:
OLE DB provider "MSDASQL" for linked server "POSTGRES2" returned message "Requested conversion is not supported.".
Msg 7341, Level 16, State 2, Line 1
Cannot get the current row value of column "[MSDASQL].bincontent" from OLE DB provider "MSDASQL" for linked server "POSTGRES2".