FUNCTION  fResolveStatusN

Return the expanded ResolveStatus corresponding to the flag value as a string

the ResolveStatus values can be shown with Select * from ResolveStatus
Sample call to fResolveStatusN
select top 10 objID, dbo.fResolveStatus(mask) as rstatus
from PhotoObj

see also fResolveStatus

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0