Windows/SQL Authentication...

  • Follow


Friends,

I always read that "Windows Authentication" security is much more secure 
than "SQL Server Authentication" security.  (Although I don't quite 
understand why, exactly.)  I also seem to remember reading that SQL Server 
Authentication might be "deprecated" at one point and eventually go away. 
(Although I can't say I remember when.)

Is there any buzz about SQL Server Authentication EVER going away?  How 
could it; don't too many folks rely on it?

I'm just curious since we are doing some research on "future proofing" our 
products.  Thanks for any thoughts!

James


0
Reply James 11/12/2009 10:50:25 PM

Hi James,

I believe that MS at one point in time had the idea to eventually get rid of 
SQL logins. But later realized that this won't happen, so they instead added 
functionality to SQL logins in 2005 (pwd policies etc).

For Win logins, the pwd isn't transmitted over the wire. For SQL logins, it 
is (encrypted by a self sign certificate if I understand things). That might 
possibly be one side of "win logins are more secure". But I also have a 
feeling that this notion also dates back a bit (for instance before we had 
pwd policies, not to mention those times when default pwd for sa were NULL).

-- 
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi



"James Hunter Ross" <james.ross@oneilsoft.com> wrote in message 
news:u1mDHq#YKHA.4932@TK2MSFTNGP02.phx.gbl...
> Friends,
>
> I always read that "Windows Authentication" security is much more secure 
> than "SQL Server Authentication" security.  (Although I don't quite 
> understand why, exactly.)  I also seem to remember reading that SQL Server 
> Authentication might be "deprecated" at one point and eventually go away. 
> (Although I can't say I remember when.)
>
> Is there any buzz about SQL Server Authentication EVER going away?  How 
> could it; don't too many folks rely on it?
>
> I'm just curious since we are doing some research on "future proofing" our 
> products.  Thanks for any thoughts!
>
> James
>
> 
0
Reply Tibor 11/13/2009 12:21:41 PM


Perfect.  That helps!


0
Reply James 11/13/2009 4:01:43 PM

2 Replies
246 Views

(page loaded in 0.091 seconds)


Reply: