Is it possible to connect to a SQL server in SQL Server Authentication if the server has been installed with Windows Authentication?

link|improve this question
1  
it doesn't matter how SQL server was "installed", you can switch the authentication method at any time. – adaptr Feb 22 at 10:41
feedback

migrated from serverfault.com Feb 22 at 11:51

This question came from our site for system administrators and desktop support professionals.

1 Answer

No. You'd need to be in "mixed mode" which is both SQL and Windows Authentication

link|improve this answer
feedback

Your Answer

 
or
required, but never shown