1.

Which of the following feature prefers SQL Server authentication mode over windows authentication?(a) Backward compatibility(b) Forward compatibility(c) Security(d) All of the mentionedThis question was posed to me in unit test.This question is from Authentication in section Security of SQL Server

Answer»

The correct choice is (a) Backward compatibility

The BEST explanation: SQL Server AUTHENTICATION is provided for backward compatibility. For example, if you create a single Windows 2000 GROUP and add all NECESSARY users to that group you will need to grant the Windows 2000 group login rights to SQL Server and access to any necessary DATABASES.



Discussion

No Comment Found

Related InterviewSolutions