Hi,
Does anyone know of a way I can monitor users doing a select on a table if they haven't connected via the application.
I have a system with sensitive information, the users will access this info through an unbound adp.
They have concerns that out IT Staff, who all have full rights as developers and dba's, could view this data.
So as a compromise I thought there must be a way that if userX does a select on a table and they haven't come in via the application, that sysadmin or userZ could get notified.
Or maybe a trigger could write to a file, or anything to record/alert when anyone does a select on a table they shouldn't be viewing.
Hope I haven't confused you.
Any ideas would be appreciated.
Does anyone know of a way I can monitor users doing a select on a table if they haven't connected via the application.
I have a system with sensitive information, the users will access this info through an unbound adp.
They have concerns that out IT Staff, who all have full rights as developers and dba's, could view this data.
So as a compromise I thought there must be a way that if userX does a select on a table and they haven't come in via the application, that sysadmin or userZ could get notified.
Or maybe a trigger could write to a file, or anything to record/alert when anyone does a select on a table they shouldn't be viewing.
Hope I haven't confused you.
Any ideas would be appreciated.