Connecting to MS SQL Server using python on linux with 'Windows Credentials'

后端 未结 5 1824
天涯浪人
天涯浪人 2021-02-04 15:27

Is there any way to connect to an MS SQL Server database with python on linux using Windows Domain Credentials?

I can connect perfectly fine from my windows machine usin

5条回答
  •  無奈伤痛
    2021-02-04 15:36

    I don't believe you'll be able to log in to a windows domain account in this way. You need to set up a user in sql directly for this manner of passing credentials.

提交回复
热议问题