Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/accessanalyzer/12.0/admin/action/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,15 @@ analysis and reports downstream.

| Required Columns | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| rowGUID | Identifies each data row as unique. The datatype in the table is uniqueidentifier (GUID). |
| RowKey | Identifies each data row as unique. Sometimes the value is a GUID, but the datatype in the table is a varchar (text string). |

| Recommended Columns | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Host | Name of the target server |
| SA_HOST | This column determines the Access Analyzer server to which the data belongs in the event multiple Access Analyzer consoles are connected to a single database |
| JobRunTimeKey | Contains the run time and date for the job. If history is active, Access Analyzer can identify data collected during a specific collection execution. |
| rowGUID | Identifies each data row as unique. The datatype in the table is uniqueidentifier (GUID). |
| RowKey | Identifies each data row as unique. Sometimes the value is a GUID, but the datatype in the table is a varchar (text string). |


:::tip
Remember, the individual action modules may have their own column requirements in addition to the
Expand Down
Loading