Tagged Questions

0
votes
1answer
38 views
+150

SQL Server 2008 Replication (avoiding reinitialization)

I'm trying to determine if there's a better way to handle replication than the way we're currently doing things. We're essentially trying to determine 2 things: Is there any way to add an …
1
vote
7answers
188 views

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. Changes in an …
1
vote
2answers
29 views

Sql Server 2005 Replication

I am developing a web portal in Asp.Net. Primary target users will be of India Only. But in future I may target overseas users also. I want to know if I should use Sql Server Replication or not. …
0
votes
1answer
23 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 the slave i/o thread …
0
votes
1answer
12 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 msrepl_tran_version which …
0
votes
2answers
34 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 synchronised between …
0
votes
2answers
50 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 periodically back up …
0
votes
1answer
42 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 to use information …
0
votes
1answer
32 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 our cross-database …
0
votes
4answers
83 views

Is it possible to do N-master => 1-slave replication with MySQL ?

Hello, I want to make a dedicated SLAVE machine for data replication of three database on three different servers. In other words, I want to do Multiple Master => SIngle Slave replication. Is …
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 like all information …
1
vote
1answer
66 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 a new article. …
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: There is the main …
0
votes
1answer
18 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 instance on a …
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). How can you …

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