sql server notification services:
Are you using SQL Server 2005? If so you've got a couple of options.
1) SQLNS may be a good fit for you - I cannot tell based on what
you've described in your OP. Here's a link to another thread that
describes how to set up a custom delivery protocol (using v2.0 but it
should at least point you in the right direction).
http://groups.google.com/group/microsoft.public.sqlserver.notificationsvcs/browse_thread/thread/4fe82e37a9f41a6c/bdb7a17b5beb5d31?q=attachments&_done=%2Fgroup%2Fmicrosoft.public.sqlserver.notificationsvcs%2Fsearch%3Fgroup%3Dmicrosoft.public.sqlserver.notificationsvcs%26q%3Dattachments%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d#bdb7a17b5beb5d31
2) You can also look into Query Notifications, too. That may be a good
alternative, depending on your needs.
http://msdn2.microsoft.com/en-us/library/t9x04ed2.aspx HTH...
--
Joe Webb
SQL Server MVP
http://www.sqlns.com ~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811 I support PASS, the Professional Association for SQL Server.
(
www.sqlpass.org)
On 24 Feb 2006 00:22:43 -0800, "oleksa borodie"
[quoted text, click to view] <oleksa.borodie@gmail.com> wrote:
>Hello.
>
> I'd like to use SQL 2005 Notification Services to notify my .Net
>application about some events. In few words it will look like that:
>
> - my application starts and subscribes to some events
> - notification service notify my application about some events
> I don't know how many application instances will be started at one
>time, approx values are from 0 to 30.
> I understand Notifications services features generally. Unfourtanetly
>I cann't understand how to build custom delivery channel. I need that
>Notification Services instance call method defined in my application if
>event occurs. All samples from SQL server installation contains file
>and e-mail delivery endpoints but this endpoints are not suitable for
>me.
>
> Could you help me please and post some links to the custom delivery
>channel development manuals, HOWTOs, FAQs?
>
Hello.
I'd like to use SQL 2005 Notification Services to notify my .Net
application about some events. In few words it will look like that:
- my application starts and subscribes to some events
- notification service notify my application about some events
I don't know how many application instances will be started at one
time, approx values are from 0 to 30.
I understand Notifications services features generally. Unfourtanetly
I cann't understand how to build custom delivery channel. I need that
Notification Services instance call method defined in my application if
event occurs. All samples from SQL server installation contains file
and e-mail delivery endpoints but this endpoints are not suitable for
me.
Could you help me please and post some links to the custom delivery
channel development manuals, HOWTOs, FAQs?
Thank you.