Facing issue while establishing conn with mssql and python #181
Unanswered
MickyMinnie
asked this question in
Q&A
Replies: 2 comments 21 replies
-
Hi @MickyMinnie , the connection string looks like this: The entire connection string will be: import urllib.parse
f"mssql://admin:{urllib.parse.quote_plus('admin@123')}@mywarehouse.database.windows.net:1433/mywarehouse" |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Facing issue in the connection string. Can anyone help me to solve that?
While establishing connection it is still running.
Beta Was this translation helpful? Give feedback.
All reactions