sql-server topic
Microsoft’s SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
simple-access-orm
Simple Access ORM provides database access in Ado.net methods naming pattern
DatingAppWithAzure
Dating App ( Angular / .Net WebAPI Core / Entity Framework core)
DatabaseManager
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
SQLDBA-SSMS-Solution
This respository contains TSQL/PowerShell Scripts to resolve issues of SQL Servers
SQLMonitor
This repository contains scripts needed to setup SQL Server baselining and visualizing using Grafana
mssqlex
Microsoft SQL Server Adapter for Elixir
mssql_ecto
Ecto adapter for Mssqlex
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
sp_CRUDGen
sp_CRUDGen is a free open-source SQL Server stored procedure that generates stored procedures for you based on your tables and metadata like foreign keys and data types. The generated stored procedure...