Hello!
We need to refresh (i.e. re-copy) a table in a database in one instance of sql with a copy of the same table in another instance, using SSIS.
The only issue is that one column is of type GEOMETRY.
I have created the package - and it appears to transfer the value in the GEOMETRY column all ok.
I can see that the data type of the column in the SSIS package is DT_IMAGE.
Will the geometry value be transferred correctly without data loss ?
Thanks