| JHU Mirror |
| Return the SpecZWarning value, indexed by name |
| the specZWarning values can be shown with Select * from SpecZWarning Sample call to find spec objects that do not have warnings select top 10 * from specObj where zWarning = dbo.fSpecZWarning('OK') see also fSpecZWarningN |
| name | type | length | inout | pnum |
| int | 4 | input | 0 | |
| @name | varchar | 40 | input | 1 |