开发者

Can we send a HTTP request from a stored procedure in any database?

开发者 https://www.devze.com 2023-03-06 10:28 出处:网络
I tried googling but couldn\'t find any relevant article. I am not sure if its possible or not. Could you please share开发者_Go百科 any thing relevant about this title? It could be either a get or p

I tried googling but couldn't find any relevant article. I am not sure if its possible or not.

Could you please share开发者_Go百科 any thing relevant about this title? It could be either a get or post http request.


Oracle has UTL_HTTP

In SQL Server, you would probably use the CLR, which gives you .NET framework access


The closest thing I can think of is Native XML Web Services in SQL Server. But that functionality was deprecated in SQL Server 2008.

http://msdn.microsoft.com/en-us/library/cc280436.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消