SQL Server 2000: Revoking dbo from Builtin\Administrators
From: Jim Sims (jim.m.sims_at_exxonmobil.com)
Date: 09/18/03
- Next message: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Previous message: Ian Mundell: "Re: MS03-031: Cumulative Security Patch for SQL Server"
- Next in thread: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Reply: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 17 Sep 2003 15:01:57 -0700
I normally revoke all privileges from
Builtin\Administrators as part of my SQL Server 2000
install process. I have recently found 2 servers where
this step had been overlooked. Now,
Builtin\Administrators has dbo privileges on all databases
on the server. When I try to remove the "Permit" check
mark, I am advised, "The database owner cannot be
dropped." When I try to revoke dbo privileges, I
get "Error 15405: Cannot use teh reserved user or role
name 'dbo'.
I have run
sp_change_users_login 'auto_fix','Builtin\Administrators'.
I have changed the owner of all the objects to my ID. I
have tried to change the object owner to "SA". I have
tried to change the owner of the database to "SA".
All attempts fail. Anybody got any ideas?
- Next message: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Previous message: Ian Mundell: "Re: MS03-031: Cumulative Security Patch for SQL Server"
- Next in thread: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Reply: Kevin: "Re: SQL Server 2000: Revoking dbo from Builtin\Administrators"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|