Yes, that should be possible. You can try using host.docker.internal as the db host, which points to your local computer.
b
bulky-bear-23526
11/22/2022, 2:39 PM
Thanks Jeremy for the speedy response! do you mean in the connection string changing the server name from "Localhost" to "host.docker.internal"?
i'm currently in the Add Data Source window and I'm seeing this:
f
future-teacher-7046
11/22/2022, 2:47 PM
I believe for server, you just need to put
host.docker.internal
and nothing else. It's expecting a URL
b
bulky-bear-23526
11/22/2022, 2:57 PM
Thanks, that seems to do something now but I have a new error:
'Failed to connect to host.docker.internal:1433 - Could not connect (sequence)' I'm going to check the tcp/ip config of the local database but any other ideas?