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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
i have a problem about logging as a domain user with mssql-scripter. I've been working with "pymssql" lately to manipulate with our company databases, and it went quite well even with domain user. But when i want to use domain user in mssql-scripter, i usually land on error saying that i need "Keberos ticket", can someone explain me, why i can connect with pymssql/tsql without providing anything, but not with mssql-scripter?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Integrated auth is only set if a user name is not provided per #111 (comment). I've been able to see this working: mssql-scripter --server <your-server>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
i have a problem about logging as a domain user with mssql-scripter. I've been working with "pymssql" lately to manipulate with our company databases, and it went quite well even with domain user. But when i want to use domain user in mssql-scripter, i usually land on error saying that i need "Keberos ticket", can someone explain me, why i can connect with pymssql/tsql without providing anything, but not with mssql-scripter?
Thanks in advance
The text was updated successfully, but these errors were encountered: