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
Install Server Report extension on an instance using case sensitive collation, then open the tab.
The 'Top 10 DBA Space Usage' graph will be blank, instead of showing data.
Click ...'Run Query'
The query will fail with multiple errors:
Msg 2812, Level 16, State 62, Line 10 Could not find stored procedure 'sp_msforeachdb'. Msg 2812, Level 16, State 62, Line 25 Could not find stored procedure 'sp_msforeachdb'. Msg 2812, Level 16, State 62, Line 39 Could not find stored procedure 'sp_msforeachdb'.
Thoughts on fixing this:
The proper case of this built in procedure is: sp_MSforeachdb. A quick fix would be to fix the case of the statement.
Hi @LitKnd, thanks for bringing this up and the nice gif.
It looks like @vickyharp opened this same issue: #1799 She also suggested the same change.
I can check with engineering team to see if we can make an update. In the short-term, we can make this fix, but long term we can discuss a better approach.
Steps to Reproduce:
Msg 2812, Level 16, State 62, Line 10 Could not find stored procedure 'sp_msforeachdb'. Msg 2812, Level 16, State 62, Line 25 Could not find stored procedure 'sp_msforeachdb'. Msg 2812, Level 16, State 62, Line 39 Could not find stored procedure 'sp_msforeachdb'.
Thoughts on fixing this:
The text was updated successfully, but these errors were encountered: