awilbert / LIL_DatabaseFoundations

Scripts for my LinkedIn Learning Database Foundations series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H+Active Database

This script is used to build a SQL Server database called H+Active. The database is used for my Database Foundations series of courses on LinkedIn Learning.

To Use:

  1. Copy the full text of the script into a new query window in Management Studio or Azure Data Studio
  2. Edit the file paths on lines 8 and 10 to point to your \MSSQL\DATA\ folder
  3. Execute the query to build the H+Active database

About

Scripts for my LinkedIn Learning Database Foundations series


Languages

Language:TSQL 100.0%