VarBinary(max) field difference not being scripted
ipelly
Posts: 4 New member
Hi - I have a record in the source table that's not in the target table, and in the source there's data in a varbinary(max) column. But the difference script just inserts one byte into the varbinary column, not the actual data, e.g.
INSERT INTO [dbo].[BinaryFile] ([ID_BinaryFile], [ID_Lineage], [BinaryFile]) VALUES ('00fc1f35-076d-49fe-82f2-4c75acae5965', '00000000-0000-0000-0000-00000000000a', 0x)
Wondering how to get the actual binary data to the target table. Thanks. Oh, I'm using v.11
INSERT INTO [dbo].[BinaryFile] ([ID_BinaryFile], [ID_Lineage], [BinaryFile]) VALUES ('00fc1f35-076d-49fe-82f2-4c75acae5965', '00000000-0000-0000-0000-00000000000a', 0x)
Wondering how to get the actual binary data to the target table. Thanks. Oh, I'm using v.11
Tagged:
Answers
Thanks for posting. Can you please confirm the full version number of your SQL Data Compare V11?
Can you please try the latest version and see if it solves your issue? Installer available here: ftp://support.red-gate.com/patches/SQLDataCompare/08Aug2017/
Thanks!
Tianjiao Li | Redgate Software
Have you visited our Help Center?