Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Get Image from URL

Author  Topic 

ing.amdangelo
Starting Member

1 Post

Posted - 2012-11-06 : 08:12:14
Is it possible to get Image from URL, in a stored Procedure and
store the image in db??

Tnx

Ing. Angelo Michele d'Angelo

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2012-11-06 : 15:28:42
Anything is possible. But with straight T-Sql you can't do this. Typically application code is used to stream the binary content into a varbinary column. My personal preference is to save the file to the file system and use the database just to track whatever attributes you need about the image.

Be One with the Optimizer
TG
Go to Top of Page

Donna111
Starting Member

4 Posts

Posted - 2013-10-23 : 02:50:48
HI there
You said we can not download image from url with straight T-Sql?Really?Then what should we do?Should i add any image
assistance to help me out?Thanks for any suggestion.
Go to Top of Page
   

- Advertisement -