Check Details
Check objective
Identify data types not supported for synchronization.
Check content
Check whether there are data types not supported for synchronization:
Currency types: money and smallmoney (bulk insert limitations).
Large object types: text, ntext, and image.
Special types: sql_variant, hierarchyid, geometry, geography, xml, and timestamp.
User-defined types: All user-defined data types.
Potential issue
Unsupported data types are detected.
Fixing Method
It is recommended to modify unsupported data types to compatible ones. For example, the money or the smallmoney type can be replaced with the decimal type.
Choose to exclude tables containing unsupported data types.