Logins are the credentials that authenticate connections to an instance. Except in the case of an instance configured to support contained databases, a database user must map to an existing SQL Server login. You can differentiate SQL Server logins based on the type of authentication method used. SQL Server 2012 supports the following login types: ■ Windows-authenticated login ■ SQL Server–authenticated login ■ Certificate ■ Asymmetric key A security principal must have the ALTER ANY LOGIN permission to be able to create SQL logins. Windows-Authenticated SQL Server Logins: Windows-authenticated SQL Server logins are instance logins in which the operating system handles authentication. You can map a Windows-authenticated SQL Server login to a local user account, a local security group, a domain user account, or a domain security group. To create a Windows-authenticated SQL Server login, ...
~ a resource for the Microsoft SQL Server.