I'm trying to connect my Rails app (rails version 4.2.5 and ruby 2.2.2) in Ubuntu(wsl) with my SQL SERVER 2008 R2 database.
i have tried to connect it with
tsql -H mydb.database.windows.net -p 1433 -U myuser@mydb -P mypassword -D
mydb
but i getting this error message
Error 20017 (severity 9):
Unexpected EOF from the server
Error 20002 (severity 9):
Adaptive Server connection failed
There was a problem connecting to the server