hi there, need help please :(
I've made backup for my database. we use SQL 2008 R2 as database engine, and Dynamic SL 2011.
suddenly I got mistake for the data, and wanna to recover the database.
here are the chronology:
- database deleted by accident (DB application and DB system).
- I re-create new empty database with same name (both for DB application and DB system).
- When I want to restore the database, shown an error:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Restore failed for Server 'MS001'. (Microsoft.SqlServer.SmoExtended)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
The backup set holds a backup of a database other than the existing 'DATAsys' database.
RESTORE DATABASE is terminating abnormally. (Microsoft SQL Server, Error: 3154)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600&EvtSrc=MSSQLServer&EvtID=3154&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
******************************************************************
- ths also happen to DB application.
- already tried for options:
overwrite the existing database (with replace)
restore with recovery
restore with nonrecovery
still no hope. need help please. thanks in advance.