Skip to main content

SQL Server Credential

Use this type for Microsoft SQL Server workflow operations.

Configure

  1. Open Credentials -> New Credential.
  2. Select type sqlserver.
  3. Set:
    • sqlserver_connection_string (or env-backed variable)
    • optional default database
  4. Save and assign in SQL Server workflow node.

Verify

Run a test node execution with a read query and verify successful output.

Common issues

  • Driver/auth mode mismatch in connection string.
  • Firewall/network rules blocking DB port.