Stores SQL scripts used by the Unicenter Service Desk applications
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sql_name | nvarchar(30) | with null | User name for script |
| sql_script | nvarchar(500) | with null | Actual script |
| sql_desc | nvarchar(240) | with null | User title for script |
Product Name: Unicenter Service Desk
Table Type: Table