• 0

sql database 2008


Question

 

I use MS SQL Server 2008 r2 during many years, after every work session I save all the data and make backup copy. Today something happened with my pc and during work my computer hanged and after sql server viewed - SQL Server Table Corruption Error. I opened database again, but I got the same error. I don't know what ways to use for repair sql server database. Any tips or suggestions...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

run DBCC CHECKDB and see what it tells you,

 

you should always have a full backup and transaction log backups if this is a production database to restore from to a point in time

Link to comment
Share on other sites

  • 0
On 23.10.2016 at 9:07 PM, olad1995 said:

 

I use MS SQL Server 2008 r2 during many years, after every work session I save all the data and make backup copy. Today something happened with my pc and during work my computer hanged and after sql server viewed - SQL Server Table Corruption Error. I opened database again, but I got the same error. I don't know what ways to use for repair sql server database. Any tips or suggestions...

In case sql server cannot be restored by sql server management studio you may open it to another version of SQL Server like one of the ultimate...

 

But another method might be special software, one of the best applications SQL Server Repair Toolbox, I digged it from Internet Space. Its advantage in restoring sql databases of any versions, check it https://www.repairtoolbox.com/sqlserverrepair.html

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.