I've checked this but it did not worked for me.
Can anyone please tell me how can I update Datatype Image column in SQL Server 2008 R2.
For example,
Update TableName
Set ShowImage = '0xFFD8FFE000104A46494600010101004800480000FFDB0043000604040405040605050609'
WHERE Id =1
This is not updating. :(
Please suggest the best and easy way to update the Image datatype column.
Thanks a lot.