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 |  
                                    | chander_2580Yak Posting Veteran
 
 
                                        76 Posts | 
                                            
                                            |  Posted - 2008-04-17 : 03:54:45 
 |  
                                            | Hi Gurus!!!I am using merge replication in sqlserver 2000 and now i have to update Article (tables and stored procedures part of replication).Please guide me to update article so that there will be no conflicts occur in replication after updation as this is a critical database.Please help me out.Thanks & RegardsChander |  |  
                                    | sodeepMaster Smack Fu Yak Hacker
 
 
                                    7174 Posts | 
                                        
                                          |  Posted - 2008-04-17 : 12:54:45 
 |  
                                          | what did you set for conflict resolvers?  Update in your publishers  so replicates to subscribers? If anyone updating same articles in subscribers,then you will have conflict .It depends on which conflict resolver you choose and who wins. |  
                                          |  |  |  
                                    | rmiaoMaster Smack Fu Yak Hacker
 
 
                                    7266 Posts | 
                                        
                                          |  Posted - 2008-04-17 : 23:00:58 
 |  
                                          | Do you update table schema or data in the table? |  
                                          |  |  |  
                                |  |  |  |