dragonwell
Programmer
I've started dabbling in writing some procedures in managed code. My first attempt is a simple function that takes a url, makes a web-request, and saves the response stream as a file to disk. This works good so far! Next step, since the files I'm downloading are JPEGS, is to make a function that saves a thumbnail version as well. For this I will need to use classes from System.Drawing - but alas SQL won't load that namespace, apparently??!?
Is there a way to work around this?
Thanks
Is there a way to work around this?
Thanks