Hi I use system DNS in ODBC for Mongo and that works fine, can simple add odbc:DNS=name into a flow and it works both in designer (on the server) and from gallery for all users.
I want to do the same for Azure SQL, but SQL forces you include user and password credentials, so odbc:DSN=name;UID=user;PWD=__EncPwd1__ which also works, but the issue there is when those credentials get rotated I need to update multiple input tools across multiple assets, which is painful.
What I want is a singular connection that can be reused and managed in 1 place directly on the server, much like for MongoDB.
Has anyone achieved this, and if so how?