diff --git a/Deprecated/readme.txt b/Deprecated/readme.txt index 013ede2a..1e4e774f 100644 --- a/Deprecated/readme.txt +++ b/Deprecated/readme.txt @@ -1,6 +1,3 @@ -These old versions worked on SQL Server 2005. +sp_AllNightLog, sp_AllNightLog_Setup, sp_BlitzInMemoryOLTP, and sp_BlitzQueryStore are no longer maintained. They may still work, but no guarantees. Please don't submit issues or pull requests to change them. You're welcome to fork the code and build your own supported version, of course, since they're open source. -They are no longer maintained or updated. - -Don't use 'em on SQL Server 2008 or newer - these are only for folks who still -need to manage SQL Server 2005. \ No newline at end of file +The other files in this folder are older versions of the First Responder Kit that work with versions of Microsoft SQL Server that Microsoft themselves no longer support. If you're cursed enough to work with antiques like SQL Server 2012, 2008, or heaven forbid, 2005, you may still be able to get value out of these, but we don't support the scripts anymore either. \ No newline at end of file diff --git a/README.md b/README.md index b357f249..8caaad4c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Navigation - [sp_BlitzAnalysis: Query sp_BlitzFirst output tables](#sp_blitzanalysis-query-sp_BlitzFirst-output-tables) - Backups and Restores: - [sp_BlitzBackups: How Much Data Could You Lose](#sp_blitzbackups-how-much-data-could-you-lose) - - [sp_AllNightLog: Back Up Faster to Lose Less Data](#sp_allnightlog-back-up-faster-to-lose-less-data) - [sp_DatabaseRestore: Easier Multi-File Restores](#sp_databaserestore-easier-multi-file-restores) - [Parameters Common to Many of the Stored Procedures](#parameters-common-to-many-of-the-stored-procedures) - [License MIT](#license) @@ -42,7 +41,7 @@ To install, [download the latest release ZIP](https://github.com/BrentOzarULTD/S The First Responder Kit runs on: * SQL Server on Windows - all versions that Microsoft supports. For end of support dates, check out the "Support Ends" column at https://sqlserverupdates.com. -* SQL Server on Linux - yes, fully supported except sp_AllNightLog and sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux. +* SQL Server on Linux - yes, fully supported except sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux. * Amazon RDS SQL Server - fully supported. * 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. @@ -275,7 +274,6 @@ sp_BlitzIndex focuses on mainstream index types. Other index types have varying * Fully supported: rowstore indexes, columnstore indexes, temporal tables. * Columnstore indexes: fully supported. Key columns are shown as includes rather than keys since they're not in a specific order. -* In-Memory OLTP (Hekaton): unsupported. These objects show up in the results, but for more info, you'll want to use sp_BlitzInMemoryOLTP instead. * Graph tables: unsupported. These objects show up in the results, but we don't do anything special with 'em, like call out that they're graph tables. * Spatial indexes: unsupported. We call out that they're spatial, but we don't do any special handling for them. * XML indexes: unsupported. These objects show up in the results, but we don't include the index's columns or sizes.