Windows Authentication
During the creation of a new connection to an MS SQL Server database, you can set one of the two authentication methods:
SQL server authentication
- Choose ”Server” authentication method.
- Fill in the user name and the password of your database
Windows authentication
If you use windows authentication as the default authentication method in your SQL Server, then choose “Windows” while creating a new connection to your SQL Server database.
Available in: Standard, Professional and Enterprise Editions.