Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
machal85
Starting Member
1 Post |
Posted - 2011-01-14 : 03:13:38
|
I've created in Visual Studio 2010 the SQL Server 2008 project and written CLR Trigger in that project(written in C#). Is there any possibility to call webservice in an asynchronously way from CLR Trigger? I'm able to call webservice in an synchronous way. But in first way the on_completed event is not being fired.Peter |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-01-14 : 08:48:40
|
Have a look at Service Broker. |
|
|
|
|
|