SQL Server Credential
Use this type for Microsoft SQL Server workflow operations.
Configure
- Open Credentials -> New Credential.
- Select type sqlserver.
- Set:
sqlserver_connection_string(or env-backed variable)- optional default database
- 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.