INSERT tb(photo)
    SELECT img FROM OPENROWSET(BULK 'c:\me.jpg',SINGLE_BLOB) AS T(img);
posted on 2013-03-21 12:04  账号难注册  阅读(243)  评论(0)    收藏  举报