Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgiifirsov/course-work
My course work for subject "Fundamentals of automated information systems". It contains a realization of a DB for an insurance company. Done with T-SQL, using MS SQL Server, SSIS, SSRS. 3rd year, National Research Nuclear University MEPhI
https://github.com/georgiifirsov/course-work
database db mssql mssqlserver ssis ssrs
Last synced: 10 days ago
JSON representation
My course work for subject "Fundamentals of automated information systems". It contains a realization of a DB for an insurance company. Done with T-SQL, using MS SQL Server, SSIS, SSRS. 3rd year, National Research Nuclear University MEPhI
- Host: GitHub
- URL: https://github.com/georgiifirsov/course-work
- Owner: GeorgiiFirsov
- License: mit
- Created: 2020-05-27T20:22:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T09:41:49.000Z (over 4 years ago)
- Last Synced: 2024-08-10T04:23:12.530Z (3 months ago)
- Topics: database, db, mssql, mssqlserver, ssis, ssrs
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course-work
My course work for subject "Fundamentals of automated information systems".
3rd year, National Research Nuclear University MEPhI
### Brief
This project contains a DB for abstract insurance company. Here is a diagram of the DB:
[![](./Model/Logical.png)]()
This cource project also contains a SSIS package for data import. Data is generated randomly in generation script (folder DataGeneration).
I also made a report with SSRS.
### Technologies used
- MS SQL Server
- MS SSIS
- MS SSRS
- Python