Tagged Questions
The merge-replication tag has no wiki summary.
4
votes
2answers
2k views
Changing column constraint null/not null = rowguid replication error
I have a database running under Sql server 2005 with merge replication. I want to change some of the FK columns to be 'not null' as they should always have a value. SQL server won't let me do that ...
3
votes
1answer
70 views
Future of “Logical Records” in SQL Merge Replication
I am building a new application which will be using SQL Merge Replication over very poor networks. It appears that the "Logical Records" feature would help significantly in coping with these network ...
3
votes
1answer
155 views
Why should someone use Identity Range Management with SQL Server
When I began to work on replication a few years ago, I was convinced that Identity Range Management was only made available in recent SQL Servers for legacy purposes as, prior to SQL Server 2000, the ...
3
votes
2answers
836 views
Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?
We are faced with the following problem that involves keeping the following in sync:
1 Centralised Server (IIS / MSSQL 2005)
Many Desktop WPF clients distributed by ClickOnce
Many Mobile clients - ...
2
votes
2answers
59 views
SQL Server Performance Suggestion
I have been creating database tables using only a primary key of the datatype int and I have always had great performance but need to setup merge replication with updatable subscribers.
The tables ...
2
votes
1answer
271 views
Replication - User defined table type not propogating to subscriber
I created a User defined table type named tvp_Shipment with two columns (id and name) . generated a snapshot and the User defined table type was properly propogated to all the subscribers.
I was ...
2
votes
1answer
37 views
Help determining proper Identity Range sizes
I have a Merge Replication with ~200 subscribers. I am trying to determine what would be appropriate Identity Range Sizes on some of the tables. You see I inherited a DB structure that was not ...
1
vote
1answer
20 views
VS 2010 database deployment for replicated tables
I started to use the database projects that are in Visual Studio to start keeping better track of schema and stored procedure changes. I love the idea of it, but I have hit a little bit of a hiccup. ...
1
vote
1answer
41 views
Manual synchronization SQL Server enigma
I've installed two SQL Server 2008 in two sites linked by internet connection and I've installed a merge replication between them, but one of the sites got a long disconnection time and the customer ...
1
vote
1answer
105 views
SQL Server Replication : Removing broken subscriptions at the publisher
We have multiple subscriptions (merge pull) at our subscriber for only 1 "real" subscription. I think we actually broke it like this by adding and removing the subscription from the subscriber side, ...
1
vote
0answers
45 views
SQL Replication, CE device
I have a Windows CE device that I'd like to replicate data to a SQL Server 2008 R2 database. I understand the basics of replication and I need to use MSDN's "Two-Server Topology". Where there is an ...
1
vote
1answer
127 views
SQL Replication from Win CE device to SQL Server 2008 R2
I have a Windows CE device that I'd like to replicate data to a SQL Server 2008 R2 database. I understand the basics of replication and I need to use MSDN's "Two-Server Topology". Where there is an ...
1
vote
1answer
77 views
Occasionally connected application (SQL Server data synchronization)
There is a central server that is running SQL Server 2008 R2 and WinForms clients, which use SQL Server CE to cache data. Data can be changed on both the server and client side. Each user can only ...
1
vote
1answer
74 views
Are good security practices and auto identity range mgmt mutually exclusive?
I'm trying to use Automatic Identity Range Management. However, the only way to ensure my users can INSERT records in tables with identity columns is to make them db_owner. Am I missing something?
...
1
vote
3answers
251 views
SQL Server 2005 Replication Integrity Violations SQL Server, Error number: 28549
I am hoping someone can help me with a really bizarre problem.
When users sync their device they are getting this error:
The row operation cannot be reapplied
due to an integrity violation. ...
1
vote
2answers
325 views
drop a foreign key constraint for replicated table
Can I drop a foreign key contraint from a table participating in merge replication? If so, can i just drop it from the published and will this chnage be replicated to all subscribes?
1
vote
1answer
62 views
SQL Exception on immediate reconnect
I have a winform app that uses LinqToSql as it's DAL. There is a Central SQL DB and each laptop has a local SQLExpress DB. A seperate module, using Merge Replication, keeps the two in sync. When ...
1
vote
2answers
308 views
SQL2008 merge replication fails to update depdendent items when table is added
Setup: an existing SQL2008 merge replication scenario. A large server database, including views and stored procs, being replicated to client machines.
What I'm doing:
adding a new table to the ...
1
vote
1answer
1k views
Merge two xml schemas using XSLT
I'm transforming an XML Schema using XSLT 2.0. The first schema (s1.xsd) imports a second schema (s2.xsd) as follows:
Content of s1.xsd
<schema xmlns="http://www.w3.org/2001/XMLSchema"
...
1
vote
1answer
107 views
What to consider if using triggers on tables in a sql-server merge replication
i am driving since some years a sql-server2000 merge-replication over three locations. Triggers do a lot of work in this database. i got no troubles.
Now migrating these database to a brand new ...
1
vote
1answer
315 views
SQL Server Express 2005 Merge Replication using RMO causes Null Reference exception
I'm trying to use RMO to programmatically perform merge synchronization. I've basically copied the SQL Server example code, as follows:
// Create a connection to the Subscriber.
ServerConnection conn ...
1
vote
1answer
66 views
Long Running Merge
When I'm doing synchronization between database in different system, I'm getting the "long running merge" warning in the replication monitor. As my database consists of lakhs of records, so it is ...
1
vote
1answer
414 views
How to programmatically start SQL Server 2005 merge replication
We currently have merge replication set up to merge certain tables between two databases. I need to programmatically start one of the publications to make sure data has been synchronized prior to ...
1
vote
2answers
624 views
SQL Server Merge Replication Problems
I have Merge replication setup on a CRM system. Sales reps data merges when they connect to the network (I think when SQL detects the notebooks are connected), and then they take the laptops away and ...
0
votes
0answers
48 views
Join filter between more than two tables
So, I have a scenario where I have an article that I want to be filtered based on two other articles in the publication. If I were to write this as T-SQL, it'd be:
select t3.*
from t3
inner join t2
...
0
votes
1answer
51 views
Are there advantages to only use stored procedures to access a database with merge replication?
I have a project where SPs are the only way that the application uses to access or modify the Sql Server 2008 DB.
I have developers asking to abandon the SP only approach and let them use Linq to Sql ...
0
votes
1answer
57 views
central subscriber replication in Sql Server 2008 R2 [closed]
We have regional office and some data in this office.We want to transfer data from each regional office everyday to central office .For this reason I need central subscriber topology.I implement ...
0
votes
0answers
21 views
Do Check constraints get replicated (in merge replication)
Title says it all; I just wanted to know if a check constrainst get replicated under merge replication.
0
votes
4answers
202 views
GUID of 00000000-0000-0000-0000-000000000000 causing merge index violation
Our developer has a linq-2-sql project that talks to my database. The database is involved in merge replication. It has been in use for some time and was working fine. A recent table was added to ...
0
votes
1answer
38 views
Adding/modifying unique constraints on a replicated table
I have an existing table in a replicated environment, I know there are restriction on schema changes that can be done on this table. Can I do the following.
Add a unique constrainst on publisher and ...
0
votes
0answers
39 views
Forcibly create merge subscription in a database running trasactional subscription
I have a database that is running transactional subscription. I am able to create a merge publication, but when I try to create a subscription for the merge publication(on the same database), I get an ...
0
votes
1answer
101 views
RFI: Moving from SQL Replication to MS Sync
We are looking at replacing SQL Replication with another technology, possible MS SYNC. We are synchronizing the data and schema for a large SAAS application between multiple data centers and require ...
0
votes
0answers
258 views
Merge Replication Error: Primary Key Violation
I have a database table,
EquipmentLocations (
EquipmentLocationID int identity(1,1) not null,
EquipmentID int not null,
LocationID int not null,
rowguid uniqueidentifier not null
)
...
0
votes
0answers
76 views
Rename Subscription database in merge replication
I want to rename a subscription database in merge replication. All the subscriptions are synchronized properly.
IS it possible to rename one of the subscription database?
0
votes
0answers
371 views
Allow non-db_owner INSERT permissions in merge replication with auto identity range mgmt
I have users with INSERT permissions on a table. They can insert records on the publisher until the table's primary range runs out. Then they start getting this error every time they try to do an ...
0
votes
1answer
220 views
Database Merge Replication on two static IP servers [closed]
I'm working on two separate servers in two different locations connected together via internet, and both of them have a static IP, and I need to create a merge replication between both of them such ...
0
votes
1answer
103 views
Move schema changes and data from Publisher to subscriber in MergeReplication
I have a corporate server and around 50 remote clients. Images are added to Remoteclients and these Images are merge replicated to CorporateServer. Now initially all these images were on BLOB. We have ...
0
votes
1answer
509 views
replication between two tables with different names and which have different column names. Is it possible to create such replication
I have a requirement where i have create replication between two tables with different names and which have different column names. Is it possible to create such replication.
server A ...
0
votes
1answer
231 views
How to replicate two tables with different structures but the same fields?
I have two SQL server databases in different locations.I want to do something like replication.
this is my scenario:
In the first data base I have a table with following structure:
tbl_worker
_Name ...
0
votes
1answer
61 views
Updating filtered replicated rows on subscriber fails
I have a merge replication scenario with 1 distributor/publisher and many subscribers.
There are only a few articles which are unfiltered everything else is filtered by HOST_NAME() and thus creating ...
0
votes
1answer
198 views
Merge Replication: Are multiple publications better than one big one?
We have merge replication set up in SQL Server 2000. One of our publications has 65 articles in it. This works fine but it is a hassle to modify anything (beyond adding a column via ...
0
votes
0answers
191 views
Replication - (0x80004005) The Merge Agent received the following error [404 :Not Found]
I've setup partitioned web sync merge replication which seems to have been working fairly well, until today when this error message started happening:
...
0
votes
1answer
112 views
SqlCeReplication: using ReinitializeSubscription before each Synchronize?
I'm working on a bug in a legacy Windows Mobile 5 app, which uses SQL CE Replication to sync a SQL CE database with a SQL Server 2005 or 2008 database (using Merge replication).
There is some ...
0
votes
1answer
224 views
Merge Replication for new created tables
I have two SQL Server 2008 R2 Standard servers and they are using merge replication, sometimes new tables are created in the subscriber and I want it to be replicated to the publisher.
Is there an ...
0
votes
1answer
116 views
Insert into a Replicated SQL Server table with 7 rows is taking nearly 1 minute - why is this?
I have a table with four columns, that is part of a publication that I'm replicating with in SQL Server 2008 R2. The table has only 7 rows. When I try to insert into the table with a simple insert ...
0
votes
0answers
123 views
Replication Error - Query for data failed
I am trying to implement merge replication with two local databases through RMO. My current code is primarily from MSDN site. It successfully creates distributor, publisher, starts the snapshot agent ...
0
votes
1answer
236 views
Web Sync Replication: (0x80004005): The schema script 'xxx' could not be propagated to the subscriber
Ive been having great trouble setting up replication (web sync via HTTPS).
If I only publish the tables, they replicate fine with the data.
If I add in views & sprocs then it failes with the ...
0
votes
3answers
447 views
SQL Server 2008 Replication to SQL Express 2005 via web sync
I have a SQL 2008 R2 server.
I've created a publication using the wizard which seemed to go ok.
There is a 'distribution' database in the 'system databases' section that has not a lot in it. (Not sure ...
0
votes
1answer
414 views
How to: Configure IIS7 for Web Synchronization
I have followed the instructions here.
To cut a long story short, I just cannot connect to:
https://machine/site/virtual directory/replisapi.dll?diag
I get:
HTTP Error 500.0 - Internal Server ...
0
votes
2answers
230 views
SQL Server Merge Replication error
I am getting a very strange error message at one of our client sites and I am having very little luck trying to figure out what is going on.
Hr=80040154 ERR:OpenDB failed getting
pub version ...