mssql-node-docker-demo-app icon indicating copy to clipboard operation
mssql-node-docker-demo-app copied to clipboard

Demonstration application using Microsoft SQL Server on Linux and Node in a Docker container.

Results 5 mssql-node-docker-demo-app issues
Sort by recently updated
recently updated
newest added

This is a nice place to put in a few helpful alias when in interactive mode.

Hello I removed node.js from image and then my container ms sql is still restarting. I do not know what is wrong. ![image](https://user-images.githubusercontent.com/69607462/143463770-0ec99697-eae4-404f-8bee-dcfdee292bfd.png) Lukas

I reimplemented the server.js with using the nodejs package **mssql** instead of tedious. The **trustServerCertificate: true** option must be added for local connection to avoid certificate error. Actually, two things...

add packages "mssql": "^3.3.0", "tedious": "^9.2.1"

path has changed in recent images