mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

Getting logon error when trying to open a connection with prisma and mssql docker image

Open HenriqueAurelio opened this issue 3 years ago • 0 comments

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.

image

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

image image

HenriqueAurelio avatar May 14 '22 00:05 HenriqueAurelio