Thanks for posting your question in the Microsoft Q&A forum.
You can use parameters and variables to dynamically set the database connection details.
- Add a parameter called
environment
with possible values "dev" or "qa" - Create variables for database name, server, etc.. and use expressions to set these based on the
environment
parameter - In your SQL dataset, use parameters for database name, server, etc.. and in your sink dataset, parameterize the file path if needed
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful