Create a Connector
Enter SQLServer Credentials
Field Name | Description | Required | Example |
---|---|---|---|
Host | Enter the database host name. | ✅ | example.com |
Port | Enter the database connection port. | ✅ | 1433 |
Database | Enter the database name. | ✅ | my_database |
Username | Enter the database username. | ✅ | db_user |
Password | Enter the database user password. | ✅ | mypassword |
SSH | Specify if using SSH connection. | ||
SSH Host | Enter the remote server host name. | ssh.example.com | |
SSH Port | Enter the remote server connection port. | 22 | |
SSH Username | Enter the remote server username. | ssh_user | |
SSH Password | Enter the remote server user password. | sshpassword | |
SSH Private Key | Enter the remote server private key. | -----BEGIN RSA PRIVATE KEY----- | |
SSH Passphrase | Enter the passphrase for the private key. | my_passphrase |
54.150.149.0/32
.Connect to the Created Database
connection_name
. You can use this to connect to the database in your code.