I currently have a pipeline going between a dev environment and a production environment, with the apps using a SQL server as the data source. I'd like to have my dev database in SQL used in the dev environment (using test data), and my prod database in SQL used in the prod environment (using active client data). If the two databases are formatted identically, with the same table names and column names/data types, is there a way to deploy in the pipeline but have each stage pointed to a different data source?

Report
All responses (
Answers (