Skip to content

Commit 1950e21

Browse files
authored
Use GitHub releases instead of branch tarball
Master branch download might include changes that aren't stable
1 parent 4bfba7a commit 1950e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You're a DBA, sysadmin, or developer who manages Microsoft SQL Servers. It's you
77
* To analyze which indexes are missing or slowing you down, run [sp_BlitzIndex](#sp_blitzindex-tune-your-indexes).
88
* To find out why the server is slow right now, run [sp_AskBrent](#sp_askbrent-real-time-performance-advice).
99

10-
To install, [download the latest release ZIP](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/zipball/master), then run the SQL files in the master database. (You can use other databases if you prefer.)
10+
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.)
1111

1212
Only Microsoft-supported versions of SQL Server are supported here - sorry, 2005 and 2000. Some of these may work some of the time on 2005, but no promises, and don't file a support issue when they fail.
1313

0 commit comments

Comments
 (0)