Facing issues connecting to mssql as source. I was...
# ask-community-for-troubleshooting
a
Facing issues connecting to mssql as source. I was able to connect to sql server using the same hostname and port using other apps like studio3T but Airbyte is throwing an error. I also turned my firewall off.
1
d
Hi Aditya, how are you running your sql server?
a
@Aditya if your mssql is running locally, try using
host.docker.internal
instead of
localhost
? The airbyte operations run as docker containers in it’s own network, so by default it can’t access the host machine’s network with
localhost
👍 1
a
Hey @Aneesh Makala thanks. It works.
👌 1