Skip to content

Commit ac7a8b4

Browse files
committed
BrentOzarULTD#318 - rename sp_AskBrent to sp_BlitzFirst
1 parent 38f4f60 commit ac7a8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You're a DBA, sysadmin, or developer who manages Microsoft SQL Servers. It's you
99
* When you want an overall health check, run [sp_Blitz](#sp_blitz-overall-health-check).
1010
* To learn which queries have been using the most resources, run [sp_BlitzCache](#sp_blitzcache-find-the-most-resource-intensive-queries).
1111
* To analyze which indexes are missing or slowing you down, run [sp_BlitzIndex](#sp_blitzindex-tune-your-indexes).
12-
* To find out why the server is slow right now, run [sp_AskBrent](#sp_askbrent-real-time-performance-advice).
12+
* To find out why the server is slow right now, run [sp_BlitzFirst](#sp_blitzfirst-real-time-performance-advice).
1313

1414
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.)
1515

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

100100
(stub - describe the lesser-used stuff)
101101

102-
## sp_AskBrent: Real-Time Performance Advice
102+
## sp_BlitzFirst: Real-Time Performance Advice
103103

104104
(stub - describe the big picture here)
105105

0 commit comments

Comments
 (0)