Update screenshots for extensions' READ ME (#1004)

* update readme for sample extensions

* Address comments

* Address comments

* edit screenshot URLS
This commit is contained in:
Abbie Petchtes
2018-03-27 13:26:14 -07:00
committed by GitHub
parent 37d7266751
commit 0da83b5d4b
2 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ Welcome to **Server Reports** for SQL Operations Studio! Server Reports give use
* Backup Growth Trend
* Wait counts
<img src="https://github.com/Microsoft/sqlopsstudio/tree/master/samples/serverReports/images/server_reports.png" alt="Server Reports" style="width:480px;"/>
<img src="https://github.com/Microsoft/sqlopsstudio/raw/master/samples/serverReports/images/server_reports.png" alt="Server Reports" style="width:480px;"/>
This extension is inspired by SQL Server Management Studio (SSMS)'s reports. We will continually add more useful server insights and tasks.

View File

@@ -4,8 +4,7 @@ Welcome to **sp_whoisactive** for SQL Operations Studio! Sp_whoisactive is a pro
## Tasks and insights:
<img src="https://github.com/Microsoft/sqlopsstudio/tree/master/samples/sp_whoIsActive/images/insights_section.png" alt="insights" style="width:480px;"/>
<img src="https://github.com/Microsoft/sqlopsstudio/raw/master/samples/sp_whoIsActive/images/insights_section.png" alt="insights" style="width:480px;"/>
## Why use sp_whoisactive?
Here are some quick facts on Who is Active from [Adam Machanics blog]:
@@ -17,7 +16,7 @@ Here are some quick facts on Who is Active from [Adam Machanics blog]:
## Documentation:
<img src="https://github.com/Microsoft/sqlopsstudio/tree/master/samples/sp_whoIsActive/images/documentation_section.png" alt="documentation" style="width:480px;"/>
<img src="https://github.com/Microsoft/sqlopsstudio/raw/master/samples/sp_whoIsActive/images/documentation_section.png" alt="documentation" style="width:480px;"/>
If you haven't installed sp_whoisactive in your server, you can use the "Install sp_whoisactive" task to create the procedure.