I'm not sure why I'm having such a hard time finding an answer without asking.
I have SQL Server 2016. Trying to figure out how to call a REST web service from a Procedure. Do I use OLE Automation Procedures? MSXML2.ServerXMLHttp
? Or is there something built in? I would rather not use CLR.