• Hi

    Unfortunately you are probably going to have to use some sort of workaround to solve this issue.

    Another method would be to export a query rather than the table and cast the Geometry as a varbinary(MAX). If you have a table already created as a target the binary should straight into the Geometry column. Otherwise change the SQL used to create the target table from image to Geometry.

    Hope this makes sense:-)