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.
|
2 | added explaination | ||
|
EddieAwad's answer was correct but here is the specific code to run:
The THROUGH keyword is the part I couldn't find in the documentation. |
||||
|
1 |
|
||
|
EddieAwad's answer was correct but here is the specific code to run:
|
||||