Delete Log

J

jeff

Does anyone know a way to find out who deleted a project, or turning on
a 'log' in to find out in the future? I have a limited number of
people that are allowed to do it, I just want to find out which one
did.

Thanks!
Jeff
 
M

Mike Glen

Hi Jeff,

Try posting on the server newsgroup as this one's closing down. Please see
FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web address:
http://www.mvps.org/project/.

Mike Glen
Project MVP
 
G

Gary L. Chefetz [MVP]

Jeff:

You can look at the Project Server set tracing tool or SQL logging as
options, however both add a lot of overhead to the system for a very small
gain. Any type of additional logging is going to be costly on performance.
If this is such a big issue, then perhaps you should consider setting a
trigger on the database to record delete actions only. If the latter
solution interests you, ask follow-up questions in the developer group at
microsoft.public.project.developer
 
Top