July 10, 2015 at 3:10 am
Hi Team,
We are migrating our database from 2005 to 2008 r2.
We are asked how are we making sure to check the data correctness post restoration.
My thought is if the DB has been restored successfully, then there is no data corruption issue, I mean it wont be a case that certain data is corrupted and certain is not, or am I wrong here?.
How can we check the data correctness post restoration?
July 10, 2015 at 3:12 am
DBCC CheckDB is what you use to check corruption. SQL won't delete data or mangle data in an upgrade process. Corruption comes from hardware problems, usually IO subsystem.
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 12, 2015 at 10:07 pm
This was removed by the editor as SPAM
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply