What are the phases of sql server database restore process?
What are the phases of sql server database restore process? Ans: 1. Copy Data: Copies all data,log and index pages from backup file to database mdf, ndf and ldf files 2. REDO: Rollfoward all committed transactions to database and if it finds any...