dbTalk Databases Forums  

Windows Authentication (SQL Server 2008)

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Windows Authentication (SQL Server 2008) in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Justin
 
Posts: n/a

Default Windows Authentication (SQL Server 2008) - 03-05-2010 , 03:42 PM






We are using SQL Server 2008.

As an administrator on the box (part of the admin group), I assumed I
could use Windows authentication to log into sql server.

However, it is giving me a login failure.

#1) How can I verify that sql server is set up to use windows
authentication?
#2) If not, is there a way to adjust the setting (via regedit or other
means)?
#3) Can I assume that the admin group has the rights to login into SQL
Server (this may be an assumption that is no longer valid). What
group would a user need to be in to be able to have the ability to
authenticate on the sql server (through enterprise manager).

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Windows Authentication (SQL Server 2008) - 03-05-2010 , 05:31 PM






Justin (kfwolf (AT) hotmail (DOT) com) writes:
Quote:
We are using SQL Server 2008.

As an administrator on the box (part of the admin group), I assumed I
could use Windows authentication to log into sql server.

However, it is giving me a login failure.

#1) How can I verify that sql server is set up to use windows
authentication?
It is. You cannot disable Windows authentication.

Quote:
#3) Can I assume that the admin group has the rights to login into SQL
Server
No. Up to SQL 2005, the group BUILTIN\Administrators was by default
added when the server was installed, and you had to drop it, if you
did not want it.

Starting with SQL 2008, BUILTIN\Administrators is no longer added by
default, but when you install SQL 2008, you have to specify an account
that is to have sysadmin rights on the server.

Quote:
What group would a user need to be in to be able to have the ability to
authenticate on the sql server (through enterprise manager).
Primarily you should ask the person who installed SQL Server which
user/group he specified.



--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
alen teplitsky
 
Posts: n/a

Default Re: Windows Authentication (SQL Server 2008) - 03-10-2010 , 03:11 PM



On Mar 5, 3:42*pm, Justin <kfw... (AT) hotmail (DOT) com> wrote:
Quote:
We are using SQL Server 2008.

As an administrator on the box (part of the admin group), I assumed I
could use Windows authentication to log into sql server.

However, it is giving me a login failure.

#1) How can I verify that sql server is set up to use windows
authentication?
#2) If not, is there a way to adjust the setting (via regedit or other
means)?
#3) Can I assume that the admin group has the rights to login into SQL
Server (this may be an assumption that is no longer valid). *What
group would a user need to be in to be able to have the ability to
authenticate on the sql server (through enterprise manager).
which account are you using to run SQL server? we had something like
this when we started using a custom account for every server. i think
it was a bug if you logged on as a different account to install SQL as
well. but i think MS fixed it. we had a PSS case about it years ago
and supposedly we found this bug. which version of SQL 2008 are you
running?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.