Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyabratagig/sql-sprint
Query chanllengs in MS SQL
https://github.com/priyabratagig/sql-sprint
Last synced: about 2 months ago
JSON representation
Query chanllengs in MS SQL
- Host: GitHub
- URL: https://github.com/priyabratagig/sql-sprint
- Owner: priyabratagig
- Created: 2023-02-27T14:25:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T14:19:17.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T07:27:09.624Z (11 months ago)
- Language: TSQL
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL-Sprint
Query chanllengs in MS SQL
## Set-up
- Install [SQL Server - Express](https://www.microsoft.com/en-in/sql-server/sql-server-downloads).
>To run database
- Install [SQL Server Management Studio (SSMS)](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms)
>To connect with database, schemas and run queries
- Run the file **_SAMPLEDB.sql_** script to crate sample database (only once)
- Downlaod **_SQL Server (mssql)_** to run to connet to database and run commands