Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SYNCING 2 DATABASES

Author  Topic 

sqlserverdbam
Yak Posting Veteran

54 Posts

Posted - 2009-04-29 : 15:55:32
Hi All,

Following configuration:
SERVER 1 (PROD)
SQL2005 (CLUSTER ENVIORNMENT)
proddb is name of production database.

Server 2(test)
SQL2005 (CLUSTER ENVIORNMENT)
Need to sync proddb from server 1 to server 2 on monthly basis.Server 2 has additional 6 tables which I need to keep during sync.
Right now I'm doing backup/restore/fix orphand users and creating 6 tables.But lossing 6 tables data.
Is there any other way I can save 6 tables with data.One of way I thought is DTS services.

Please advice
Thanks,


sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-04-29 : 18:30:08
Archive that 6 tables with some different name (DB). Then apply it to newly restored databases. Run the fix orphan again only if you need.
Go to Top of Page

sqlserverdba
Yak Posting Veteran

53 Posts

Posted - 2009-04-30 : 10:54:34
quote:
Originally posted by sodeep

Archive that 6 tables with some different name (DB). Then apply it to newly restored databases. Run the fix orphan again only if you need.



What do you meant by Table Archive?

Thanks
Go to Top of Page
   

- Advertisement -