Hey guys,
So I am trying to generate the Database Consistency History report that comes standard in SSMS for server 2008R2.
The error is as follows -
Unable to retrieve data for this section of the report. Following error occurred. Msg 567, Level 16, State 5 File '' either does not exist or is not a recognizable trace file. Or there was an error opening the file.
What can be the cause for this and how do I fix it? I can run the DBCC CHECKDB command just fine but would like to get this report working.
I should also add that this error occurs for all databases on this server. All my other instances seem to be working fine..
Thanks in advance!