You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ We know that's a pain, but that's the kind of thing we find out in the wild. Of
56
56
57
57
Rather than give you step-by-step instructions here, we'd rather link you to the work of others:
58
58
59
-
*[How to fork a GitHub repository and contribute to an open source project](https://sqldbawithabeard.com/2019/11/29/how-to-fork-a-github-repository-and-contribute-to-an-open-source-project/)
59
+
*[How to fork a GitHub repository and contribute to an open source project](https://blog.robsewell.com/blog/how-to-fork-a-github-repository-and-contribute-to-an-open-source-project/)
@@ -6870,7 +6870,7 @@ IF @ProductVersionMajor >= 10
6870
6870
Details ='['+ DBName +'].['+ SPSchema +'].['+ ProcName +'] has WITH RECOMPILE in the stored procedure code, which may cause increased CPU usage due to constant recompiles of the code.',
6871
6871
CheckID ='78'
6872
6872
FROM #RecompileAS TR
6873
-
WHERE ProcName NOTLIKE'sp_AllNightLog%'AND ProcName NOTLIKE'sp_AskBrent%'AND ProcName NOTLIKE'sp_Blitz%'
6873
+
WHERE ProcName NOTLIKE'sp_AllNightLog%'AND ProcName NOTLIKE'sp_AskBrent%'AND ProcName NOTLIKE'sp_Blitz%'AND ProcName NOTLIKE'sp_PressureDetector'
6874
6874
AND DBName NOTIN ('master', 'model', 'msdb', 'tempdb');
0 commit comments