yogesh singh
yogesh singh

Reputation: 105

How can I call an ASP.NET web service when new data is inserted in a SQL Server table?

How can I call an ASP.NET web service when new data is inserted in a SQL Server database table?

Upvotes: 2

Views: 128

Answers (1)

Yatrix
Yatrix

Reputation: 13785

You can add an assembly to your Db and fire the code in a trigger, on insert.

Upvotes: 2

Related Questions