SQL Server Developer Center > SQL Server Forums > .NET Framework inside SQL Server > calling webservice from sql server 2005 trigger
Ask a questionAsk a question
 

Answercalling webservice from sql server 2005 trigger

  • Tuesday, October 20, 2009 5:31 PMkrishna_cbe Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

            I am using "HttpRuntime.Cache.Insert" to maintain the data set in the cache. The problem is that when new data is added to the data base table, I need to update data set which is in the cache.

    For this I want to  call a webservice from the trigger to update the data set(cache). Can anyone help me that how to do that?

    Thanks in advance

    krishna

Answers

All Replies