Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhijeet-bhambere/sql-server-trail

A collection of learnings for T-SQL, Microsoft SSMS & builds up on existing knowledge of SQL concepts.
https://github.com/abhijeet-bhambere/sql-server-trail

dbms-notes sql sql-server-management-studio sqlser t-sql

Last synced: 12 days ago
JSON representation

A collection of learnings for T-SQL, Microsoft SSMS & builds up on existing knowledge of SQL concepts.

Awesome Lists containing this project

README

        

# MS SQL Server Trail
## March 2024 update:
Your first stepping stone to a data role is to learn the language of the databases - **SQL**
### This is a collection of learnings I acquired of T-SQL, Microsoft SSMS & builds up on my existing knowledge of SQL concepts.
* The intent was to get familiar with the Microsoft's SQL Server Management environment while revising SQL concepts.
* In further update to this repo, I'll be adding learnings on SSMS & SSRS as well.
* The course I followed is [SQL for Data Analysis - with SQL Server](https://www.udemy.com/course/sql-basics-crash-course-with-sql-server/) by Travis Cuzick.
* The [AdventureWorks database](https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver16&tabs=ssms) was used as per the course requirement.
---
## September 2024 update:
Treading into the ETL territory! Also utilizing SSIS SSRS & SSAS