• marie contencin (4/4/2013)


    Hi,

    I do not like "NULL" value in results.

    May I suggest this :

    ...

    CASE

    when S.type_desc is NULL then 'allowed via a Windows Group'

    else S.type_desc

    end as type_desc,

    ...

    🙂

    Marie,

    That's a nice little add, if you don't like the NULL's.