2 or more Databases on the same server
I have 2 soon to be 3 customers who have identical database structures, tables, SP's all using merge replication etc they are run on their own servers I want to move them to a single web server and...
View ArticleProcedure or function 'sp_MSupd_dboItems' expects parameter '@bitmap', which...
Hello,when i view replication monitor i get the following error:Procedure or function 'sp_MSupd_dboItems' expects parameter '@bitmap', which was not supplied. (Source: MSSQLServer, Error number:...
View ArticleTriangular way to create Merge Replication
I have setup the merge replication between two servers. In server A, created publisher and server B, we have created Subscriber, but the merge agent is running in Server A side.Now, we have planned to...
View Articlebidirectional transactional replication: scaling and behaviour on disconnect
Hi,how many servers can participate as subscribers to the central publisher in a bidirectional transactional replication topology? If there is a limit, what are the reasons for this limit?What happens...
View ArticleCreating trigger on published database
Hi, I have already published the database and several subscribers are connected to it. Now I would like to create trigger on one of the table. But I dont want republish and resubscribe again. Will...
View ArticlePeer_Peer Replication
I have just created peer to peer replication on couple of test server.Let's say TestServer1 and TestServer2.And test database called Test_Peer.First i have create couple of tables and create new...
View ArticleMerge replication problem in SQL 2000
Hi,I have a merge replication (on a single table) between 4 servers. Two days ago, I had to delete the replication on the publisher/distributor server to purge a large amount of data on the database in...
View ArticleDestination owner not used for stored proc names
I have a situation where I need to use transactional replication from 2 different published database to 1 subscriber database. Unfortunately, some of the tables share the same name, but are completely...
View ArticleTransactional Replication from Publisher=SQL2008R2 (DB running in 80...
Is this possible?We are deciding which SQL version to use for a new subscriber. We would like to use 2012, but I wonder how it would handle the published DB being in 80 (SQL2000) compatibility mode....
View ArticleMerge Replication - Subscriber drops subscription randomly!?
Hi guys,I'm hoping if you guys could help to explain the weird situation I'm facing.On our main Windows Server 2008 R2, we have SQL Server 2012 Standard setup with Merge Replication. The server has...
View ArticleSystem can't find the file spacified
I am working on creating peer-to-peer replication testing.I have created Peer publication from DEV-> DBTEST. All log reader agent job working to be fine on DEV but it give me error on DBTEST as...
View ArticleIdentity ranges set for different subscribers
Hi, Is there a way to find out identity range set for tables for all the subscribers. Is there any log stored at publisher for all the subscribers.Thanks in advancePavanPavan
View ArticleThe subscription to publication xxxxxx could not be verifed
This does not seem to be a retention period issue but more like a IP/DNS issue as the mobile units is using dynamic Ip.Anyone else running into this
View ArticleError Deleting publication Microsoft SQL Server, Error: 15517
I have a MSSQL 2008 on a windows 2008 server.I cant delete a publication that isnt in use anymore i get the following error.TITLE: Microsoft SQL Server Management Studio ------------------------------...
View ArticleInvalid object name 'msdb.dbo.MSagent_profiles'.
Hi, I want to configure replication and then i run this commands:exec sp_MSupdate_agenttype_default @profile_id = 1 GO exec sp_MSupdate_agenttype_default @profile_id = 2 GO exec...
View ArticleRepilication_Issue
hi,Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. (Source: MSSQLServer, Error number: 18452)i am using mixed authentication mode only .when i...
View ArticleReplication and Clustering
Hi, Is it possible to set up a Publisher-subscriber replication on a SQl cluster that has two nodes? I have never seen this kind of configuration before. Thanks.
View ArticleSQL Server 2008 R2 Replicated database not using an index
Hi,We recently identified a performance issue with a long running query (usually around 9 seconds using an existing, different index) which is improved with the addition of a new non-clustered...
View Articledata not sync after delete data in MSmerge_contents
Dear, An accident, I deleted data in MSmerge_contents in publisher database. From there, data can not sync from publisher to subscriber. How can I fix it? Thanks
View ArticleReplication subscription stops until validate subscription
I have a transactional replication where synchronization periodically stops when we receive a large amount of transactions (million) and sometimes there is a network interruption. When we start the...
View Article