Commit 7363ca5
#3888 Fix sp_kill kill-loop UPDATE to use 2-part naming on Azure
The post-kill UPDATE at line 853 was unconditionally rebuilding
@ObjectFullName as a 3-part name, which would fail on Azure SQL DB.
Apply the same @AzureSQLDB branching used in Section 10.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e5e2225 commit 7363ca5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
854 | 857 | | |
855 | 858 | | |
856 | 859 | | |
| |||
0 commit comments