尝试sp_BlitzCache
在 SQL Server 2008上安装时,我得到:
Msg 102, Level 15, State 1, Procedure sp_BlitzCache, Line 2705 Incorrect syntax near '.'.
Msg 102, Level 15, State 1, Procedure sp_BlitzCache, Line 2715 Incorrect syntax near '.'.
Msg 102, Level 15, State 1, Procedure sp_BlitzCache, Line 2865 Incorrect syntax near '.'.
Run Code Online (Sandbox Code Playgroud)
第 2705 行是:
/* END Testing using XML nodes to speed up processing */
Run Code Online (Sandbox Code Playgroud)
第 2865FROM
行是:
/* Set configuration values */
SELECT @ctp = NULLIF(CAST(value AS INT), 0)
FROM sys.configurations …
Run Code Online (Sandbox Code Playgroud)