Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It comes down to :
You cannot perform this conversion using an ALTER TABLE statement since converting from varchar(max) to varbinary(max) requires an explicit conversion.
So you should follow these steps to alter your table:
Sorry... it's DB limitation which makes sence due to the datatype in which it is stored.