UPDATE YourTable SET BlobColumn = (SELECT BulkColumn FROM OPENROWSET(BULK N'C:\YourFile.png',SINGLE_BLOB) AS x) WHERE ...