Giter Site home page Giter Site logo

learn-by-doing-organization / my-simple-site-statistics-mssql Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 1.0 35 KB

A simple sql script for create a site statistics in SQL Server

License: MIT License

TSQL 100.00%
sql-server site-statistics database sql storedprocedure tsql t-sql dynamicsql migration-scripts

my-simple-site-statistics-mssql's Introduction

my-simple-site-statistics-mssql

A simple database project to record the access statistics of a website.

(Italian translate)

The project's idea.

This project is created for an educational purpose and does not pretend to be ready for production or to comply with privacy laws, please inquire well before using it.

This repository is part of the project learn-by-doing.

Instructions

Create a new Database in Sql Server and:

  1. Run the script 000_InitialScript.sql (to create table for initialize the system)
  2. Run the script 000b_CreateUniqueCostraintForMigrationName.sql (to create unique constraint for field MigrationName)
  3. Run the script 001_Create_Tables.sql (to create tables for the system)
  4. Run the script 002_DropAndCreate_Tables.sql (drop some tables created and recreate them for added some auto increment field)
  5. Run the script 003_Create_View_CompletePages.sql (create a view for show pages complete data)

(For create dummy data)

  1. Run the script dummy_data/000_InitialScript_For_DummyData.sql (to create schema test and create some views for create test data)
  2. Run the script dummy_data/001_Create_Random_Functions.sql (to create a function for random data)
  3. Run the script dummy_data/002_initial_dummy_data.sql (to generate random data to valorize tables of system)

References

SQLSERVER-DB-SCRIPT-MIGRATION-SYSTEM

In this project we will use the SimpleDbScriptMigrationSystem.

The project's idea.

This repository is part of the project learn-by-doing.

my-simple-site-statistics-mssql's People

Contributors

magicianred avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

magicianred

my-simple-site-statistics-mssql's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.