Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all articles
Browse latest Browse all 223

How to fast reinstatement new data and objects on a copy of a irreparable database

$
0
0
Hello,One of our database have several failures, we cant repair it.Actually all data and objects are available on the corrupted database.We are using : - sql server 2008 R2 (standard edition) - recovery model : Simple - compatibiliry level : SQL server 2005 (90)Shemas replication scripts have been generated (using ssms) and we write a piece of code for migrating data between the old and a new database.Our problem : We cant stop the old database during the copy.My question, during the maintenance some data will be written to the old database.What is the best/simple way to temporaly store this diferencial data for a post maintenance fast reinstatement ?If there's a best way to duplicate this corrupt database using some tools or other prodcedures, your suggestions are welcome :)

Viewing all articles
Browse latest Browse all 223

Trending Articles