Guest_imported
New member
- Jan 1, 1970
- 0
I tried restoring a db from backup file, after restoring, when I tried to see the prop's of the db, it gives me error message - the db is in middle of the restore operation, but I could see the completed message from sql QA. Moreover in Ent. Mgr. I could see 'loading' message next the restored database. How do I open and work with the restored db. Any help would be greatly appreciated.
Query :
restore database productsUK from disk = 'c:\lehman\bakproductsUK' with norecovery, move 'stageComputers_Data' to 'd:\mssql7\data\blabla1.mdf', move 'stageComputers_log' to 'd:\mssql7\data\blabla1.ldf'
Result :
Processed 5048 pages for database 'productsUK', file 'stageComputers_Data' on file 1.
Processed 1 pages for database 'productsUK', file 'stageComputers_Log' on file 1.
Backup or restore operation successfully processed 5049 pages in 7.294 seconds (5.669 MB/sec).
Query :
restore database productsUK from disk = 'c:\lehman\bakproductsUK' with norecovery, move 'stageComputers_Data' to 'd:\mssql7\data\blabla1.mdf', move 'stageComputers_log' to 'd:\mssql7\data\blabla1.ldf'
Result :
Processed 5048 pages for database 'productsUK', file 'stageComputers_Data' on file 1.
Processed 1 pages for database 'productsUK', file 'stageComputers_Log' on file 1.
Backup or restore operation successfully processed 5049 pages in 7.294 seconds (5.669 MB/sec).