From 61e383ac0365d85d7f0aa4edef401a6e9e2faa6c Mon Sep 17 00:00:00 2001 From: akarzazi Date: Thu, 26 Sep 2019 14:52:14 +0200 Subject: [PATCH] Update README --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 9eaf021..f133098 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # SSMSPlus SQL Server Management Studio (SSMS) Extension + +SSMS Plus is a productivity extension for SQL Server Management Studio 18. + +It bring the following features: + + Query Execution History + Schema Object Search + Document Export for binary columns + +Read more about Features + +## Prerequisites +SQL Server Management Studio 18 + +## Download +Get the latest build archive from here: +SSMS Plus Builds + +## Install +Extract the Archive content to the SSMS install location : + +C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions + +It should look like the following. +![Alt text](docs/illustrations/install-folder-screen.png?raw=true "Title") + +## Usage +A new top menu "SSMS Plus" will be displayed. + +![Alt text](docs/illustrations/menu-screen.png?raw=true "Title") + +Enjoy ! + + + + +