Re: Delete unused MySQL indexes Programming Databases by Dani … sub-optimal, can easily take down the server and break replication. The last time I mistakingly removed an index that was… Re: Ensuring data consistency and integrity Hardware and Software Cloud-based Apps by Dani Good question. We have multiple web servers that are load balanced, and only 2 database servers in a master/slave setup. I know there are ways to shard the database so you could essentially put different records of a table on different servers, but I personally have no experience with that. I am pretty sure you can shard by row or by column. We … Re: Ensuring data consistency and integrity Hardware and Software Cloud-based Apps by Miles_0 Thanks for overwhelming response. How do you ensure efficient cache management with Memcached in such a distributed system, especially when fetching multiple items per page while minimizing cache misses? Replication Programming Databases by Xcrypted12 …, order, orderdetails, and staff tables. I want to set up replication so that at 11:59pm every night, anything added on… to do this? I have everything else working great but replication information is fuzzy to say the least. Thank you in… Re: Replication Programming Databases by LastMitch … time. It's just that you are not familiar with replication. You can read this just to give you an idea….com/services/ora_replication_guide.html >I want to set up replication so that at 11:59pm every night, anything added on… Re: Replication Programming Databases by Xcrypted12 … *** IDENTIFIED BY ****** USING ‘UK’ / DROP SNAPSHOT CLIENTS_TABLES_SNAP PROMPT Creating database replication schedule for clients table CREATE SNAPSHOT CLIENTS_TABLE_SNAP REFRESH COMPLETE START… replication Programming Databases by sivak what is mean by replication..can anyone explain me with example ..couldnot get clear idea in google?plz Re: replication Programming Databases by Ancient Dragon [URL="http://lmgtfy.com/?q=what+is+database+replication"]Here[/URL] Re: replication Programming Databases by davidn Not to push the RDM product line too much but [url]http://docs.raima.com/rdms/8_2/Content/UG/Chapter15.htm[/url] does provide an overview of replication and how it can be used. Re: Replication Issues Programming Databases by Wil 0' Wisp …, how can i check on 1. time and data size ( replication command that send from time to time )from SERVER B…, C to SERVER D? 2. time and data size ( replication command that going to push to subscription server ) from SERVER… is documented on the Microsoft technet site by searching under replication Re: replication in c# .net Programming Software Development by jojobar … example in c#.net[/QUOTE] Do you mean Sql Server Replication example in C#.net? If so there are bunch of…: [URL="http://www.google.com/search?q=sql+server+replication+example+C%23"]http://www.google.com/search?q… Replication Issues Programming Databases by kktung …, how can i check on 1. time and data size ( replication command that send from time to time )from SERVER B…, C to SERVER D? 2. time and data size ( replication command that going to push to subscription server ) from SERVER… Replication topology Programming Databases by slamdunk … a reasonable time interval. I read few blogs that circular replication is not usually recommended. I don't have indepth knowledge… or experience with replication but I can work my way around mysql. Is this… Replication and Synchronization in PhpMyAdmin Programming Databases by OsaMasw … there, today I noticed there are two operation in PhpMyAdmin, Replication and Synchronization. and now I want to use these operation…'t get it, like socket or address , master and slave replication. ![sync](/attachments/large/3/sync.png "sync") I… Replication ISSUE Programming Databases by tech@gmail.com [B]Hi All[/B] 2 db servers replication interval in every 60 secs right now needs to have length interval ncreased is this o.k. to do - pro's and cons of this Thanks for ur time and help.............. Replication performance, simple questions Programming Databases by myzyzy I am currently testing replication on mysql 5.0.9 running on Win XP Pro … replication in c# .net Programming Software Development by sivak anyone explain me replication uses with example in c#.net Re: replication in c# .net Programming Software Development by sivak i am asking about .net replication..not a sql server replications Replication: problem of connecting interruption Programming Databases by neikel Hi everybody, I'm setting up peer-to-peer replication topology. Now, my two sites are working well, both sites … Re: replication Programming Databases by sknake Wrong forum, move this over to MSSQL. Re: replication Programming Databases by peter_budo [QUOTE=sknake;888642]Wrong forum, move this over to MSSQL.[/QUOTE] Any specific reason why this should go to MSSQL and not to MySQL, Oracle or Access? I believe question quite safe where is now as it is just general query... PS: In the future if you think post is in wrong section just press Flag Bad Post option and write short message instead of … MS 2000 Replication error Programming Databases by faruque_alam …2003 SE DB: MS SQL 2000 Server SE MS SQL Replication: Publisher Source DB: Northwind Server 2: Name: WEB…Server DB: MS SQL 2000 Server SE MS SQL Replication: Subscriber Destination DB: ABC JBCB_SRV1 is running on …with INTERNETSRV sa’s password. As soon as the replication starts it gives the following error: Full message: Login… SQL Server 2005 - Merge Replication Programming Databases by ravivarman … regard to this, I am facing an issue with replication of the databases. We have a database with over …Server 2000 in order to have a smooth and quick replication scenario was as below: On the publisher: 1. … There is an option to 'initialize with backup' or 'replication support only'. But these options are available only for transactional… Re: SQL Replication Merge followed by Transactional Programming Databases by KirstyHunter … Key constraint causing the problem. Replication appears to be doing the transactional replication before the merge but because the… FK. I set my FK to NOT 'enforce for replication' and it worked fine. [QUOTE=KirstyHunter;1506765]Hi, …'t work when its done on the subscriber? Replication monitor doesnt give me any errors or warning and… urgent help needed in multi master replication Programming Databases by agrawaltanu1 … Oracle database 10g. I am trying to implement advanced replication on my database. Till now I have replicated tables …case on running all the procedures(adding packages and generating replication support) I am not getting any error. But after… this I am not able to resume replication. In DBA_REPGROUP status of master group is QUIESCED. I… MS SQL Replication - multiple Schemas with same tables names Programming Databases by KirstyHunter Hi, I am trying to set up transactional replication on a MS SQL 2008 database that has two Schemas,… B.Product B.Incoive My first problem is actually configuring Replication on the publisher using the wizard. It fails when selecting… to create two publications, everytime I want to set up replication. There doesn't appear to be a way to select… Merge Replication Programming Databases by jugnu Hello! I have a query regarding Merge Replication. I have 5 Tables. 1. SetYarnMain Fields (MainId(PK), MainName, … then same Id is generated because the replication hasn't done yet. When merge replication is performed table SetYarnSub at both location… Multi Master Marter replication Programming Databases by rchawdhari I have done master master replication . I want to do multi master master replication. I research and found mostly master master replication in circular topology. But I want to do one supermaster who reads and update other masters. Is it possible? Is anybody did this? Re: MS SQL Replication - multiple Schemas with same tables names Programming Databases by BitBlt … least get you going. First, you need to set up replication with one table (or a couple) using the Wizard and… replicate the necessary SQL so you can manually create your replication schema. Bad news: you won't be able to manage… Need a guide to Slony replication procedure for Postgresql. Programming Databases by EnderX … currently in charge of a running installation of the Slony replication procedure for Postgresql databases. I inherited this installation from my… towards someone who already knows a fair amount about Slony replication. Again, I do not qualify for that. Searches for "…