Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2 KB

File metadata and controls

84 lines (50 loc) · 2 KB

Developed by Ing. Duván Mejia Cortes

Databases in SQL server.

Contents

About this sample
Objective
Before you begin
Run this sample
Sample details
Disclaimers
Related links

About this sample

  • Applies to: SQL Server 2016 (or higher), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
  • Programming Language: SQL Server
  • Authors: Ing. Duván Mejia Cortes
  • Update history: Version 01. (20201225)

Objective

In this part of the course (tutorial), we are going to learn everything about Relational Databases (SQL server). To access the databases we will use Microsoft SQL Server Management Studio 18

Before you begin

To run this sample, you need the following prerequisites.

Software prerequisites:

  1. SQL Server 2016 (or higher) or an Azure SQL Database
  2. Visual Studio 2015 (or higher) with the latest SSDT installed

Azure prerequisites:

  1. Permission to create an Azure SQL Database

Run this sample

  1. From Visual Studio, open the sample.sln file from the root directory.

  2. In Visual Studio Build menu, select Build Solution (or Press F6).

  3. Step 3 ...

Sample details

Describe sample details

Disclaimers

The code included in this sample is not intended to be ...

Related Links

For more information, see these articles: