To connect server database by Windows Authentication, follow these steps:
- select the type of server to connect to Database Engine.
- connecting to Microsoft SQL Server Database Engine. In most cases, you can connect by entering the computer name of the database server in the Server name box.
- select the mode of Authentication to connect to Windows Authentication.
- select to connect to the server.
Before you begin, you must first create the new login using Here
To connect server database by SQL Server Authentication, follow these steps:
- select the type of server to connect to Database Engine.
- entering the computer name of the database server in the Server name box.
- select the mode of Authentication to connect to SQL Server Authentication.
- enter the login to connect with server database.
- enter the password for the login.
- select to connect to the server.
For more information on connecting SQL Server Database Here