Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How to get user roles

    f.racionero (10/17/2007)


    Normally I use this script to get all user information for a db

    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...

  • RE: NULL

    john.arnott (4/15/2010)


    steve block (4/15/2010)


    I think it would have been delicious to have one of the options for the answer to be "I Don't Know" and it be the correct response.

    Steve

    Excellent!...

  • RE: NULL

    Tao Klerks

    The sentence "NULL does not equal NULL" is correct, when you have ANSI_NULLs on...

    On the other hand, the statement "Try comparing two NULL values in SQL - they will...

Viewing 3 posts - 1 through 3 (of 3 total)