SQL Data Generator in Azure Dev ops (VSTS) build/release pipelines
Lyndsey_Paxton
Posts: 1 New member
Hi,
I am evaluating SQL Data Generator and need to include data generation as a step in our Azure VSTS pipeline.
I have searched the docs (and google) and am struggling to find any details of how an agent would need to be configured to achieve this.
We are using Hosted agents but could potentially use on prem agents if necessary.
LP
I am evaluating SQL Data Generator and need to include data generation as a step in our Azure VSTS pipeline.
I have searched the docs (and google) and am struggling to find any details of how an agent would need to be configured to achieve this.
We are using Hosted agents but could potentially use on prem agents if necessary.
- Does anyone know how to setup a VSTS build agent with SQL Data generator configured?
- Can hosted agents be used?
LP
Answers
This should work whether you use a Microsoft or a Self-Hosted agent
Please note that the SQL Change Automation add-ons for Azure DevOps will not work for this purpose, you will need to use a Powershell step and create a script that:
1- Downloads and Installs the SQL Change Automation Powershell module from the Powershell Gallery
https://documentation.red-gate.com/sca/getting-started/installation/installing-powershell-components
2 - Runs "\SDC\SQLDataGenerator.exe" (this will be inside the local install folder for the Powershell module)
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools