JoCodes

Results 8 comments of JoCodes

I'm new to Docker. Using locally on my macbook and its the linux image.

I have not changed anything but was not working . Later I tried with Integrated Auth without any success either.

Im trying to connect through my app only using the connection string "Default": "Server=localhost ; Database=ERPDb; User=sa; Password=Technocrat123;" .

I have used "sa" which is the user id created using the command . While trying to connect through the Terminal its connecting and shows $ mssql -s localhost -p...

This shows ( refer Environment Variable Header ) the admin user id is 'sa' https://hub.docker.com/r/microsoft/mssql-server-linux/

Tried but didn't work :-(

Now it shows Cannot open database \"ERPDb\" requested by the login. The login failed.\nLogin failed for user 'sa'."

No , this much . ERPDb is the Migration DB coming along with the applicaion ( ABP )