/time_database

TSQL database to represents the time dimension: Year, Half, Quarter, Month, Week and Day

Primary LanguageTSQLGNU General Public License v3.0GPL-3.0

time_database

Introduction

Time database represents the time dimension: Year, Half, Quarter, Month, Week and Day

ER_diagram

Is usefull to have the time dimension already in place to and use it as base for any other projects wich needs to have some calendar based informations like holidays and weekdays.

Running EXECEUTE [dbo].[initiaize] @start_date = N'20190101', @number_of_years = 1, @country_holiday = N'ITA' stored procedure is possible to initialize all the entities in the hierarchy according to the parameters: with the current implementation only 'ITA' and 'USA' holiday are available.

Software and Libraries

This project uses TSQL and was developed using