Microsoft
Software
Hardware
Network
Question : Inserting picture's from a url into MS SQL Server 2008
Is there a way, to insert a picture into a sql server, if that image is only accessable via a URL?
e.g.:
UPDATE dbo.tbl_Photos SET Document =
(SELECT * FROM
OPENROWSET(BULK '
http://www.website.be/pho
tos/1.jpg'
, SINGLE_BLOB) AS ORS)
WHERE INP_ID = '00000000-0000-0000-0000-0
0000000000
0'
Thanks in advance,
MA
Answer : Inserting picture's from a url into MS SQL Server 2008
you must do it from .net code
but you can use CLR to run .net code from sql server.
Random Solutions
Disable edit box on PropertyPage from main window
How do I get the Date() to begin at 07:00 instead of 00:00
mde and code protection ...
MS Access 2003 - sending email
Exchange Help
Export email addresses from facebook
Excel 2007 Formula Question
how can I get only the time from a datetime column that stores a bunch of datetimes
2008 TS Web Access: Expiring Password Reminder?
Mount new FAT partition in DOS without reboot?