Skip to content

Commit

Permalink
Merge pull request #1651 from imjosh/document-tcpip-requirement
Browse files Browse the repository at this point in the history
Fix README to document requirement for TCP/IP to be enabled in SQL Server
  • Loading branch information
dhensby authored Jun 24, 2024
2 parents b27d34c + 2549c31 commit 236c480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ npm install mssql
npm install mssql msnodesqlv8
```

## SQL Server prerequisites

This package requires TCP/IP to connect to SQL Server, and you may need to enable this in your installation.

## Short Example: Use Connect String

```javascript
Expand Down

0 comments on commit 236c480

Please sign in to comment.