So we have a few (or more, no one knows) apps written by someone who has now left, these apps access Microsoft Access Databases stored on this developers old PC, which in turn read from our Production SQL database. Now to track all these programs down, and what time they are run, I'd like to keep a log of a files access time, is this possible to do? Obviously if I read the access time, I would modify it. We can't rely on the modified time, as some Access Databases are just linked tables to the SQL Database.
Prefer to do this in C#, but it doesn't matter. Just need to track down whats running where, once I've found them, they can be modified.
Thanks.