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
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".