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
How to automate cascading option boxes on a web page using Access 2000 VBA
formula to split data
IBM X3200 with LSI RAID, slow disk performance in Hyper-V virtual machine ?
lost SSIS packages
Access Query "Not equal to" in Query
Exchange 2007, Outlook 2007 keeps asking for password
Are there a web-based ad hoc reporting tool?
Access IDE - Key Shortcuts for Bookmark?
Telerik Reporting, Report Viewer
Simple Audit Trail for Access 2007