We have tables under different schema in same db in Azure SQL DB. eg. QA.Mytable and Prod.Mytable . so to manage this in Azure data factory for different environments, is there any way ?
or is it better to create a dedicated DB for each environments ?
I am not able to use global parameters in datasets.

