Commit 1bc870e
Install-Azure.sql: include sp_Blitz and sp_ineachdb in Azure bundle
Now that sp_Blitz has Azure SQL Database support (BrentOzarULTD#3951), stop excluding
it from Install-Azure.sql. Also prepend sp_ineachdb.sql (which already
has Azure SQL DB support via BrentOzarULTD#3943) since sp_Blitz calls it at runtime
for per-database checks.
sp_BlitzBackups and sp_DatabaseRestore remain excluded — they depend on
xp_cmdshell and msdb backup history, neither of which work on Azure
SQL DB.
Closes BrentOzarULTD#3953
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e6f4272 commit 1bc870e
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
144 | 152 | | |
145 | 153 | | |
146 | 154 | | |
| |||
0 commit comments