Before using the OPEN RESETLOGS command to open the database in read/write mode after an incomplete recovery, it is a good idea to first open the database in read-only mode, and inspect the data to make sure that the database was recovered to the correct point. If the recovery was done to the wrong point, then it is easier to re-run the recovery if no OPEN RESETLOGS has been done. If you open the databaseread-only and discover that not enough recovery was done, then just run the recoveryagain to the desired time. If you discover that too much recovery was done, then youmust restore the database again and re-run the recovery.