I have a project, and I wanted to change the deployment from DEV environment to TEST. While deploying in test environment I need to change the data source from DEV database to TEST for all layers.
The connections are made to DEV and TEST SDE ( DBMS Authentication ) and wanted to change the connection by using a simple script.
I am aware of the script uses find and replace the connection info but I am looking for something without the user id and password.