nerd speak for the software designer
Wednesday, February 5, 2014
Saving File To Database
CREATE
TABLE
myTable
(
Document
varbinary
(
max
))
INSERT
INTO
myTable
(
Document
)
SELECT
*
FROM
OPENROWSET
(
BULK
N'c:\myimage.jpg'
,
SINGLE_BLOB
)
temp
Props to Anuradha
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment