Using SQL Server Management Studio to run a Job to make an API Call instead of a SQL Procedure

675 Views Asked by At

Is there a way schedule a job in SQL Server management studio to make API calls (SOAP or REST) directly from SQL Server.

Where can I find more rules/syntax etc to do this. I need to make API calls on a schedule (nightly). These API calls will do a combination of things but I'd like to call them from the Server Job set up directly.

Thanks.

0

There are 0 best solutions below