
I just finished an upgrade to GP 2013 R2 and I could not help notice the hundreds of reminders that have been left to fester for years. Is there any way to do a mass removal of these reminders? If not, can someone tell me the table that contains these reminders and I will get rid of them in SSMS.
*This post is locked for comments
I have the same question (0)Hi Richard,
To remove remainder(s) through SSMS
1) Please take a backup of Dynamics database
2) Run the below script
Delete from DYNAMICS..SY01404
where DICTID = XXX and USERNAME = 'YYY'
(Replace XXX with corresponding dictionary ID & YYY with the actual name of the user that is experiencing this issue.)
Please refer the below links related to this