USE master; GO RESTORE DATABASE [databaseName] FROM DISK = '[databaseBackupPath]' WITH REPLACE, RECOVERY;