removing builtin\Administrators group having dbo on all dbs

  • Hi guys,

    I have builtin\Administrators groups is added as dbo to all of my databases.I need to remove it.The sql server is running under it's own account and all dbs are owned by sa.

    Any help?

    Thanks.

     

  • guys...nevermind..

    it was pretty simple but sometime we forget as we don't use frequently.

    Thanks.

  • Okay, for those of us who use this site to learn about SQL server, how did you do it?


    Steve Eckhart

  • use sp_revokelogin

    hth

     

  • You might consider removing the SysAdmin privilege from builtin\Administrators group before getting rid of it away in case something is using the group unaware (like backup software, etc.).  Then you could re-enable SysAdmin privilege until the appropriate individual user is added as a login.  If no problems after a while (a month maybe), you can then blow away builtin\Administrators.

    Steve

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply