Tagged Questions

0
votes
1answer
11 views

non-replicated column still trigger replication

I have a few columns in a table that are added to my publication articles. When a change on a column that is not included in replication occurs, it still seems to update the msrep …
0
votes
4answers
97 views
+550

Can I set up a filtered, star-pattern database replication?

We have a client that needs to set up N local databases, each one containing one site's data, and then have a master corporate database containing the union of all N databases. Ch …
0
votes
2answers
27 views

Synchronizing intranet and web data

I am just getting started breaking a .NET application and its SQL Server database into two systems - an intranet and a public website. The various database tables will need to be …
0
votes
1answer
20 views

Does SQL Server replication support this scenario?

Suppose I have central site and branch sites. Branch sites also have its own distribution center; Northern center, Southern center, Western center, and Eastern center. I would l …
0
votes
2answers
47 views

Backing up data between SQL Express 2005 and SQL Server 2008 Standard Edition

Hi, I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with an installation of SQL express 2005 and needs to pe …
0
votes
1answer
39 views

SQL Server 2008 Replication vs Manual Database Updates

Our scenario: We have a main database that stores company-wide information. We have several retail locations which have their own databases they work off of. These locations need …
0
votes
1answer
28 views

SQL Server Replication (cross-database queries & constraints)

We want to replicate data from one database to several others (on another server). Would it make sense to replicate these tables to a shared database on the other server and have o …
0
votes
1answer
13 views

MySql Slave I/O Thread not running

I have set up replication for MySql server. I can connect from the slave machine the master server using the replication user/password. I have got the slave sql thread running but …
0
votes
1answer
13 views

SQL Server 2005/8 Replication Transaction ID

The scenario I have the scenario where I'm using transactional replication to replicate multiple SQL Server 2005 databases (same instance) into a single remote database (different …
0
votes
1answer
18 views

Synchronize online SQL Server 2008 databases

As I found this can be done with merge replication in SQL Server. But I have only one main server and many small ones(with Express edition installed on them). Let me explain: Th …
1
vote
1answer
65 views

How do I add new articles with transactional replication?

Suppose I'm using transactional replication to replicate articles from one server to another (both running SQL Server 2000). This is setup and working great. Then, I decide to add …
0
votes
1answer
20 views

New to MySQL scaling-how to have 2 master-write servers?

From what I learned, a MySQL MASTER server is one that can both read and write. Correct? My question is: Suppose you have 2 MySQL master-write servers (and many slave-read servers …
0
votes
1answer
24 views

How do I publish an alteration to a replicated stored procedure (SQL 2000)?

We have several stored procedures marked as articles for replication in our SQL2000 database. If we update any of them via ALTER PROCEDURE, the changes are applied to the master, …
0
votes
1answer
25 views

What are your opinions of DRBD/Heartbeat for replication and failover for the Firebird RDBMS?

I am researching the possibility of using Firebird for a project. However, one potential problem is replication and failover, or rather, lack of a (subjective) "good" solution. …
0
votes
1answer
23 views

Mysql Replication Restore

Hi, How can I start one slave and tell him to stop updating in one date and time? Like "update slave until Friday 9:00"? Is possible? Thanks in advance? Regards, Pedro

1 2 3 4 5 18 next
15 30 50 per page