Archived Months
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server replication > october 2006 > threads for october 22 - 28, 2006

Filter by week: 1 2 3 4 5

SQL 2005 upgrade
Posted by Omran Abdurrahman at 10/28/2006 6:40:31 PM
I have 3 SQL server 2000 involved in Replication which will need to be upgraded to SQL 2005 Publisher Distributor Subscriber Can I upgrade the 3 servers without interruption of replications meaning I would not need to reinitialize my subscription. Thanks, Omran ...more >>


Concurrent Snapshot Processing???
Posted by BATMAN at 10/28/2006 2:20:01 PM
Other than the following constraints on "Concurrent Snapshot Processing", is there any reason NOT to check the "Concurrent access durning snapshot generation" option? Known Constraints: --Must run log reader agent after snapshot generation --Primary key or unique constraint must be contai...more >>

Cannot insert record
Posted by Ben at 10/28/2006 4:48:01 AM
Hi, I am getting the following error when trying to insert a record into a table at a subscriber. Table '[dbo].[Customer]' into which you are trying to insert, update, or delete data is currently being upgraded or initialized for merge replication. I droped replication at suibscriber an...more >>

Merge Replication between Win2000/Sql2000 Publisher and Win2003/Sql2000 Subscriber
Posted by Khooseeraj Moloye at 10/28/2006 12:00:00 AM
Hi, We currently have Merge Replication setup on a Sql Server 2000 running on Windows 2000 Server as publisher. Same configuration servers (45 units) are acting as Subscribers. We want to replace one of our subscriber servers and run on Windows 2003 server/Sql2000 configuration. What issues ...more >>

sever to server replication
Posted by angelin at 10/27/2006 5:42:28 PM
Hi, Help me to take live back ups of my db in one server into another server... -- Regards Angelin Enita.A ...more >>

push or pull - SQL 2000 Transactional
Posted by BATMAN at 10/27/2006 3:50:01 PM
I just talked to Microsoft and I was told to do push subscriptions instead of pull, to run the distribution agents on the distributor. I have come across different resources that say otherwise... What is the best approach with a distributed topology. Thanks!...more >>

log scan number
Posted by michael.swinarski NO[at]SPAM cox.com at 10/27/2006 8:41:59 AM
Yesterday, we attempted to add a new table to an existing publication. We then created the table on the subscriber and populated it manually. We expected that replication would then take over the data flow to this table. This morning, I found that the log reader had failed with the following: ...more >>

Transactional Publication with updatable subscriptions
Posted by PhilC at 10/27/2006 4:53:02 AM
I am trying to work out what the difference is between the above and merge replication. Does anyone know what the difference is?...more >>



The merge process failed
Posted by Udit Ghai at 10/26/2006 11:35:41 PM
hi, i have been playing around with the custom resolver for merge replication. i have a merge publication with 1 article having non overlapping partitions dynamic partitions going to a single partition. i have 2 subscriptions which had row tracking enabled. i changed the resolver to microsoft s...more >>

Merge Replication-Massive Insertion
Posted by Maria at 10/26/2006 6:16:22 PM
Hi, I have a merge replication with two sql server 2000 sp3. The schedule of the merge is periodic every 10 minutes. Though no change has taken place in any of two databases, always massive insertions take place by the suscriptor. Why?.That I must do?. Thank you in advance and sorry for my ...more >>

