From: Plamen Ratchev on
What do you get when you run the following query:

SELECT image_data
FROM OPENROWSET(BULK N'M:\Data\My Pictures\EG\CAI\019_19.JPG', SINGLE_BLOB) AS T(image_data);

Also, using Access linked DB is not the best way to view SQL Server data. I suggest to query directly in SSMS query.

--
Plamen Ratchev
http://www.SQLStudio.com