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.
| 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 publisherlet me know the entire process if need beThanking 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. |
 |
|
|
|
|
|