Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abhijeet-bhambere/sql-server-trail
- Owner: abhijeet-bhambere
- Created: 2024-08-18T10:37:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T10:43:37.000Z (3 months ago)
- Last Synced: 2024-11-08T05:04:32.437Z (2 months ago)
- Topics: dbms-notes, sql, sql-server-management-studio, sqlser, t-sql
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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