I'm looking for a way to report on the last time a database was consistency checked using dbcc checkdb is this possible? Also is there a data dictionary I can download for SAM to help in writing queries for reports?
Thanks
AppInsight for SQL does not perform database consistency checks, nor does it report upon the result state or when the last database consistency check occurred. This can however be theoretically accomplished using the SQL User Experience Monitor.
Thanks for this. I'm not looking for AppInsight to run the checks but just report on the last time it was ran. I will give the SQL User Experience Monitor a try.