I have a question about restoring an MS SQL database.
Our current set up is that we have two databases (lme and lme_dev). The lme_dev is our development database. What I am looking to do is update the data in our dev db. I have an option in our software package, where I can export all the data, then import it into the dev db. My problem is that I run acrossed so many records that were updated between me getting tables exported, so they are no longer in sync with each other. I was wondering if I could do a restore on the lme_dev db, and use the db backup and transaction logs from lme? Will that cause any problems? Will it work OK? Or is there a better option for me to get the data updated in our dev db?
Our current set up is that we have two databases (lme and lme_dev). The lme_dev is our development database. What I am looking to do is update the data in our dev db. I have an option in our software package, where I can export all the data, then import it into the dev db. My problem is that I run acrossed so many records that were updated between me getting tables exported, so they are no longer in sync with each other. I was wondering if I could do a restore on the lme_dev db, and use the db backup and transaction logs from lme? Will that cause any problems? Will it work OK? Or is there a better option for me to get the data updated in our dev db?