Recover database with no backups
问题 I want to know if there is a way to revover the state of a database at a certain date. Unfortunately I don't have a backup. 回答1: Without backups of any kind, there is nothing you can do - since previous state has been wiped away by checkpoints (even in full recovery, it acts like simple recovery until you've bothered to take a backup). This situation is precisely what backups are for. If you jump out of a plane without a parachute, don't bother looking for the ripcord... 回答2: As Aaron said