Create snapshot database error on remote server
Environment: OS: Windows 2008 R2 SQL Server : 2008 R2 EE Shared NAS storage: NTFS (\\RemoteServerName\SharedFolderName) Permisisons on Shared folder: Full control Source DB model: Full...
View Articlewhat are prerequisites needs to follow to run rebuild index on publisher...
What are prerequisites needs to follow to run rebuild index on publisher tables in Transactional Replication.Total replicated tables size are around 1 TB. Last time when we ran rebuild index activity...
View Articlepull replication error
hi,one of my coworker setup a bunch of pull transactional replication. The snaps for this publication is compressed and is stored on the publisher+distributor. There are 30GBs of disk space atm. all...
View ArticleFInd number of transactions replicating every day
Hello All,Can someone tell me how to find how many transactions are getting replicated (insert/update/delete) for each database on Transactional replication SQL 2008?Thanks,
View ArticleHow to drop article and add article with new snapshot
Hello All,I need to change property on one of the article at publisher's database. It won't let me do ti as the table is part of replication. How do I drop the article, change the property on source...
View Articlegenerate sp_dropsubscription statements to drop many but not all
Hello,I have been asked to update 60 articles (tables) that are in replication so I want to generate a script that automatically gets the articles and plugs them into an sp_dropsubscription statement...
View ArticlePossible to Configure Pull Subscription On SQL Server Express 2012?
Hi all, I was searching for a article which demonstrates how to configure a Pull Subscription in Merge Replication Topology on SQL Server Express 2012 edition machine as Express does not have any...
View ArticleDoes MS SQL Server Express Edition supports MSDTC service
We are using SQL express Edition,after creating a linked server we are facing a problem in executing a query.Query Im running:BEGIN DISTRIBUTED TRANSACTIONselect * from...
View Articletransactional replication data conversion error
i have replication between two databases ,the replication is not for all tables, i just replicate some columns on some tables i have a problem with one of tables that when i try to sync the DB's i got...
View ArticleIdentity Column Management in Replication
I m trying to add one of the tables to existing publication. The table has identity column. I ran the below scripts, but inserts are failing on "cannot insert a value into identity column without...
View ArticleSql server Data Base Synchronization Scenario
I want to achieve below illustrated scenario via sql server replication. Client A and Client B are client databases containing same article Table A. This article needs to be published by Client A and...
View ArticleHow to configure sql server replication to cancel when MSSQL_REPL-2147199368...
Hi;When an error MSSQL_REPL-2147199368 (The merge process could not connect to the Publisher 'sfraprmok871:MOBILITE_PRODUCTION'. Check to ensure that the server is running.) appear, it's not stop...
View ArticleMicrosoft.SqlServer.Replication.ComErrorException; cannot change properties...
Hello,As the title states, I am having issues with the MergeSynchronizationAgent class in C#. When I try to create my syncagent using the following call:syncAgent =...
View ArticleTrying to Delete a Publication and Receiving Error
Hello -I am trying to delete a local publication and receiving the following error:"Cannot execute as the database principal "dbo" does not exist, this type of principal cannot be impersonated, or you...
View ArticleReplication Queue reader stopped due to Comm failure
Hello,I have replication (subscription with updateable subscribers) (pull) running on sql 2008 subscriber with 5 sql 2000 publishers. all seem well except the Queue agent stops at loss of network...
View ArticleCDC issue cannot modify column name even is not being tracked
I am having this error in my test database, which is a restore from the main that has cdc enable for that table :TITLE: Microsoft SQL Server Management Studio ------------------------------ Unable to...
View ArticleSQL 2005: moving databases on replication subscriber
Hi. I need to move databases on the subscriber to another drive.Do I need to remove subscriptions, then detach databases, copy files, attach databases and then setup subscriptions again? Or I can leave...
View ArticleTrans Repl between SQL-2012 / SQL-2008 / SQL-2000
Upcoming large projects place us in world where my currently replicated databases (in SQL-2000) will be split between SQL-2012 and SQL-2000 instance installations for a few months. Using below as my...
View ArticlePush subscription across a one way trust to a different domain
Hey all,I have a sql 2008 R2 instance that I'm attempting to setup replication of several tables to a SQL 2012 server in a different domain . I need to use a push subscription because the domains are...
View ArticleReplication to Oracle using custom stored procedures failing
I'm having trouble using custom stored procedures to ins/upd/del to an Oracle subscriber using SQL Server 2008 R2 SP2 with transactional replication.My custom 'create procedures' are located at the end...
View Article