I want to change the source from dev server to uat server, when I try to do change source and give uat source details the database is not coming up it is still using dev database only
Suggest a way how to change the source or replace dev with uat
I want to change the source from dev server to uat server, when I try to do change source and give uat source details the database is not coming up it is still using dev database only
Suggest a way how to change the source or replace dev with uat
Copyright © 2021 Jogjafile Inc.
Update Connection String: Open your Tabular project. Go to Data Source properties. Change the connection string to UAT details.
Deploy Project: Build and deploy the project.
Update Data Source: In Visual Studio, go to Model > Existing Connections. Replace the data source with UAT details.
Verify: Check data preview or run queries to ensure UAT connection.
Check Hardcoded References: Look for dev server references, update if found.
Note: Pay attention to error messages and ensure UAT server accessibility.