HOME | SOLUTIONS | INDUSTRIES | SERVICES | ABOUT US | NEWS & EVENTS | SUPPORT CENTER | CONTACT

 
Product Documentation
Dovetail SelfService
Knowledge Base
Support Forums
Employee Blogs
Contact Us

How do I set all users notifier to off using a SQL Script? (Article # 322)

View products that this article applies to.

Problem:

How do I set all users notifier to off using a SQL Script?

Resolution:

To set all users notifier to OFF - you can use the follow SQL:

/*** To set the notifier to OFF, set x_notifier = 0 ***/
Update table_user
SET x_notify = 0

/* Check the notifier setting for each user */
SELECT login_name, x_notify
FROM table_user

Applies To:

Copyright © 2008 Dovetail Software, Inc. All rights reserved.

 

support center | blogs | terms & conditions | contact