Notification Services 存储过程 (Transact-SQL)

Microsoft SQL Server 2005 Notification Services 中的许多管理、调试和故障排除活动都可通过存储过程执行。公共存储过程可分为下列表所示的几类。

管理和报告存储过程

NSAdministrationHistory

NSSnapshotEvents

NSSnapshotApplications

NSSnapshotProviders

NSSnapshotDeliveryChannels

NSSnapshotSubscriptions

NSVacuum

 

调试存储过程

NSExecuteRuleFiring

NSSetQuantumClock

NSPrepareRuleFiring

NSSetQuantumClockDate

事件提交存储过程

NSEventBeginBatch<EventClassName>

NSEventSubmitBatch<EventClassName>

NSEventFlushBatch<EventClassName>

NSEventWrite<EventClassName>

故障排除和分析存储过程

NSDiagnosticDeliveryChannel

NSQuantumDetails

NSDiagnosticEventClass

NSQuantumExecutionTime

NSDiagnosticEventProvider

NSQuantumFailures

NSDiagnosticFailedNotifications

NSQuantumList

NSDiagnosticNotificationClass

NSQuantumPerformance

NSDiagnosticSubscriptionClass

NSQuantumsSkipped

NSEventBatchDetails

NSScheduledSubscriptionDetails

NSEventBatchList

NSScheduledSubscriptionList

NSNotificationBatchDetails

NSSubscriptionConditionInformation

NSNotificationBatchList

 

ms178571.note(zh-cn,SQL.90).gif注意:
除非特别指明,否则 Notification Services 中的 datetime 值采用通用协调时间 (UTC) 格式。
ms178571.note(zh-cn,SQL.90).gif注意:
除非特别指明,否则所有系统存储过程返回 0 值表示成功,返回非零值则表示失败。

其他 Notification Services 存储过程

实例数据库和应用程序数据库包含该存储过程引用中未记录的各存储过程。未记录的存储过程仅供内部使用。不支持从应用程序中显式调用这些存储过程,这样可能会导致 Notification Services 应用程序中出现意外行为。

请参阅

参考

系统存储过程 (Transact-SQL)
Notification Services 视图

其他资源

监视 Notification Services 性能和活动

帮助和信息

获取 SQL Server 2005 帮助