I was struggling to connect my Drupal (7.43) application (hosted on a PHP 5.4 server) to a Microsoft Azure SQL database. I got really depressed and even found myself arguing with my company’s DBA for …
Tag: freetds
General error: 20003 Adaptive Server connection timed out [20003] (severity 6)
Hi Following is error what I am getting:- I am trying to connect to MS-SQL-Server on windows from linux laravel 5.2 code snippet. There is firewall disable on windows machine. I am able to telnet on windows ip on ms sql default available port. I am not using free TDS, so this is not duplicate of TDS and even that
Laravel connect to a SQL Server 2008 named instance
I am trying to connect an SQL server from an Ubuntu machine, everythings works great except for named instances: this works this doesn’t I always end up with this error: I have tried every possible combination: host INSTANCE host / INSTANCE host \ INSTANCE Can someone help me ? Edit: Because I have also tried without instance name (as