Skip to content

Commit

Permalink
BrentOzarULTD#318 - rename sp_AskBrent to sp_BlitzFirst
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentOzar committed Jun 26, 2016
1 parent 38f4f60 commit ac7a8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You're a DBA, sysadmin, or developer who manages Microsoft SQL Servers. It's you
* When you want an overall health check, run [sp_Blitz](#sp_blitz-overall-health-check).
* To learn which queries have been using the most resources, run [sp_BlitzCache](#sp_blitzcache-find-the-most-resource-intensive-queries).
* To analyze which indexes are missing or slowing you down, run [sp_BlitzIndex](#sp_blitzindex-tune-your-indexes).
* To find out why the server is slow right now, run [sp_AskBrent](#sp_askbrent-real-time-performance-advice).
* To find out why the server is slow right now, run [sp_BlitzFirst](#sp_blitzfirst-real-time-performance-advice).

To install, [download the latest release ZIP](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/releases), then run the SQL files in the master database. (You can use other databases if you prefer.)

Expand Down Expand Up @@ -99,7 +99,7 @@ In addition to the [parameters common to many of the stored procedures](#paramet

(stub - describe the lesser-used stuff)

## sp_AskBrent: Real-Time Performance Advice
## sp_BlitzFirst: Real-Time Performance Advice

(stub - describe the big picture here)

Expand Down

0 comments on commit ac7a8b4

Please sign in to comment.