简体   繁体   中英

Sqlcmd from app service to local SQL Server using hybrid connection

I have setup an Azure app service with a hybrid connection to my local on premise SQL Server 2014.

The connection is just fine I can ping it from app service using tcpping.

However I cannot make the connection to the database. The sqlcmd command fails complaining about the user / pass - but they are correct.

I am using this command

sqlcmd -S <servername> -d Sample_Dev -U xxx -P xxxx -I

I am getting this error:

Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login failed for user 'xxx'

I have searched online for that error and I am unable to make it work. Can you please help me on that ? I really appreciate your help.

Thanks

我能够通过直接在mssql上创建数据库用户而不使用AD来使其工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM