sqlschool.gr logo

articles

Articles of SQLschool.gr Team

HellasGate sample database Version 2

Antonios Chatzipavlis
Sunday 18 June 2023

Overview

Στην έκδοση αυτή έγιναν κάποιες αλλαγές ώστε να υπάρχει και περιεχόμενο και σε αγγλικά εκτός από αμιγώς ελληνικά που υπήρχε στην πρώτη έκδοση.

Επίσης αλλαγές έγιναν στην αρχικοποίηση των δεδομένων ώστε να μην υπάρχουν μεγάλα σε αριθμό γραμμών sql scripts.

Στην έκδοση αυτή δημιουργήθηκε μια νέα function η οποία μετατρέπει ελληνικές λέξεις σε αγγλικά σύμφωνα με το πρότυπο του ELOT.

Installation

Για την δημιουργία της βάσης θα πρέπει να εκτελεστούν με την εξής σειρά τα sql scripts που υπάρχουν στο github φάκελο.

  • HellasGateV2.sql
  • HellasGateV2-Code.sql
  • HellasGateV2-SPCode.sql
  • HellasGateV2-Cities.sql
  • HellasGateV2-Streets.sql
  • HellasGateV2-Names.sql

Για την εισαγωγή των δεδομένων θα πρέπει να εκτελεστεί η ReGenerateData stored procedure.

ReGenerateData stored procedure

ReGenerateData Syntax

[dfi].[ReGenerateData] 
                    @numofCustomers int = 5000,
                    @numofSuppliers int = 500,
                    @numofEmployees int = 500,
                    @numofProducts int = 2000,
                    @numofShippers int = 200,
                    @numofOrders int = 100000,
                    @maxItemsInOrder int = 5,
                    @calendarstartdate date = null,
                    @calendarnumberofyears int = null
ReGenerateData Parameters
Parameter Data Type Default Value Usage
@numofCustomers int 5000 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας sales.Customers
@numofSuppliers int 500 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας products.Suppliers
@numofEmployees int 500 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας hr.Employees
@numofProducts int 2000 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας products.Products
@numofShippers int 200 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας sales.Shippers
@numofOrders int 100000 Ορίζει τον αριθμό των εγγραφών που θα έχει ο πίνακας sales.OrdersHeader
@maxItemsInOrder int 5 Ορίζει τον μέγιστο αριθμό των εγγραφών που θα έχει κάθε Order στο πίνακας sales.OrderItems
@calendarstartdate date null Ορίζει τον ημερομηνία από την οποία θα ξεκινάει ο πίνακας ημερολογίου bi.DimCalendar. Αν δεν περάσουμε τιμη τότε η αρχική ημερομηνία είναι πέντε χρόνια από την τρέχουσα ημερομηνία
@calendarnumberofyears int null Ορίζει το πόσα χρόνια θα περιέχει ο πίνακας ημερολογίου. Αν δεν περάσουμε τιμή είναι δέκα χρόνια

Μπορείτε να αλλάξετε την οποιαδήποτε παράμετρο και να φτιάξετε το μέγεθος που θέλετε.

How to get it

Εφόσον θέλετε να αποκτήσετε την HellasGate sample database μπορείτε να την κάνετε download από το GitHub μου.

Antonios Chatzipavlis

Antonios Chatzipavlis

Antonios is a Data Solutions Consultant and Trainer. He has been working in IT since 1988. In his career, he has worked as senior developer, IT Manager, Solutions Architect and IT Consultant. Since 1995 he has been devoted on new technologies and software development tools, mainly by Microsoft, either by training company staff and colleagues or assisting them in design, development and implementation as a consultant or chief developer. He has focused in Databases and Data Science since 1995. He specialized in Microsoft SQL Server since version 6.0 in areas like SQL Server Internals, Database Design and Development, Business Intelligence and in 2010 he has started working with Azure Data Platform, NoSQL databases, Big Data Technologies and Machine Learning. He is an active member of many IT communities in Greece, answering colleagues' questions and writing articles in his web site. He is the owner of SQLschool.gr which is a community portal with a lot of information about Microsoft SQL Server. He has been a Microsoft Certified Trainer (MCT) since 2000. Microsoft honored him as MVP on Data Platform due to his activities in SQL Server since 2010. He holds a large number of Microsoft Certifications and Microsoft SQL Server Certifications since version 6.5.

Tip

What's New in SQL Server 2022 - Episodes

More Tips...

Become a member

If you want to receive updates from us become a member to our community.

Connect

Explore

Learn


sqlschool.gr © 2010-2024 All rights reserved

This site uses cookies for operational and analytics purposes only. By continuing to browse this site, you agree to their use.