show/hide this revision's text 2 added explaination

EddieAwad's answer was correct but here is the specific code to run:

ALTER USER username GRANT CONNECT THROUGH proxyUserName;

The THROUGH keyword is the part I couldn't find in the documentation.

show/hide this revision's text 1

EddieAwad's answer was correct but here is the specific code to run:

ALTER USER username GRANT CONNECT THROUGH proxyUserName;