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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 replicating database changes to a remote server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-12-29 : 12:10:16
Montesh writes "I would like to replicate database changes wtihout undergoing the entiree proces of initialisation.
I mean once the publisher, distributor and subscriber are dealt with any changes to the stored procedure must be relicated at the subscriber once done at the publisher

let me know the entire process if need be
Thanking You"

PiecesOfEight
Posting Yak Master

200 Posts

Posted - 2002-01-03 : 10:15:31
Do you want to replicate data or just schema changes (e.g. stored proc definitions)? If the latter, use snapshot replication, b/c you cannot replicate incremental changes to procs.

Go to Top of Page
   

- Advertisement -