- Activate the Use Connection String option.
MSSQL Server must be open to the Internet in order to connect to an MSSQL database you are working with locally.
- Enter the Connection String for the MSSQL database.
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
- Check if the connection works with the Test button.
- If the connection is successful, click the CREATE button to complete the process.