Tagged Questions
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
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 ...
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
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
108 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
1answer
78 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
75 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
253 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
327 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
632 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
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
378 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
517 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
232 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
199 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
0answers
124 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
450 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
415 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
236 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 ...
0
votes
1answer
189 views
SQL Server 2005 Merge Replication: Under what circumstances would the base snapshot expire?
Obviously changing schema, adding / removing published articles etc expires the snapshot, but is there anything else that would cause the publication to expire?
We're seeing a snapshot expiring ...
0
votes
1answer
259 views
Will this force a reinitialize in Merge Replication Topology?
I need to add a couple of columns to a table that is a part of a replication set. It is not a constraint coulumn or a part of any article filters and it allows NULL. I have a pretty good idea that I ...
0
votes
1answer
111 views
SQL Trigger that runs ONLY at Publisher
I have an in house app that has both a Web Interface and a Desktop Interface(is an OCA using Merge Replication). We are still using SQL 2005 and have many 'Archive' tables set up. These are filled ...
0
votes
1answer
143 views
Rename a NOT NULL column with no default in a SQL Server 2000 table in Merge Replication
Using sp_repladdcolumn I can either:
1) add a column that allows nulls; or
2) add a column with a default value that does not allow nulls.
Without dropping and recreating the whole subscription I ...
0
votes
0answers
745 views
SQL Server 2008 Merge Replication over Internet
We have decided to put our servers in data centers on east and west coast of US, to keep high level redundancy. We like to replicate our SQL Server 2008 databases using merge replication, but going ...