Thanks for response, but already tried that and it gives : "The text, ntext, and image data types are invalid in this subquery or aggregate expression."
Image is a data type in 2005.
EDIT :
UPDATE tblLogos SET logo = (SELECT logo FROM tblLogos WHERE LogoID = 1) WHERE LogoID = 2
Here's the query, the subquery is obviously the problem