VS 2008/2010 Error "Microsoft.SqlServer.Replication.BusinessLogicSupport"
I did full installs of both Visual Studio 2008 and 2010 and I am still getting syntactical errors. I tried to "Add a Reference" but there isn't anything available to help. What is wrong here.Original...
View ArticleRequest for more information: Quote "project that synchronizes the subscription"
Request additional information on the following two quotes:* (1) "The preferred method for debugging a business logic handler is to create a Visual Studio .NET solution that contains both the business...
View ArticleThe merge process could not clean up the subscription
hi, I made a merge replication and used a push subscription , i always got the following error: Error messages: The merge process could not clean up the subscription to...
View ArticleSql 2008 server replication error - Distributor to Subscriber status is...
Hi,i tried to replicate our sql 2008 production database which is 19 gb in size in to the remote server which in our DRM site. i used the publication type as "Transactional" and the publisher and the...
View ArticleConflicts Causes Publication To Act Up
I have been testing merge replication without precomputed partitions.I made a large number of conflicts at a subscriber just to see how the system would handle it. Once I did a sync after that my...
View ArticleTransactional Replication: Non-Clustered Indexes not copying.
Hello,I set up replication on our servers at work to streamline some procedures we run daily/weekly on them.This copies around 15 articles from two databases on the "Master" server to another server...
View ArticleSQL server 2008 R2 merge snapshot problem The process cannot access the file...
Željko MatićEach time when snapshot agent is started I get error The process cannot access the file 'xxx' because it is being used by another process and each time the file of different article is in...
View ArticleHow to? ...
Well, since I named this title "How to?..." and it appears on SQL Server Replication section my question is HOW TO CREATE GOOD REPLICATION?Why I`m asking this when there is only a few clicks to create...
View Articlejoins in merge replication
we have sql server 2008 r2 merge replication setup.i am considering to replicate 3 articles to subscribers. i am filtering article 'a' using parametirzed filter(host_name)adding join between article...
View ArticleMerge Replication Using SQL Server 2008 and Windows 7 Professional
Hello,I am trying to configure a SQL 2008 merge publication for Web Synchronization on IIS 7.5 which is running on a Windows 7 Professional(x64) box. My goal is to have a Pocket PC connect anonymously...
View ArticleSQL Server 2008 replication unsubscribed transaction issue
I execute this query against my distribution database SELECT T.[publisher_database_id] ,datepart(mm,[entry_time]) 'month' , datepart(dd,[entry_time]) 'day' , datepart(hh,[entry_time]) 'hour'...
View ArticleTranscriptional Replication pull subscriber (initialize from backup ) error
Hi therei have followed steps in this article http://msdn.microsoft.com/en-us/library/ms147834.aspxand when finish open replication monitor: it show error ( Log Reader Agent error)Agent...
View ArticleReporting environment setup
I am setting up a Reporting database that is a replica of the production DB. The environment is Win Server 2008 and SQL Server 2012 Standard. The product is DNN based. Right now Transactional...
View Articlereplication latency
i have 2 servers, which have transactional replication between them,connected physically between them with a cross cable. the subscriber pull's the data from data. The thing is that in REPLICATION...
View ArticleSMO / RMO Snapshot Replication and Replication Monitor
We have 6 merge replication jobs and 4 snapshot jobs that run on our clients. I have implemented the process through a WinForms app using SMO and RMO because the process is always the same. For the...
View ArticleMerge Synchronisation not working after upgrading the project from Visual...
The application is now running on Win 7 and SQL EXpress 2008 R2.It is performing Merge replication between the SQL Server 2008 R2 and the SQL EXPRESS on the local tablets running on Windows 7Now I have...
View ArticleReplication error Source: MSSQL_REPL, Error number: MSSQL_REPL27332
SQL Server 2008R2. We using transactional replication. After db upgrade ( table changes, like adding few more fields etc ).I am getting following error:Command attempted: if @@trancount > 0 rollback...
View Articlesubscriber in replication
Hi All,I am planning to set up Merge replication as per business requirement.But I have a question regarding possibility of doing that.In my case, I have 2 servers. One is running under sql server...
View ArticleAutoProxy - i don't want to "uncheck"
Hi ALL.I'm using merge replication for offline device with sql express (2K5 then 2K8).Since the beginning, i found that i've got to uncheck on internet explorer "auto detect settings" on...
View ArticleHelp Fixing the Example: T-SQL to register BLH
Documentation T-SQL:The following example registers a business logic handler assembly at the Distributor and changes an existing merge article to use this custom business logic....
View Article