sp_sql_acknowledge_notifications

sp_sql_acknowledge_notifications

This notification procedure allows the specified user to acknowledge notifications.

sp_sql_acknowledge_notifications

Parameters

Description

@user_id integer

The name of the user acknowledging the notification.

@time_acknowledged t_datetime_value

The date and time the notification is being acknowledged.

@notification_ids_query t_nstring

The ID’s of the notifications to be acknowledged. A syntactically correct SQL query whose result is one column of notification ID’s.

For example code that uses this procedure, please see “Acknowledging Notifications”.


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.