1
vote
2answers
13 views
SQL Server Replication, Distributor
I need to implement a SQL Server replication solution. Very simple need for now. I just need to replicate one pretty simple table from 200 remote sites or so to one central server. The data is not …
0
votes
1answer
38 views
MS Access 2003 - Really simple question
If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won't the table links work? …
0
votes
1answer
59 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
2answers
34 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
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
1answer
22 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
7answers
190 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 …
0
votes
1answer
21 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
9 views
Where is the log file located when verbose history logging is turned on for SQL 2005 replication?
Hello,
I keep getting the The merge process was unable to create a new generation at the 'Subscriber'. Troubleshoot by restarting the synchronization with verbose history logging and specify an …
0
votes
1answer
29 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
2answers
53 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
35 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
1answer
46 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
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 …
