I have a python script that runs a Compress, Rebuilds Indexes and Analyze as per this article. I create a log file and if any of those processes fail, I should get a message of it in my log file, as well as get an email. Upon completion of the maiden voyage for my latest iteration of the script, the sde user shows a new entry in the compress_log table, my log file shows that the index rebuild and analyze processes completed successfully and I didn't get an email.
At the moment all things look great. But.... Is there a way either in ArcGIS or SSMS to verify that the indexes did indeed get rebuilt and that the analyze process did as well?