Node.js MSSQL ConnectionError: Failed to connect
Today I was trying Node.js to connect to SQL Server, the connection to the sql server failed with the below error.
name: 'ConnectionError',
message: 'Failed to conncet to localhost
Below are the steps I have followed to resolve this. Read More