In the SQL 2005 - what is the difference between a Authentication Windows to a SQL Authentication?
When connecting to SQL 2005 Server, what is the difference between :
- Athentication Windows
-SQL Authentication
Microsoft SQL Server 2005
Last Comment
ydramu
8/22/2022 - Mon
Aneesh
with windows authentication u can logon using the windows credentials and with the other you need to provide the sql server username and password
cuziyq
Back in the old days, SQL Server had its own method of authentication and did not rely on having a domain to validate against. If you use SQL Authentication, a single user name and password will allow anyone to connect to the server that knows the password.