Represents the scripts (templates) for the models (Incidents, Changes, Problems, Service Requirements, and Releases) and categories of CMDB (Maintenance)
Data model

Fields
| Field |
Type |
Description |
| description |
NVARCHAR (500) |
Description of the script |
| id* |
INT |
Script ID |
| model_id* |
INT |
Identifier of the associated model, reference the ASMS_MODEL.id table |
| name* |
NVARCHAR (100) |
Script Name |
| text |
NVARCHAR (MAX) |
Script text (template) |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| model_id* |
dbo.ASMS_MODEL |
id |
FK01_ASMS_SCRIPT |