Microsoft SQL Server

MS SQL Server database connection credentials.

Fields

FieldDescriptionRequired
ServerSQL Server hostnameYes
PortServer port (default: 1433)Yes
DatabaseDatabase nameYes
UsernameDatabase userYes
PasswordDatabase passwordYes
EncryptEnable encrypted connectionNo

Setup Steps

  • Step 1: Get the connection details from your SQL Server instance (server, port, database name, user, and password)
  • Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
  • Step 3: Select Microsoft SQL Server as the credential type
  • Step 4: Enter the server, port, database, user, and password — enable encryption if your server requires it
  • Step 5: Click Test Credential to verify the connection