January 20, 2007 at 12:01 am
January 20, 2007 at 7:29 am
restore a full backup and then periodically resotre ur diff backup. but why can't u try replication for ur requirement if u r using sql server 2005 u can also try for db mirroring.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
January 20, 2007 at 2:52 pm
You cannot restore a database, make changes to it, and then do additional restores that leave those changes in place.
You cannot do any changes to the database until you do a restore with recovery. Once you restore either a full or Differential backup with recovery, you cannot do any additional restores.
You can do a restore into standby mode and the data will be accessable, but you will not be able to do any changes to the database.
January 21, 2007 at 3:41 am
yes clark u r right. i apologize. i dint read this phrase in the last post.
we want to carry out some other transaction on the second server and same should not get changed when any new diff backup is restored on the second database.
so if any ahanges are made the diff backup cant be used upon that.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
January 22, 2007 at 8:51 am
Check out Red-Gate's SQL Data Compare. It's a wonderful tool for checking out and 'fixing' differences between two databases.
You tell it which two databases you want to compare and it will show you the differences for each one. Then it will create scripts for you to make whichever one you want match the other.
We use it quite frequently at my job.
-SQLBill
January 22, 2007 at 7:01 pm
You can use transactional replication and change the snapshot shot option "Keep the existing data unchanged"
MohammedU
Microsoft SQL Server MVP
February 10, 2007 at 2:52 am
Hi,
Thank U all for your suggestions, it helped me a lot in bringing me near to the possible solution.
I tried vaious options in replication. I didnt find the option "Keep existing data unchanged"; the option available in Snapshot is "Keep existing table unchanged". I want a restriction based only on table data, not on the schema.
And snapshot will be applied intially on the subscriber. but everytime data is posted, it won't skip updates. this must not happen as at the destination server data in few tables will be modified.
My MAJOR CONCERN IS Any Posting of data from Publisher(Source) to Subscriber(Destination) should not affect already posted data.
please let me know if u know any solution for this requirement.
Regards,
February 11, 2007 at 3:43 am
I tried vaious options in replication. I didnt find the option "Keep existing data unchanged"; the option available in Snapshot is "Keep existing table unchanged". I want a restriction based only on table data, not on the schema.
I tried many times this option... may be you are looking at the wrong place...
Right Click publication/Properties/Articles/Click article properties (...) button/snapshot...
Then first radio button should be "Keep existing data unchanged"
MohammedU
Microsoft SQL Server MVP
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply