Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
Data Corruption (SS2K8 / SS2K8 R2)
»
How to recreate lost tables.
How to recreate lost tables.
Rate Topic
Display Mode
Topic Options
Author
Message
najeeb_kt2000
najeeb_kt2000
Posted Tuesday, July 10, 2012 4:09 AM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, September 06, 2012 1:33 PM
Points: 8,
Visits: 29
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
Post #1327389
GilaMonster
GilaMonster
Posted Tuesday, July 10, 2012 4:15 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 10:16 AM
Points: 37,686,
Visits: 29,940
Restore from backup.
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #1327396
prettsons
prettsons
Posted Thursday, July 19, 2012 3:46 AM
SSC Journeyman
Group: General Forum Members
Last Login: Today @ 1:24 AM
Points: 99,
Visits: 1,029
najeeb_kt2000 (7/10/2012)
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
Agree with GilaMonster first try to restore database from updated backup.
If you don't have backup then try third party SQL repair software. You can easily Google these software just like this:
http://lmgtfy.com/?q=sql+repair+software
SQL Database Recovery Expert
Post #1332040
anthony.green
anthony.green
Posted Thursday, July 19, 2012 3:52 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
Based on the OP's first post on this
here
they dont have backup's, that is if its the same database in question.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1332045
Lowell
Lowell
Posted Thursday, July 19, 2012 6:28 AM
SSChampion
Group: General Forum Members
Last Login: Today @ 9:56 AM
Points: 11,619,
Visits: 27,681
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
--
There is no spoon, and there's no default ORDER BY in sql server either.
Actually, Common Sense is so rare, it should be considered a Superpower. --my son
Post #1332127
db_expert_pradeep
db_expert_pradeep
Posted Thursday, September 06, 2012 2:28 AM
Grasshopper
Group: General Forum Members
Last Login: Today @ 2:06 AM
Points: 18,
Visits: 378
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.
Post #1355111
davegeeit
davegeeit
Posted Wednesday, December 05, 2012 12:10 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 12:06 AM
Points: 4,
Visits: 3
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
Post #1392808
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.