MSSQL Intergration

suggest change

Versions

[{“Name”:“v0.1”,“GroupName”:null}]

Introduction

To integrate any database with nodejs you need a driver package or you can call it a npm module which will provide you with basic API to connect with the database and perform interactions . Same is true with mssql database , here we will integrate mssql with nodejs and perform some basic queries on SQL tabels.

Remarks

We have assumed that we will have a local instance of mssql database server running on local machine . You can refer this document to do the same .

Also make sure you appropriate user created with privileges added as well.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents