Configure Settings via Connection String

  1. 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.

  1. Enter the Connection String for the MSSQL database.
    • Example format:
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
  1. Check if the connection works with the Test button.
  2. If the connection is successful, click the CREATE button to complete the process.