KnowledgeBase
a KnowledgeBase blog for my random thoughts and observations...
Tuesday, October 18, 2011
Upload image into SQL Server 2005
INSERT
INTO
myTable
(
Document
)
SELECT
*
FROM
OPENROWSET
(
BULK
N
'C:\Inetpub\wwwroot\file.jpg'
,
SINGLE_BLOB
)
rs
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment