Tag Archives: MS SQL Server 2000 authentication modes

MS SQL Server 2000 authentication modes

With Microsoft SQL Database Server 2000 you can choose either of the two security (authentication) modes, namely: NT security mode (Windows NT Authentication only), Mixed mode (Windows NT Authentication and SQL Server Authentication). NT security mode (Windows NT Authentication only): It is related to windows domain. Access will be given to existing domain user account.Using those credentials, user can access the database.Separate account is not created as in other databases. Mixed mode (Windows NT Authentication and SQL Server Authentication) In … More ->

Tagged , , , , Leave a comment