I want to send an HTTP GET
call to an API every hour. I want this data directed to my SQL Server database (or MySQL). I'm a data guy, not a web developer.
Is it possible to make this call using SQL Server? If so, how? If not, what's the easiest workaround?