Viewing post 1 (of 1 total)
Old Hand was right. I successed to bulk image to table's field with "text" datatype using this shape of code:
UPDATE table_name
SET fild_name = (
SELECT a.*
FROM OPENROWSET(BULK 'c:\avatar.JPG', SINGLE_CLOB) AS...
April 22, 2009 at 1:19 pm
#982464