Attempting to establish a connection to a local SQL server from an Express JS app using Prisma with the following URLs:
DATABASE_URL="sqlserver://localhost:1433;database=test;user=dummy;password=dummy;trustServerCertificate=true"
DATABASE_URL="sqlserver://localhost:1433;initialCatalog=test;integratedSecurity=true;trustServerCertificate=true;"
Encountering difficulties with both Windows Authentication and SQL authentication. The server is operational on port 1433.
Strangely, successful connectivity achieved with a remote SQL server using username and password, but encountering issues only with localhost.
Error: Error creating database connection