c# - How to consume (*.asmx) web service in Sql server 2008 -


i want consume c# web service inside sql server 2008 stored procedure. main concept behind want run scheduler of sql server (by using sql server agent) every 30 minutes, logic written in c# class.

how run web service in sql server 2008 ?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -