dear all we are working on MSsql server 2008. every sunday we are taking the full backup of database. everyday we are taking the differential backup. mydatabseserver is hanged on other issue on wednesday. so i have fullbackup of till sunday and differential backup of tuesday. so my question is how to restore the database till tuesday(Transcations) data.
Well, in this case, you restore the sunday full backup with no-recovery and restore the differential backup from Tuesday with recovery.....this will do your requirement as of Tuesday.