Viewing 2 posts - 1 through 2 (of 2 total)
Not sure how to setup a sandbox database but here is what the table looks like:
Table Name: BinaryFile
BinarySize int NOT NULL,
BinaryHash binary(16) NOT NULL,
BinaryData image NOT NULL,
MimeTypeId smallint NOT NULL,
CompressedSize...
March 17, 2016 at 5:20 pm
#1866036
I was just explaining what SSMS is showing me. If I right click on the binary column, within General, it shows 'True' for the 'ANSI Padding Status' property but...
March 17, 2016 at 1:27 pm
#1865977