Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pkSPID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each stored procedure definition |
|||||||||||||
| SPName | varchar | 50 | √ | null |
|
|
Stored procedure name - Name of the database stored procedure |
|||||||||||||
| SPDesc | varchar | 200 | √ | null |
|
|
Stored procedure description - Description of the stored procedure’s purpose and functionality |
|||||||||||||
| thresholdCount | varchar | 100 | √ | null |
|
|
Threshold count - Threshold or limit value for stored procedure execution |
|||||||||||||
| fkFieldID | int | 4 | √ | null |
|
|
Field reference - Links to field that this stored procedure operates on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__StoredProc__45D6979E | Primary key | Asc | pkSPID |
