Configure MSSQL Settings Manually

After clicking the CREATE button, fill in the following fields on the screen that opens:

  • Server: Enter the MSSQL database server address. Example: Server=myServerAddress.
  • Database: Type the name of the database you want to connect to. Example: Database=myDataBase.
  • Authorization:
    • User Id: Enter the user name. Example: User Id=myUsername.
    • Password: Enter your password. Example: Password=myPassword.
  • Parameters: Specify additional parameters according to the needs of your application. Example:
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;Encrypt=true;Connection Timeout=30;