Click here to Skip to main content
15,991,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I am writing to seek help, ask to figure out which approach I can take, to be able to automatically invoke a webserivce, whenever a new record is added into the employee database table.

I initially started by looking into creating a SQL trigger for invoke the URL from the TSQL side, however I did not get very far and this approach does not seem to much optimal and secure, hence I am seeking further assistance.

any help would be very much appreciated.
Thank you
Posted

1 solution

Assuming you're not using SQL Express, this sounds like a job for Service Broker[^] with external activation.

Service Broker: Scalable Web Service Calls From SQL Database[^]
http://stackoverflow.com/a/11147636/124386[^]
SQL Server: Service Broker Team Blog[^]
 
Share this answer
 
Comments
miss786 12-Jan-15 10:30am    
Thank you for your reply. Your solution looks quite promising and I shall give this approach a try. Many thanks your your help and time.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900