SQL-Server-First-Responder-Kit
SQL-Server-First-Responder-Kit copied to clipboard
sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.
The URL column doesn't end up with an URL - which makes me think that the field order and value order has become incorrect
**Version of the script** dev branch **What is the current behavior?** Spelling mistakes: paritions vs partitions sequental vs sequential partioned vs partitioned **If the current behavior is a bug, please...
Corrected 3 typos paritions vs partitions sequental vs sequential partioned vs partitioned
**Version of the script** dev branch **What is the current behavior?** One query uses DB_NAME(), and another uses sys.databases.name and these two results are used for exclusions. It's unlikely that...
**Version of the script** dev branch **What is the current behavior?** The numebr of databases reported excludes those identified for exclusion, but does not exclude those which are classified with...
**Version of the script** dev branch **What is the current behavior?** minor mistakes in the code - see the insert statements around the max number of databases ``` INSERT #BlitzIndexResults...
**Version of the script** dev branch **What is the current behavior?** Query uses ```NAME``` column rather than ```name``` See the fix in #3513 - it's a simple typo that can...
This will fail on a case-sensitive database
For consistency with the INSERT query above - DB_NAME should be used in both places
There is code to identify databases which can't be analysed that results in secondary_role_allow_connections_desc = 'NO', but these aren't excluded from the NumDatabases count