Re: droping BUILTIN/Administrators account in SQL 2000
BUILTIN\Administrator is a Windows NT/2000 integrated account; sp_droplogin
is for SQL Server logins.
You have to use sp_rekokelogin with Windows NT/2000 logins.
Bye
Luca Bianchi
"Tony Kush" <anthony.b.kushanu@mail.sprint.com> wrote in message
news:07b001c29c9a$c0182660$89f
82ecf@TK2MSFTNGXA01...
> How can some drop the BUILTIN/Adminstrators account in
> master database?
>
> I have try to sp_droplogin, and it does not work.
Report this post to a moderator
|