SQL Server plugin

1 minute readExtensibilityDeveloper productivity

Microsoft® SQL Server® is a relational database server that stores and retrieves data as requested by other software applications, be it from the same computer, other computers, across a network, or from the internet. This plugin interacts with the SQL Server’s sqlcmd command line tool.

Supported versions

All procedures have been tested with the following versions of Microsoft SQL Server:

  • 14.0.3456.2 (2017)

  • 15.0.4261.1 (2019)

  • 16.0.1000.6 (2022)

Prerequisites

  • CloudBees CD/RO agent version 10.3 or newer is required.

  • When upgrading from plugin version 2.0.13 or earlier to 3.0.0 or later:

    • You must migrate your existing plugin configurations. You can use the Migrate configurations procedure from the Service catalog to migrate your existing plugin configurations.

    • By default, the cliPath parameter in the Plugin configuration is set to /opt/mssql-tools/bin/sqlcmd. If you have a different sqlcmd path, update the cliPath parameter with your project-specific path.