Integrates the Configu Orchestrator with Microsoft SQL Server.
.configu
Store DeclarationconnectTimeout
in the configuration if needed.username
and password
are correct, and the user has access to the specified database. Use a SQL client to verify credentials.encrypt
option is set to true
. If not, set it to false
.READ
and WRITE
access to the required database. Use the following SQL command to grant permissions:
username
and password
. Ensure the user has appropriate access to the specified database. You can verify credentials by logging in using an SQL client tool.encrypt
option is set correctly for your database setup. If SQL Server requires encrypted connections, ensure that encryption is enabled in the configuration.READ
and WRITE
access to the required table. Use the following SQL command to grant permissions: