Contains information about scripts
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sctype | smallint | not null | Script type. First part of the primary key. |
| scobtype | smallint | not null | Script object type. Second part of the primary key. |
| instance | smallint | not null | Instance |
| scname | nvarchar(50) | with null | Script name. |
| sctext | nvarchar(3700) | with null | Script text. |
| sclang | nvarchar(50) | with null | Script language. |
| scenable | smallint | with null | Enabled. |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table