문제

I would like to issue a HTTP webrequest from a stored procedure in SQL Azure. I know that there are ways to do this on a normal SQL Server, but does it work on azure aswell?

도움이 되었습니까?

해결책

I assume that you refer to OLE Automation procedures. It is not possible with SQL Azure. SQL Azure prevents you from calling server resources, it is limited to transactional processing only.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top