Invoke REST API through SQL Server Process
Summary
Invoke REST API through SQL Server ProcessContent
Can we invoke REST API webservices through SQL Server process instead of JAVA code? I always have known only about the Java intermediate layer and looking for other experiences with respect to SQL Server. Use case is customer is reading data and converting it into HDL file compatible format. Now, due to data issues, they are looking at the option of invoking REST API in the SQL Server packaged process.
Appreciate if anyone can share knowledge on this.
0