Used to store infromation about the components registered on a server
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_comp_uuid | byte(16) | not null | UUID of an server component |
| server_comp_id | integer | with null | Component plugin id. |
| server_comp_version | nvarchar(32) | with null | Component version string. |
| creation_user | nvarchar(255) | with null | Creation user name |
| creation_date | integer | with null | Creation data |
| last_update_user | nvarchar(255) | with null | Last update user name |
| last_update_date | integer | with null | Last update date. |
| version_number | integer | with null | Last version number |
| server_uuid | byte(16) | with null | UUID of an server instance |
| auto_rep_version | date | with null | Replication version information |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| server_comp_uuid | usd_v_sserver_clients |