FUNCTION  fSpecZWarning

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

Input and output parameters

nametypelengthinoutpnum
 int4input0
@namevarchar40input1