SQL Server 2005 login with Windows Authentication
- From: "Francois Malgreve" <francois.malgreve@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jun 2007 11:58:32 +0700
Hi all,
I am not very familiar with SQL Server security so bear with me for my basic
question.
I just installed on my laptop at home SQL Server 2005 and I chose Windows
authentication as authentication mode during the installation process. My
computer is running Windows XP PRO.
My Computer name is D620 and my windows user name is Francois (who has admin
rights, beign part of the Administrator group). As it's a stand alone
computer at home, I don't have any domain so it's a local user (not a domain
user).
I obviously installed SQL Server using my Francois (admin) local user
account. So having stated that I chose windows authentication as
authentication mode i was expecting to see something like D620\Francois in
the available logins of my SQL Server instance.
Instead, I see:
- BULTIN\Administrators (What is it? And why is it not D620\Administrators,
which would then be the windows user group)
- D620\SQLServer2005MSFTEUser$D620$MSSQLSERVER (windows local user group
created by SQL Server)
- D620\SQLServer2005MSSQLUser$D620$MSSQLSERVER (windows local user group
created by SQL Server)
- D620\SQLServer2005MSSQLAgentUser$D620$MSSQLSERVER (windows local user
group created by SQL Server)
- NT AUTHORITY\SYSTEM (who is that fellow?)
- sa (who is disabled, which i understand as i did not chose mixed
authentication mode)
So can anyone explain me why there is not any D620\Francois login? And I can
open SQL Server Managemetn Studio and connect to my DB with D620\Francois.
How can I know if D620\Francois got admin rights and if he is dbo of all db?
And how can I change his rights if i don't see the login in the Management
studio?
Maybe also someone can point me out some great material which can explain
SQL security and logins properly?
Thanks a lot in advance,
Francois Malgreve.
.
- Follow-Ups:
- Re: SQL Server 2005 login with Windows Authentication
- From: Erland Sommarskog
- Re: SQL Server 2005 login with Windows Authentication
- Prev by Date: add domain login from management studio
- Next by Date: SQL2000-user not grantable to login
- Previous by thread: add domain login from management studio
- Next by thread: Re: SQL Server 2005 login with Windows Authentication
- Index(es):
Relevant Pages
|