Database Rollback Bug

Wanted to flag a pretty nasty problem I ran into the other day - I was in the process of making final edits to a project before deployment, and ended up needing to roll the database back to where I rolled the agent checkpoint back to. Should be no problem, right? Wrong - Unfortunately, I had manually rolled the database back earlier that day to a specific time. Little did I know that the time I had put into the database rollback tool persisted even after I pressed the rollback button in the agent dialogue. Resulting in having to spend an additional 4 dollars worth of agent credits restoring the database to the needed state. I definitely learned the lesson to always make sure the database time stamp reflects the actual needed timestamp before proceeding with the rollback!