mssql-docker
mssql-docker copied to clipboard
Getting logon error when trying to open a connection with prisma and mssql docker image
Im getting logon error when i try to create a docker for mssql and i cant find any answers or help anywhere. Is there a default SA_Password or something like that? Im trying to create a new database in that new container to connect to my docker of nodejs. Im posting the files and the error that is happening to me.

DATABASE_URL = sqlserver://db:1433;database=newdb;initialCatalog=sample;integratedSecurity=true;trustServerCertificate=true;
