Home Forums SQL Server 2005 Administering Unable to remove user from db_owner role membership...why? RE: Unable to remove user from db_owner role membership...why?

  • Keep in mind if that use is member of a user defined db role that has been added to the db_owner groupmembers, SSMS will show db_owner membership as well !

    In such case, just unticking DB_Owner will not have the intended effect.

    You'll need to just remove that user from the user defined db role that is member of the db_owner group.

    Just worth the double check.

    You can use this to see how a user gets to the db.

    EXEC master..xp_logininfo @acctname = 'domain\user',@option = 'all' -- show all paths an account is allowed into the database

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me