You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one have to enter an MSSQL URI as a string like:
mssql://username:password@localhost/database
Issues with it:
Not very user friendly
Password is visible in UI and not protected
However, advantages are that many possible settings could be build in as encoded in URI. We need t good solution to combine streights but not weaknesses.