sql2008 merge replication document
I have found many sql2005 merge replication guides but none for 2008 ent. can someone point me to a 2008 merge replication step by step guide ? thanks
View ArticleThe processing of the response message failed.
SQL 2005 SP3 Web Sync Merge pull After 3 hours the merge replication abort This is the data in log file 2012-10-22 21:13:24.446 Percent Complete: 0 2012-10-22 21:13:24.446 Uploading data changes to...
View ArticleDelete Publication: "the principal "dbo" does not exist, this type of...
OS: Windows Server 2008 SP2. MS SQL Server 10.0.1600.22 I am the administrator of the computer and of the SQL Server, also the owner of the database. I have installed a local Publication. For whatever...
View Articlesql server subscription ftp problem
my configuration sqlserver.Pubblication <== FTP snapshot via internet ==> sqlServer1.Subscriber OK i add another sqlserver in another place to subscribe to Pubblication: sqlserver.Pubblication...
View ArticleBesides SQL Server 2008 What H/W And S/W Do I Need For P2P Replication (and...
Is there a difference in the cost of using P2P replication instead of Merge Replication. Which costs more and why. What H/W and S/W do I have to have for each technology. Do I need licenses.
View ArticleError: 28005, Severity: 16, State: 2...An exception occurred while enqueueing...
I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix. Thanks, Paul spid24s Error: 28005, Severity: 16, State: 2 spid24s An exception occurred while...
View Articlesp_adjustpublisheridentityrange without sysadmin / db_owner permissions for...
My merge subscribers aren't members of sysadmin/db_owner and my publisher is running out of identity ranges assigned identity ranges. I understand I can manually run sp_adjustpublisheridentityranger...
View Articleproblem by generating replicated between servers SQL 2008
I have 3 SQL 2008 servers with Windows 2008 R2, 2 of them are in a domain and the other is outside it, one of which is within the domain is as Publisher and the other 2 as subscribers ... which is...
View ArticleTransactional Replicaton Distributor To Subscriber Errors
Replication was running fine for a while and then it started through the following error. Does anyone know why it's doing that? Command attempted: if @@trancount > 0 rollback tran (Transaction...
View ArticleAn Exception occured while enqueueing a message in the target queue. Error...
2010-06-30 11:40:01.94 spid18s An exception occurred while enqueueing a message in the target queue. Error: 15404, State: 19. Could not obtain information about Windows NT group/user...
View ArticleMonitor server instance check box greyed out
I am setting up log shipping and when I try to setup Moinitor server instance the check box is greyed out. How do I enable monitor server instance.
View ArticleStuck in "Waiting 60 second(s) before polling for further changes." when do...
Hi all. I have this problem but have many try but can't solve this.I have setup an SQL Server 2008 replication database, after complete setup, the replication do preparing table, bulk copy database,...
View ArticleSQL server 2012 Merge replication setup error
I'm trying to setup a merge replication between two SQL 2012 servers. I test it on a small dictionary table, which has a primary key (int identity - marked as "not for replication") and is referenced...
View Articlepermissions on the view are not getting replicated
hi, im using sql server 2012 and transactional replication in it. im trying to replicate a view which has a specific database role attached in the permissions. this is my replications script for the...
View ArticleSQL server 2012 Merge replication error
I'm trying to setup a merge replication between two SQL Servers (2012 version). Some problems are solved but at least for one table I get an error when a record is updated on the Subscriber. The error...
View ArticleProgramming Replication using T-SQL Stored Procedure
Using msdn I'm using the following script for merge replication DECLARE @publicationDB AS sysname; DECLARE @publication AS sysname; DECLARE @login AS sysname; DECLARE @password AS sysname; SET...
View ArticleMerge Replication with Web sync and SSL Certificate on subscriber
Hello, I am setting up merge replication with web sync between a server in a workgroup (SQL server 2012/iis 7) and a remote server. My question is: Do I have to install the server SSL Certificate on...
View ArticleClarification: Does the 10G size limitation of SQL Server Express 2008 apply...
What does the 10GB limitation refer to, please explain to a novice, see link. Can the database be bigger than 10GB. Do you have documentation!...
View ArticleIdeas for replication architecture
I'm looking for an idea of replication architecture (SQL 2012). I need to copy some data from several servers to a central server (in one direction only). I want to minimize the efforts to configure...
View ArticleIs this a good idea to work around the 10GB size limitation of SQL Server...
To get an advance warning, can I set the size limit to well under 10GB just to get an early warning. When the database reaches my limit, I'll get the allocation error messages. Could I then manually...
View Article