From 4c4160ab33159dc31d867e3bf167694b0d3c220b Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Sun, 18 Feb 2018 20:21:16 -0500 Subject: [PATCH] Update sp_whoisactive links Resolves #307 --- Opserver/Views/SQL/Operations.Active.cshtml | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Opserver/Views/SQL/Operations.Active.cshtml b/Opserver/Views/SQL/Operations.Active.cshtml index 2c3cb367c..ae342daec 100644 --- a/Opserver/Views/SQL/Operations.Active.cshtml +++ b/Opserver/Views/SQL/Operations.Active.cshtml @@ -14,7 +14,7 @@
Oh no!

sp_WhoIsActive was not found or was not accessible on this SQL instance.
- Please visit Adam Machanic's site to grab the latest copy. + Please visit Adam Machanic's site to grab the latest copy.

} diff --git a/readme.md b/readme.md index 36f055315..0cd5fc00f 100644 --- a/readme.md +++ b/readme.md @@ -80,7 +80,7 @@ There is a HeaderHTML tag that lets you put arbitrary html above all content. Yo [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) by Marc Gravell [Dapper](https://github.com/StackExchange/Dapper/) by Stack Exchange [JSON.Net](https://www.newtonsoft.com/json) by James Newton-King -[MiniProfiler](http://miniprofiler.com/) by Stack Exchange +[MiniProfiler](https://miniprofiler.com/) by Stack Exchange [StackExchange.Exceptional](https://github.com/NickCraver/StackExchange.Exceptional) by Nick Craver JavaScript: @@ -102,5 +102,5 @@ Opserver is licensed under the [MIT License](https://opensource.org/licenses/MIT We'd like to thank several people outside Stack Exchange for large contributions to Opserver's development. * [Brent Ozar](https://www.brentozar.com/) for lots of (continuing) help on the SQL monitoring, with some of the initial queries and help letting us know many use cases to cover. We'll be integrating some of the awesome tooling Brent and his team have to further assist DBAs and developers (like [sp_Blitz](https://www.brentozar.com/blitz/), [sp_BlitzIndex](https://www.brentozar.com/blitzindex/), and some you'll hear about soon). -* [Adam Machanic](http://sqlblog.com/blogs/adam_machanic/) for [sp_WhoIsActive](http://sqlblog.com/blogs/adam_machanic/archive/tags/who+is+active/default.aspx), which powers the active tab for a SQL Instance. He also assisted with use cases and performance tuning on the use of sp_WhoIsActive. +* [Adam Machanic](http://sqlblog.com/blogs/adam_machanic/) for [sp_WhoIsActive](http://whoisactive.com/), which powers the active tab for a SQL Instance. He also assisted with use cases and performance tuning on the use of sp_WhoIsActive. * The [Sentry One](https://www.sentryone.com/) guys: [Aaron Bertrand](http://sqlblog.com/blogs/aaron_bertrand/) and [Kevin Kline](http://kevinekline.com/) for even more SQL use cases, and their help with upcoming integration with SQL Sentry.