Can SQL Server send a web request?

后端 未结 4 1021
南旧
南旧 2020-12-01 12:34

I have an SQL Server database and an intranet web application on a local network. The intranet web application creates records and sends them to the database. I have an Inte

4条回答
  •  生来不讨喜
    2020-12-01 13:11

    As a good (rather reliable and scalable) option, you can use SQL CLR to interact with web application / web service.

    For example, search for "SQL CLR WebRequest" or "SQL CLR WCF".

提交回复
热议问题