Re: GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- From: "Joe" <jwdaigle@xxxxxxxxxxxxx>
- Date: Thu, 12 Apr 2007 16:33:11 +0800
Hi Peter -
Well, sort of :-). I am allowed to do a "GRANT CREATE DATABASE TO", but
not allowed to do a "GRANT ALTER ANY LOGIN TO".
I have checked, and the builtin\administrator group still exists in SQL
server, and is a member of the sysadmin server role.
Regards,
Joe
"Peter Yang [MSFT]" <petery@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:6h$5$PNfHHA.4692@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Joe,
I understand that you log into SQL Server 2005 as a local admin but you
could not grant "alter any login" permission to a domain login. If I'm
off-base, please let me know.
I suspect "buitin\Administrators" group might have been removed from the
server or it has been removed "sysadmin" server role.
You may want to login as a domin user or sql login with sysadmin role,
grant yourself "sysadmin" role, and test it again
EXEC sp_helpsrvrolemember 'sysadmin'
EXEC sp_addsrvrolemember 'domain\username', 'sysadmin'
If you have any update, please feel free to let me know. Thank you.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
<http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<http://msdn.microsoft.com/subscriptions/support/default.aspx>.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- References:
- GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- From: Joe
- RE: GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- From: Peter Yang [MSFT]
- GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- Prev by Date: RE: GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- Next by Date: RE: Running into security issues when attempting to deploy a Report Mo
- Previous by thread: RE: GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- Next by thread: Re: GRANT CREATE DATABASE versus GRANT ALTER ANY LOGIN
- Index(es):
Relevant Pages
|