Can we send a HTTP request from a stored procedure in any database?
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
精彩评论