Do MSSQLThis tool allows you to run MSSQL scripts part of an Azure pipeline (Classic or Yml) Using this control:Parameters: subscriptionName - Subscription name we wish to run our MSSQL scripts against. resourceGroup - The resource group that contains our MSSQL database. serverInstance - SQL server instance name. database - Database we wish to run the script against. userName - User name of the MSSQL database. password - Password used to access the MSSQL database. fileName - File and path that contains the MSSQL script. |