I am using SqlServer 2008 R2 express edition. Is it possible to run SqlServer without windows authentication mode?
-
I think you can only choose between "Windows authentication only" and "Mixed mode". At least that's what the manual says: msdn.microsoft.com/en-us/library/ms144284%28v=sql.90%29.aspxuser330315– user3303152013-06-11 14:26:07 +00:00Commented Jun 11, 2013 at 14:26
-
Why do you want to? Why do you need this? As gbn correctly states, you cannot run without Windows authentication, but there may be another way to acheive what you need.RBarryYoung– RBarryYoung2013-06-11 14:26:46 +00:00Commented Jun 11, 2013 at 14:26
-
I would not like to give windows users to access sqlserver database.S. M. Quamruzzaman Rahmani– S. M. Quamruzzaman Rahmani2013-06-11 14:34:45 +00:00Commented Jun 11, 2013 at 14:34
Add a comment
|
3 Answers
No, you always have Windows Authentication.
The only option is whether you want SQL Server mode as well or not
Guessing at the reason for this, see Securing SQL Server database from Domain Admin for some tips on locking down a SQL Server installation
Comments
Yes, connect to server under Windows authentication , click Properties -> Security -> choose SQL Server and Windows authentication mode
3 Comments
Adrian Fâciu
OP is asking "without windows authentication mode"
S. M. Quamruzzaman Rahmani
Is it possible to run only SqlServer mode?
ihorko
without windows authentication mode means Sql Server Mode, or I'm not right?