SQL Server Notification Services Question: Download SQL Notification Services PDF

Explain architecture of SQL Server Notification services?

Tweet Share WhatsApp

Answer:

Notification Services consists four components

Subscription
Subscription data can be added using (SMO) Subscription Management Objects to Notification Services application.

Events
Events get populated to events table with the help of Event providers.

Generator
When events are populated into events table, the generator wakes up and starts processing rules that are attached with subscriptions. The generator checks to see if any events match them. The generator starts creating notifications and fills the Notifications table, if matches are found.

Delivery (notifications)
When notifications arrive in Notifications table, the distributor wakes up and starts processing each notification, formats it and delivers them using specified channel

Download SQL Notification Services PDF Read All 15 SQL Notification Services Questions
Previous QuestionNext Question
What are Notification services?What are the basic components of Notification services?