Users with read access to the NES SQL database can view and query audit information by using a SQL querying tool such as SSMS or a custom-built application that is capable of running T-SQL queries.
Perform the following steps to use SSMS to view the entries in an audit schema.
Tracing changes in the audit tables
You can verify that the audit log table is populating with the latest values by following these steps:- Enroll a Nymi Band. In the audit.NymiBand table, a series of update and create records are logged.
- In the NES Administrator Console, edit the properties of the Nymi Band, add a note, and then click Save.
- In SSMS view the Nymi.instance_name.audit.NymiBand table, confirm that an update entry appears, and that the MiscNote column displays the new note.
- In the NES Administrator Console, edit the properties of the Nymi Band. Do not make any changes and then click Save.
- In SSMS view the Nymi.instance_name.audit.NymiBand table and confirm that an update entry does not appear.
- In the NES Administrator Console, edit the properties of the Nymi Band, remove the note, and then click Save.
- In SSMS view the Nymi.instance_name.audit.NymiBand table, confirm that an update entry appears, and that the MiscNote column displays NULL.
Comments
0 commentsPlease sign in to leave a comment.