-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ! | ||
|
||
|
||
|
||
|
||
|