I'm studying SQL Server and so far I'm able to make API calls directly from SQL Server and with a stored procedure start a job to pull data periodically from an API. But when JSON responses are too long sometimes I can't solve it.
So, is there other way to automate an API call and then put that JSON response into a SQL Server table?