I tried to restore a database but this message showed. How do I restore this database?
Restore of database \'farhangi_db\' failed. (Microsoft.SqlSer
You can use following SQL to restore if you've already created database
RESTORE DATABASE [YourDB] FROM DISK = 'C:\YourDB.bak' WITH MOVE 'YourDB' TO 'C:\YourDB.mdf', MOVE 'YourDB_Log' TO 'C:\YourDB.ldf', REPLACE