Authentication Mode
| SQL Server Only | Specify that users can connect to the instance of SQL Server using SQL Server Authentication only (ie users will not be able to connect using a Windows NT account). |
| Window NT Only | Specify that users can connect to the instance of SQL Server using Windows Authentication only (ie SQL Server logins are disabled). |
| SQL Server and Windows NT | Specify that users can connect to the instance of SQL Server using SQL Server Authentication and Windows Authentication. This is considered Mixed Mode authentication. |
Audit Level
| None | Disable auditing. This is the default for this setting. |
| Success | Audit on successful login attempts. |
| Failure | Audit on failed login attempts. |
| All | Audit on both successful and failed login attempts. |
If you change the audit level, you must stop and restart the server for the new audit level to take effect.
See Also
SQL Server Properties
SQL Server Properties (General Tab)
SQL Server Properties (Settings Tab)
SQL Server Properties (Connections Tab)