July 10, 2012 at 4:09 am
My database tables are missing after a virus infection. How can I repair and recreate missed table from database folder.
when attached the .mdf and .ldf file, only dbo.sysdiagrams table is there.how can I retrieve the other tables.
please help me in the topic.
Thanx
July 10, 2012 at 4:15 am
Restore from backup.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 19, 2012 at 3:46 am
This was removed by the editor as SPAM
July 19, 2012 at 6:28 am
repair softwork doesn't seem to work when it comes to SQL Server, because the file is always open;
it's kind of like opening a word file;
you may edit for hours, but unless you saved it, if you erase stuff in the middle of the document, there's no where those changes are saved, and are not recoverable at all. neato software or not.
Lowell
September 6, 2012 at 2:28 am
Restore from backup:
1) Restore in dev enviroment
2) Script out the table
3) Create that table in Prod enviroment.
3) Import all data from Dev table.
December 5, 2012 at 12:10 am
To recreate lost tables. use sql database repair software, many data recovery companies offering this software and also providing a free trial version of software. One of this utility you can download from here:
http://www.repairsqlserver.net
Thanks
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply