From 6af98b251640bd28fcc89705c7148abd12456232 Mon Sep 17 00:00:00 2001 From: ctrlbold Date: Fri, 16 Sep 2016 23:39:59 -1000 Subject: [PATCH] Added SQL Server section --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index f1f6cdb..a8ee248 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [Security](#security) * [Themes](#themes) * [SharePoint](#sharepoint) + * [SQL Server](#sql-server) * [Testing](#testing) * [Webserver](#webserver) * [Resources](#resources) @@ -70,6 +71,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [AutoSPInstaller](https://autospinstaller.codeplex.com/) - Automated SharePoint 2010/2013 installation script. - [Client-side SharePoint](https://sharepointpowershell.codeplex.com/) - API for SharePoint 2010, 2013 and Online. +### SQL Server + +- [dbareports](https://dbareports.io) - Gather, store and display your SQL Server estate data. +- [dbatools](https://dbatools.io) - Instance migrations and best practice implementations. + ### Testing - [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework.