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 2007 > threads for october 15 - 21, 2007

Filter by week: 1 2 3 4 5

Lock Replication tables
Posted by sbonello at 10/21/2007 5:32:00 AM
Hi, I need to perform a maintenance batch process on tables that are being replicated on some tablet PC's. Is it possible to lock these tables so that replication is not performed during the batch process. Regards Simon...more >>


Replication error resolution
Posted by Jack at 10/19/2007 2:50:01 PM
Hi, I had to add a new field. Right now the field is empty (no records). However, I want to bring the field in the subscriber. However, while synchronizing I am getting the following error: Setting up to Sync PWO tables from Master to Laptop and vice-versa. Copying selected data both directio...more >>

troubleshoot transactional replication latency
Posted by imarchenko at 10/19/2007 2:22:15 PM
Hello! We have setup up transactional replication with dedicated distributor in SQL Server 2005 environment. I have noticed that during particular time of the day latency is increasing dramatically. I have been checking Tracer Tokens and Total latency during that time is around 30-40...more >>

removing foreign key column in merge replication
Posted by Udit Ghai at 10/19/2007 3:26:54 AM
Hi, Is there a way to not include a foreign key column in merge replicaiton. it is possible in transactional replication but not possible in merge. for example Table1 col1 pk Table2 col1 pk col2 fk on Table1(col1) i do not want to add col2 of Table2 for merge replication Any point...more >>

Error: HTTP verb used is not allowed.
Posted by will at 10/18/2007 5:38:09 PM
I installed IIS and the SQLServer Mobile server components. I'm getting an error when i Finish adding the Subscription - it's regarding the URL name on "Web Server Authentication" screen. The error is: IIS Error 405 HTTP_STATUS_BAD_METHOD: The HTTP verb used is not allowed. HRESULT 0x800040...more >>

Manual delete of distr agent - can NOT recreate
Posted by Chris at 10/18/2007 4:11:01 PM
SQL2000 trans repl - seperate dedicated distributor. Posted question prior about a failed subscriber. Server crashed, completely lost. We were able to drop subscriptions at pub, but distribution agent was not deleted. Just stuck in a red-x - "...subscription has expired "... err msg. Per...more >>

Copy SQL instance for test upgrade
Posted by Bill Clark at 10/18/2007 2:53:31 PM
We have an imaging product that is running on a Win2K SP4 server utilizing SQL Server 2000 Standard Edition for it's database. We are preparing to upgrade the imaging product but there is a history of bad upgrades. So, I need to create a copy of the production server to a new server and test...more >>

Start Transactional Replication without a Snapshot -- Help?
Posted by Ryan Hanisco at 10/18/2007 2:15:06 PM
Hey everyone, I have geographically distributed databases where I am replicating some tables between SQL 2005 instances via a transactional push replication. Because of the size of the DB and some network speed issues, running a snapshot is not possible as it causes downtime. I am 100...more >>



Merge Replication Rowcounts differ - How to resolve?
Posted by Anachostic at 10/18/2007 11:46:03 AM
We have a new merge subscriber (SQL 2k SP3, same as publisher) that has drastically different rowcounts after completing synchronization. The first attempt was the standard "Add New Push Subscription", but after completion, the database was not complete. It was missing rows in most of the ta...more >>

-SubscriberEncryptedPassword
Posted by Anders at 10/18/2007 8:29:07 AM
I do have a problem in executing parts of the script generated by the "script generator" on a replication job. I have a merge replication "pull subscription", and a job that replicate. This works perfectly However, I do want to make the script that creates the job, and the script can be gener...more >>

Merge replication on demand
Posted by Anders at 10/18/2007 3:18:01 AM
Hi I found an article: http://msdn2.microsoft.com/en-us/library/ms151169.aspx which could explain the detailed steps on a replication on demand which I seek desperately a solution on It.s a Merge replication - a push subscription, and must be done from the subscribers. Unfortunately, ...more >>

Invalid Cursor State
Posted by Santiago Titon at 10/17/2007 2:59:40 PM
Hello Sorry i don=B4t know english very well. I work with: Windows 2000 Server SQL Server 2000 SP4 Replication Transactional with queue update Queue Reader error: DISTRIBUIDOR.Comercial: {? =3D call dbo.sp_getqueuedarticlesynctraninfo (N'COMPLETA', 120)} Servidor: DISTRIBUIDOR, ...more >>

sqlserver 2000 sp_repladdcolumn took long time to add a nullable c
Posted by George Yin at 10/17/2007 2:48:00 PM
I have a table on sql2k under replication as below (it is a huge job to change schema you know that). the table has 500K+ rows. now I need to add one column using script exec sp_repladdcolumn 'TheTable', 'AllowRebuy', 'tinyint NULL', 'all' and the script took 5+ minutes to run; ca...more >>

High Availability OF Distributor?
Posted by bourgon NO[at]SPAM gmail.com at 10/17/2007 12:57:45 PM
I am trying to figure out how to move replication off our cluster and onto a separate distributor. But, what happens if the distributor itself goes down - is there any way to recover from that? Looking at http://support.microsoft.com/kb/886839, you should be able to restore the database. I al...more >>

SQL Server2005 to Oracle Replication of encrytped columns
Posted by Michael Meyer at 10/17/2007 12:49:31 PM
Is it possible to replicate encrypted data from SQL Server 2005 to Oracle? If so how would this be accomplished? I have seen articles on what it takes to do SQL Server to SQL Server, but not SQL Server to another RDBMS. Thanks ...more >>

Is there a limitation for merge replication blob?
Posted by rlu at 10/17/2007 9:06:49 AM
hi, Currently, I did a merge replication for BLOB. if the blob column size less than 495MB, the synchronization is ok. if size more than 495MB, the synchronization will be failure. Does anyone has this kind problem in merge replication? The detail information of my merge replication are: ...more >>

Transactional Rep - Is there any wany to Prioritize the article?
Posted by SBR at 10/17/2007 6:55:06 AM
Hi, I'm setting up Transactional Replication betweeen SQL 2K and SQL 2K5. This includes tables, SPs for replication. One of the tables is associated with a trigger that invokes a strored procedure. And when I initiate the Replication process, the table and SP is replicated but not the ...more >>

Transactional Replication problem Just Help.........................
Posted by rajnikantranjan NO[at]SPAM gmail.com at 10/17/2007 3:35:49 AM
Hi All! I need one help. I have Push Transactional replication on SQl Server 2000. Currently Publisher and Distribution database both are on OLTP Prod Server. Now I want to Move Distribution database from publisher to other remote server without breaking the replication setting. Just helpme. ...more >>

Problems inserting into a NOT FOR REPLICATION identity column
Posted by RichardT at 10/17/2007 12:04:00 AM
Hi, We are replicating a table with an int identity column and getting the following error. Can anybody suggest a workaround? It is straight transactional replication with no subscriber updates. Date 12/10/2007 1:13:21 PM Log Job History (SFVTDB4001-oslpclnt-Pub_oslpclnt-SFVRDB4001-12...more >>

Disaster recovery to include transactional replication
Posted by xyberdobs at 10/16/2007 2:32:00 PM
Hi all. Any assistnace regarding this would be greatly appreciated. We currently have the following setup (all SQL Server 2005 Standard SP2) Datase Server 1 (Primary Database configured with local distributor) Database Server 2 (Secondary Server) Subscriber1 Subscriber2 My question is :- ...more >>

Transaction Logs
Posted by c1bobbie at 10/16/2007 10:30:02 AM
Hi.... We have setup database replication and we're now finding the transaction log growing very quickly. The publisher is about 15GB and the log file on the subscriber has filled up the disk at 15GB. This happened when the subscription was reinitialized. Any thoughts? Thanks for you ...more >>

SQL Replication
Posted by pwverber at 10/16/2007 9:23:00 AM
We are currently running SQL 2000. But we have SA so we are thinking of upgrading to SQL 2005. The main reason for us possibly upgrading is for implementing Database Mirroring. I need a little help with determining what would be the best option to implement and use. If we stick with SQL 20...more >>

Merge agent problem
Posted by Tony at 10/16/2007 7:37:00 AM
One of my subscriptions recently stopped replicating. When I went to view the subcription agent it pops up with this message: "The specified pull subscription is not configured with a synchronization agent job. (.Net SqlClient Data Provider)." Previously the sub was working and if I execute ...more >>

Transactional Replication Latency alerts
Posted by Ronald Green at 10/16/2007 12:00:00 AM
Hi, I've been trying to set up notifications on the transactional replication latency alerts but it didn't work as smoothly as I hoped it to. I got transactional replication with remote distributor and a single subscriber - all are SQL Server 2005 SP1. Both the log reader and the distribut...more >>

Add article to publication without reapplying entire snapshot?
Posted by mEmENT0m0RI at 10/15/2007 11:45:37 AM
All servers SQL2005, transactional replication, dedicated distributer. I'm trying to avoid reinitializing the entire subscription (and recopying all the data for the articles that didn't change). Is there way to do it without creating a separate publication for the new articles? Thanks, ...more >>

Generating snapshot after adding a table
Posted by Moh at 10/15/2007 11:29:05 AM
Hi - I have a transactional replication setup in SQL2K5(Enterprise edition). Currently not all the tables are replicated. The tables which are replicated currently have size about 80 Gig. Now I want to add another table into existing replication. I am adding this table using replication GUI. ...more >>


DevelopmentNow Blog