Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.18 KB

sql-database-develop-nodejs-simple.md

File metadata and controls

45 lines (35 loc) · 2.18 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.custom ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Connect to SQL Database by using Node.js | Microsoft Docs
Presents a Node.js code sample you can use to connect to Azure SQL Database.
sql-database
LuisBosquez
jhubbard
53f70e37-5eb4-400d-972e-dd7ea0caacd4
sql-database
development
drivers
na
nodejs
article
02/03/2017
lbosq

Connect to SQL Database by using Node.js

[!INCLUDE sql-database-develop-includes-selector-language-platform-depth]

This topic shows how to connect and query a Azure SQL Database using Node.js. You can run this sample from Windows, Ubuntu Linux, or Mac platforms.

Step 1: Configure Development Environment

Prerequisites for using the Tedious Node.js Driver for SQL Server

Step 2: Create a SQL database

See the getting started page to learn how to create a sample database. It is important you follow the guide to create an AdventureWorks database template. The samples shown below only work with the AdventureWorks schema.

Step 3: Get Connection Details

[!INCLUDE sql-database-include-connection-string-details-20-portalshots]

Step 4: Run sample code

Proof of Concept connecting to SQL using Node.js

Next Steps

Additional resources