Read from the server failed when trying to connect to sql-azure from tsql

后端 未结 4 750
误落风尘
误落风尘 2020-12-06 03:14

I\'m trying to connect to SQL-Azure from Ubuntu 12.04.

I\'ve compiled freeTds-0.91 with openssl and libiconf

tsql -H XXXXXXXX.database.windows.net -U         


        
4条回答
  •  独厮守ぢ
    2020-12-06 03:56

    in freetds.conf
    
    [servername] 
    host = ipAddress
    port = 1433
    tds version = 8.0
    
    for checking freetds connection
    ===============================
    
    $tsql -S servername -U username 
    password
    

提交回复
热议问题