Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Microsoft SQL Server (MSSQL for short) is a relational database management system developed by Microsoft.

Connecting with MSSQL with Devo SOAR

  1. Navigate to Automations > Integrations.

  2. Search for Microsoft SQL Server.

  3. Click Details, then the + icon. Enter the required information in the following fields.

  4. Label: Enter a connection name.

  5. Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.

  6. Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).

  7. Remote Agent: Run this integration using the Devo SOAR Remote Agent.

  8. Server Name or Hostname of Database: Example: 192.168.1.1 or mydatabase.example.com.

  9. Port (Optional): Specify the port on which database server is listening, default is 1433.

  10. Schema/Database Name (Optional): Specify default database to connect.

  11. Username: Username for connecting to the database.

  12. Password: Password for connecting to the database.

  13. After you've entered all the details, click Connect.

Actions for MSSQL

Query

Query Microsoft SQL Server database.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

...

Here variables inside curly braces {{}} refer to the column of the parent node’s results table. | Required |

Output

If the query returns results, for example, select * from orders, the following will be one row of the output.

...

In case the query does not return results, for example, update customers set name = ‘new name’ where id = 3. The output will be as follows:

...

Release Notes

  • v4.1.0 - Code vulnerability fix by removing usage of static jar

  • v4.0.0 - Updated architecture to support IO via filesystem

...