Viewing 3 posts - 1 through 4 (of 4 total)
f.racionero (10/17/2007)
select
[Login Type]=
case sp.type
when 'u' then 'WIN'
when 's' then 'SQL'
when 'g' then 'GRP'
end,
convert(char(45),sp.name) as srvLogin,
convert(char(45),sp2.name) as...
July 8, 2010 at 4:23 pm
Viewing 3 posts - 1 through 4 (of 4 total)