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