Viewing 2 posts - 1 through 2 (of 2 total)
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,
🙂
April 4, 2013 at 3:56 am
#1603478
I am very surprised to find in experts forum scripts that are in sql2005 BOL:-)
December 18, 2012 at 1:33 am
#1569400