This question has already been asked here, but no one has answered it (also asked here without any answers). I'd like to try to get it answered.
I have a Linux Docker Image containing a console app that connects to a local DB instance. DB is on my local PC and not in the docker image
Local server Name : RIXS\RSERVER
Connection String : optionsBuilder.UseSqlServer(@"Server=RIXS\RSERVER;Database=MyTable1;Trusted_Connection=True;MultipleActiveResultSets=true");
I've tried Adding the docker image to my SQL Servername
dac7889b09b0\RIXS\RSERVER
dac7889b09b0\RSERVER
But I'm obviously doing something wrong. Any idea?