Table to hold Service Analyzer Status for Assets
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) Numeric ID |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(60) | not null | The symbolic value for this Change Impact Analyzer status |
| nx_desc | nvarchar(40) | with null | The description value for this Business_Management_Status. |
| status_no | integer | not null | the primary key for this status |
Product Name: Unicenter Service Desk
Table Type: Table