Viewing 14 posts - 1 through 14 (of 14 total)
I apologize for delays responding, but this is something I solved for awhile ago in an updated version of the function. I haven't made the time to update this article...
September 12, 2020 at 1:20 am
This is great stuff!
One thing I didn't see in the article (sorry if I just missed it!) that might be worth pointing out is I believe (correct me if I'm...
June 19, 2019 at 2:20 am
I created a project on github for this function: https://github.com/eilerth/sqlclr-http-request
Note at the time I'm writing this there are breaking changes that will cause examples in this article to...
December 14, 2018 at 11:19 am
Yep, I've run into the same issue and have worked a solution into a new version that I hope to post soon.
Basically to fix the issue, this line...
December 13, 2018 at 5:14 pm
spcghst440, thanks for the info!
I'll check that out and will probably make some tweaks to avoid that.
October 24, 2018 at 4:29 pm
Thanks for the additional clarity (and kind words), Solomon!
October 15, 2018 at 1:32 pm
I was thinking similarly about the OLE Automation. That is also a configuration which is turned off by default just like CLR and once enabled allows you to do so...
October 15, 2018 at 12:41 pm
I was going to suggest you could wrap things up in a table-valued function so you could query something like this:
SELECT * FROM [dbo].[ufn_example_by_area_amenity]('Auckland', 'cinema')
October 13, 2018 at 10:12 am
For instance, what is:
[dbo].[clr_http_request]
[dbo].[clr_http_request] is the function this article describes. The steps to create the function are noted at the bottom of the article. I'll copy here...
October 12, 2018 at 5:42 am
Ha, careful with those chairs!
I was able to pretty quickly take your code and use this function to query it 🙂
October 11, 2018 at 9:18 pm
Msg...October 11, 2018 at 8:52 pm
Indeed, some policies (especially in larger corporate environments) may to some extent block this method. For those that allow it this can be a very convenient tool, though!
This...
October 11, 2018 at 8:50 pm
Thanks for the great Feedback, Sergio!
Late last night I noticed that I missed the @convertResponseToBase64 parameter and submitted a fix for the article. I also just now submitted...
October 11, 2018 at 7:32 am
zerbit (12/22/2014)
It sound likes this script is doing a large amount of CPU work for just change 8bytes into another...
December 22, 2014 at 6:44 am
Viewing 14 posts - 1 through 14 (of 14 total)