Commit ae9778c
sp_Blitz: use @IsAzureSQLDB variable instead of re-checking SERVERPROPERTY
Addresses Copilot review feedback on BrentOzarULTD#3951: the Azure SQL DB skip block
and the CheckID 232 sys.master_files fallback both already had
@IsAzureSQLDB set upstream, so they should use the cached variable rather
than calling SERVERPROPERTY('EngineEdition') again inline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0cc01d9 commit ae9778c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
| 931 | + | |
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| |||
9933 | 9933 | | |
9934 | 9934 | | |
9935 | 9935 | | |
9936 | | - | |
| 9936 | + | |
9937 | 9937 | | |
9938 | 9938 | | |
9939 | 9939 | | |
| |||
0 commit comments