Replication Manager in split envionment
Posted by michael.swinarski NO[at]SPAM cox.com at 10/26/2006 2:31:15 PM
After many pain staking hours, I have rebuilt my replication setup so that we are now running our publisher on one server and our distributor on another as recommended by Microsoft. Although data QC seems to show that the data is replicating fine... Replication monitor (running on the publish...more >>

MySQL vs MsSQL on replication
Posted by Sintel Silverblade at 10/26/2006 10:07:57 AM
We currently run MSSQL 2005 with updatable transactional replication. I would like a compare MySQL to MSSQL when it comes to replication. I have several people telling MySQL replication smokes MSSQL replication. Does anyone know of any good articles on this subject? Thanks in advance, Br...more >>

disable publishing and distribution error
Posted by John A Grandy at 10/25/2006 5:10:48 PM
The "Disable Publishing and Distribution' wizard fails. It corresponds to the tsql use master exec sp_dropdistributor @no_checks = 1 go The error is Msg 208, Level 16, State 1, Procedure sp_MSmergepublish db, Line 103 Invalid object name 'dbo.sysmergesubscriptions' ...more >>

merge replication between Sql 2000 and Sql Express 2005
Posted by sushil prasad at 10/25/2006 4:32:00 PM
I setup a merger replication publisher/distributor on the sql server 2000. The users with pc have sql express 2005 loaded. When i set the subscriber through the wizard on the sql express i get the following error: Error: For merge publications, the version of the subscriber must not exceed ...more >>

Merge Replication between Sql 200 and SqlExpress 2005
Posted by sushil prasad at 10/25/2006 4:30:42 PM
I setup a merger replication publisher/distributor on the sql server 2000. The users with pc have sql express 2005 loaded. When i set the subscriber through the wizard on the sql express i get the following error: Error: For merge publications, the version of the subscriber must not excee...more >>

safe to drop Distribution db ?
Posted by John A Grandy at 10/25/2006 4:10:21 PM
I've noticed that the Distribution db is not present on a fresh instance of SS05, but then apparently is created on creation of a replication publication or subscription. Does anyone know, is it safe to delete the Distribution db ? ( Assuming no publications or subscriptions are present on...more >>

Invalid object name: dbo.sysmergepublications
Posted by John A Grandy at 10/25/2006 3:35:24 PM
I am using SSMS : For a Sql Server 2005 merge replication publication with SQL Mobile 2005 subscribers, repeatedly deleting and recreating the publication has led to a state where SQL is unable to recreate the publication, and also is not able to create a publication of another table. T...more >>

sprocs to recreate replication tables
Posted by John A Grandy at 10/25/2006 2:44:56 PM
For SS05 : Which system sprocs recreate all replication related tables ? Also, the order in which to run the sprocs. Thanks. ( I'm assuming that all publications and subscriptions have been deleted ). ...more >>

SQL CE Interface and Web App Interface
Posted by Andrew Sweeny at 10/25/2006 9:34:02 AM
Hello, I am inquring for suggestions on how develop for an application. We currently have a SQL Server 2005 database that is set up as a publisher. It has SQL Mobile subscribers. We have a custom application that is able to read and write to that Mobile Database on the PDAs. We have also pr...more >>

SQL 2000 Conflict Resolution
Posted by Natalie at 10/25/2006 9:10:23 AM
Hi, Is there any way in SQL 2000 to have a confilct resolver which does not update either the Publisher or the Subscriber, but waits for intervention to decide which is the winner? Thanks, Natalie ...more >>

SQL 2005 Replication Monitor
Posted by LPR-3rd at 10/25/2006 6:59:09 AM
SQL 2005 Replication Monitor Question.... Is there any way of sorting the publications with in the publishers so that they are grouped by their name rather than in the order they were added?? To quote Hilary....'Its on days like this I pine for Enterprise Manager' AHIA, Larry.... ...more >>

datatype conversion error in sql 2000 replication
Posted by archuleta37 at 10/25/2006 5:30:02 AM
I'm working on setting up replication on a database in SQL 2000 and get the following error: Implicit conversion from data type text to nvarchar is not allowed. Use the CONVERT function to run this query. (Source: MYBACKUPSERVER (Data source); Error number: 257) Why would this occur? I do...more >>

A problem with qrdrsvc.exe
Posted by Luca Schiavon at 10/25/2006 3:52:01 AM
hello, I have a big problem with quereader agent, the agent was stopped since 3.00 am of today, when i try to start it tries to deliver the transaction in the queue to the publisher and after 10 tries goes in a strange loop and there is no way to stop it. In every retry of the service a unh...more >>

RMO - Synchronization Data
Posted by Boyan at 10/25/2006 1:39:01 AM
Hi all, I'm implementing Business Custom Logic Conflict Resolver. My confict resolver works just fine. But I have the following problem. When UpdateConflictsHandler executes I receive as parameters only publisherDataSet and subscriberDataSet. In this datasets I receive actual data towa...more >>

Replication vs Restore from backup
Posted by thejamie at 10/25/2006 1:39:01 AM
What are the implications of restoring a roughly 50 gig database daily to another server versus setting up the entire database for a replication subscription from the production server? -- Regards, Jamie...more >>

Identity Range
Posted by Microsoft Newsgroup at 10/25/2006 12:00:00 AM
Hi, It has been a while that I have been struggling with an issue of Identity Range. I have manually assigned Identity Ranges to the table. Inspite of assigning a good range of 1000 records after adding only 100 records the table says that it is out of identity range. Why is that? Ple...more >>

FTP Snapshot errors
Posted by CrudeOil at 10/24/2006 9:03:24 PM
Hi, I'm hoping for some insight into this problem. We have Merge Replication setup over FTP and has been working without issues. The last database update we generated a new snapshot and has cause problems since. The snapshot generates fine. When we synchronize uses get the infamous "The schem...more >>

Snapshot Agent account rights
Posted by John A Grandy at 10/24/2006 11:13:11 AM
Using SQL Server Agent as the Snapshot Agent account is not a recommended best security practice. If a domain account is used, what rights and permissions should it be granted ? ...more >>

2 way replication.
Posted by Simon at 10/24/2006 10:15:02 AM
Is it possible to have 2 database on 2 SQL servers and replicate between them both. ie. Each server being a subsribed and a publisher. If so how do you maintain data integrity between the two ? Si...more >>

Configure Web Synchronization Wizard
Posted by John A Grandy at 10/24/2006 10:01:20 AM
I am on SS05/SSMS on WXP SP2. I've created a Replication Local Publication: this is a merge replication publication of the Northwind Orders table. In SSMS, I right-click the publication, but the "Configure Web Synchronization" menu choice is not available. Could this be due to SS05 bein...more >>

Replication
Posted by Billy at 10/24/2006 3:38:01 AM
I was looking at performing replication and would like transactional replication...but my system says my licence does not allow for transactional replication. Does anyone know how to get this enabled? Do I need to buy another licence or a different kind of licence? Thx for replies. Bill...more >>

Problem removing replication
Posted by masmith via SQLMonster.com at 10/23/2006 6:58:42 PM
Running SQL Server 2000. I removed the subscription and publication from a database but the database is still showing that it is being replicated. I have checked the tables in the distribution database and that database is not listed. Anyone lese ver have this problem or now of a solution. -- ...more >>

snapshot agent security settings
Posted by John A Grandy at 10/23/2006 5:04:44 PM
For a configured local publication, how to edit the snapshot agent security settings ? ...more >>

Transactional replication in SQL Server 2005
Posted by Cristian at 10/23/2006 12:56:01 PM
Hello, I am using Replication Monitor for SQL 2005. I can't seem to find the Tracer Token tab. I clicked on a particular publication in the left pane of the Replication Monitor, the right pane will have two tabs: All Subscriptions, Warnings and Agents, but I can't see to figure out how to mak...more >>

Other ways to replicate ?
Posted by Simon at 10/23/2006 9:27:02 AM
We have an application that we need to replicate but the suppliers say that their application does not support SQL replication. Can anyone recommend a good third party replication tool ? Also if the application does not support SQL replication would this mean that a 3rd party tool couldn`t be ...more >>

merge replication w PocketPC and trigger order
Posted by Ricardo Sánchez at 10/23/2006 3:47:01 AM
Hi We've got a problen in a customer with SQL Server 2000 SP3 and merge replication with PocketPC We have some triggers FOR UPDATE on the same field used to distribute in replication settings, so I suspect sometimes our triggers didn't work, and sometimes the first trigger that has been ...more >>

Not for Replication in merge replication - help needed
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 10/22/2006 12:18:54 AM
Hello, I have a merge Replication database with 50 tables. Almost all my tables have identity columns. Now the subscribers of this Publication database cannot "Insert" or "Delete" data on tables that have identity columns. My question is , Would it be better to set the "Not for Replication" o...more >>


DevelopmentNow Blog