Groups | Blog | Home
all groups > sql server notification services > may 2007 >

sql server notification services : SSNS newbie question :)


Ronald Green
5/14/2007 3:12:28 AM
Hi,

I'm a seasoned DBA and developer, but not quite familiar with SSNS so
please forgive my ignorance... :)

I understand that SSNS notification of SQL related events is actually
implemented as polling of the database for changes.

Is it true? If so, what is the minimum polling delay? Also, is it
possible to use activation (via Service Broker and triggers) with SSNS
instead of polling?

Thanks in advance,
R. Green
Joe Webb
5/15/2007 10:53:02 AM
[quoted text, click to view]

Hi Ronald -

Good question. The built-in SQL Server Event Provider does essentially
collect data by polling. The frequency is configurable.

However you can always create your own custom event provider if the
built-in provider does not fit your needs.

HTH...

--
Joe Webb
SQL Server MVP
Ronald Green
5/15/2007 11:31:29 AM
Hi Joe,

Thanks for your answer!

Just to make things clear: There isn't any available SQL Event
Provider that relies on activation (event notifications/service
broker)?

Thanks in advance,
R. Green

[quoted text, click to view]

AddThis Social Bookmark Button