Hi All,
Please have a look at USRD problem 2494.
Title: DATABASE SIZE GROWING DUE TO NOTIFICATIONS
If Service Desk is configured to process and send out email notifications
to specific contacts defined in the system, when a notification is sent out,
it will update the 'nlh_msg_html' column of the 'not_log' table and may
cause size of the database to grow fast.
The correction to this problem introduces a new NX_INSERT_NLH_MSG_HTML
variable that can be tweaked to avoid the problem. If this variable is set
to 'YES' then the html message body of the notification can be inserted
into not_log table. If it is not set, html part will not be inserted into the not_log table.
Thanks & Regards,
Hema.