Skip to content

Commit 6ded2df

Browse files
authored
Merge pull request #3194 from BrentOzarULTD/readme_supported_versions
Readme - supported versions
2 parents 3bbf4cf + f6adc1d commit 6ded2df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ To install, [download the latest release ZIP](https://github.com/BrentOzarULTD/S
4343

4444
The First Responder Kit runs on:
4545

46-
* SQL Server 2012, 2014, 2016, 2017, 2019 on Windows - fully supported.
47-
* SQL Server 2017, 2019 on Linux - yes, fully supported except sp_AllNightLog and sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux.
48-
* SQL Server 2008, 2008R2 - not officially supported since it's out of Microsoft support, but we try not to make changes that would break functionality here.
49-
* SQL Server 2000, 2005 - not supported at all.
46+
* SQL Server 2012, 2014, 2016, 2017, 2019, 2022 on Windows - fully supported.
47+
* SQL Server on Linux - yes, fully supported except sp_AllNightLog and sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux.
48+
* SQL Server 2008 R2 and earlier - not supported since it's out of Microsoft support, but check the Deprecated folder for older versions of the scripts which may work, depending on your versions and compatibility levels.
5049
* Amazon RDS SQL Server - fully supported.
5150
* Azure SQL DB - not supported. Some of the procedures work, but some don't, and Microsoft has a tendency to change DMVs in Azure without warning, so we don't put any effort into supporting it. If it works, great! If not, any changes to make it work would be on you. [See the contributing.md file](CONTRIBUTING.md) for how to do that.
5251

0 commit comments

Comments
 (0)