SQL Server also has the capability of authenticating users. SQL can store its own set of accounts, separate from NT. With SQL Server authentication, either the user provides a username and password at the time of initial database access, or the application itself can store a username and password, which it uses to establish a connection. The account is administered by SQL Server, password and all, and has nothing to do with a network logon.