Say ServerA.TableA is replicated (via Transactional Replication) to ServerB.TableA. If a trigger existed on ServerB.TableA tha开发者_开发技巧t fired when a row was inserted or updated, would the trigg
I am working on an application that runs on multiple clients that talk to one main MySQL database. Additionally, we have a web application that uses the same MySQL database.
When I want to force an update of the subscribers 开发者_StackOverflowto my merge replication publication, I can go into the Replication Monitor, right click on the subscription, and choose Start Sync
I\'m building a system which has the potential to require support for 500+ concurrent users, each making dozens of queries (selects, inserts AND updates) each minute.Based on these requirements and ta
I\'m in the initial phase of designing an application that will have a backend implemented in C# that will provide data for other platforms using WCF web services hosted on IIS. One of the platforms w
We have two situations: We have a database server that contains tables of job titles.Those job titles need to be accessed by a database on another server.We have established a linked server connecti
I\'m currently trying to build a high-availability and load-balanced web application with SQL Server Replication Services technologies. Automatic fail-over is built into the application logic. Basical
This involves data replication, kind of: We have many sites with SQL Express installed, there is an \'audit\' database on each site that has one table in 1st normal form (to make life simple :)
I currently have replication setup on MySQL 4.1 (master, named r开发者_运维知识库adius) to MySQL 5.0 (slave, named app1).
mysql> start slave; Query OK, 0 rows affected, 1 warning (0.00 sec) mysql> show warnings; +-------+------+--------------------------+