varbinary being cutoff at 8000
gmoore
Posts: 4
I'm having issues when creating a script for a table that that has a column varbinary(MAX). Some of the records has datalength over 8000, after running the script created it's cutting off those records at 8000. I can't find any setting or how to avoid this.
Comments
Is the column varbinary(max) on both the source and the target table?
Thanks
I just tried synchronising a VARBINARY(max) column with 36466 characters, and that migrated ok.
Would you be able to send me the DDL for both tables, so I can try and recreate the same project?
Thanks for help.