Unable to remove email notification from removed user

D

Dazed & Confused

I am not at all familiar with Project at all, but a client
of mine "asked" that I help him out with a problem. He
states that a user was added to a project by mistake and
was deleted after. The problem is that the user still
receives email notifications informing him that he has no
time posted for that specific project. Any suggestions?
Thanks
 
M

MutazAG

try

delete from
MSP_WEB_ASSIGNMENTS where WPROJ_ID > 1 and WASSN_DELETED_IN_PROJ = 1 and
WASSN_REMOVED_BY_RESOURCE = 1
 
Top