Back To Basics: The RESTORE DATABASE Command
The restore database command is what is used to recover a database which has been backed up using the BACKUP DATABASE command. The syntax of the RESTORE DATABASE command is very similar to the BACKUP DATABASE command in many respects. You start with where you are restoring the database from. RESTORE DATABASE MyDatabase FROM DISK=’E:BackupsMyDatabase.bak’ […]