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.

List sql-server repositories

simple-access-orm

17
Stars
4
Forks
Watchers

Simple Access ORM provides database access in Ado.net methods naming pattern

DatingAppWithAzure

15
Stars
10
Forks
Watchers

Dating App ( Angular / .Net WebAPI Core / Entity Framework core)

DatabaseManager

118
Stars
47
Forks
Watchers

A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite

SQLDBA-SSMS-Solution

38
Stars
33
Forks
Watchers

This respository contains TSQL/PowerShell Scripts to resolve issues of SQL Servers

SQLMonitor

27
Stars
15
Forks
Watchers

This repository contains scripts needed to setup SQL Server baselining and visualizing using Grafana

mssqlex

41
Stars
21
Forks
Watchers

Microsoft SQL Server Adapter for Elixir

Reservation-System

26
Stars
5
Forks
Watchers

Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.

sp_CRUDGen

53
Stars
8
Forks
Watchers

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...