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 > july 2007 > threads for july 1 - 7, 2007

Filter by week: 1 2 3 4 5

p2p replication error too many arguments specified
Posted by Duy Nguyen at 7/6/2007 11:18:15 PM
Currently, we have peer-to-peer replication on two servers (server1 and server2). I added a few columns using sp_repladdcolumn stored procedure. Rows inserted at Server1 are replicated to Server2 without problems, and rows inserted Server2 can not be replicated to Server1 because of the err...more >>

SQL 2000 Server Replication
Posted by Bob at 7/6/2007 12:43:41 PM
Good afternoon, We have a full SQL server that has been running for many years now, we are getting ready to add a new SQL server and would like to be able to replicate the information from the old one to the new one. And then use the old one as a warm-backup I know there are 3 types of rep...more >>

Merge replication (SQL 2005) - could not propagate update do subscriber
Posted by cbgoog.v NO[at]SPAM gmail.com at 7/6/2007 10:48:22 AM
Hello, I've got merge replication between 2 databases on the same server (MS SQL 2005 Std), every session ends with message: The merge process is retrying a failed operation made to article 'CLIENT' - Reason: 'String or binary data would be truncated.' Conflict viewer shows one row, rows seems ...more >>

Replication trouble between distant office ????
Posted by calderara at 7/5/2007 12:54:02 PM
Dear all, I am trying to set up a replication SQL server between 2 work office connected over private lan. Both office use SQL server 2005. Replication internal to each office works fine but when I try to setup replication between connection to server fails. After creating what to publish...more >>

Updating Replication Filter Column on Subscriber (Merge Replicatio
Posted by Jason Shehane at 7/5/2007 9:04:00 AM
I have a SQL Server 2005 database publishing a Merge Replication to about 10 tablets running the latest version of SQL Server Compact Edition. We have been using merge replication this way for about 10 months now without a problem. I recently redesigned the merge replication (took out some e...more >>

Replication problem on SQL 2005
Posted by Replication problem on SQL 2005 at 7/5/2007 6:36:03 AM
Hi, We have setup merge replication between 8 sites. 1 publisher and 7 subscribers, 6 subscribers are on different sites. All of the servers are windows 2003 R2 running SQL 2005. Right now none of the subscribers are getting data. When I launch replication monitor i see following message...more >>

Using Events on the Mirror
Posted by Udit Ghai at 7/5/2007 5:44:15 AM
Hi All, I am currently trying to mirror in high availability mode using a witness. i need to run an exe when any failover occurs. In the current scenario i need to know which server is the principal and the mirror and at the time of failover run that exe. since the principal can shut down and i...more >>

log file on subscriber db growing fast
Posted by jules at 7/5/2007 3:00:00 AM
replication between to sql 2005 servers the publication type is snapshot and the subscriber type is transactional I have a problem with fast growing log files on the subscription database the data in the db is 48mb but the log file is 60 gb this is becomming a problem i urgently need to kno...more >>



Inserting records with value outside replication identity ranges
Posted by jglitton at 7/4/2007 8:38:03 AM
I have a live system that uses merge replication. We are upgrading the system by setting up a whole new set of servers. When we go live on the new servers, I would like to copy into the new server database, any changes that have been made to the old databases. Unfortunately, replication add...more >>

pb replication with sql express 2005
Posted by Tecles Marc at 7/4/2007 12:00:00 AM
Hi, I have a main database server running sql server 2000 with sp4. I have a a subscriber running sqlexpress 2005 server. I use transactionnal replication with updates autorise on the subscriber. My configuration seems correct as i can modify my tables content with INSERT command and found...more >>

High availability at subscribers using database mirroring
Posted by Garry.Mortimer NO[at]SPAM BTFinancialGroup.com at 7/3/2007 6:35:58 PM
I have a mirrored database with transactional replication publishing to 2 databases on different servers. The amount of data written to the principal is fairly low. The requirement is that at least one of the subscribers must be available at all times with a latency of no greater than five m...more >>

Multi-node Merge replication
Posted by JayKon at 7/3/2007 3:56:01 PM
I've just been hired at a new job and the first project has to do with Merge replication with 150+ remote systems that publish to a local server (all SQL Server 2000). I've been reading in BOL and I'm confused. I know about log shipping, I know about clustering, but I don't understand how m...more >>

Distribution task marvelously slow
Posted by Steve H at 7/3/2007 1:12:05 PM
Greetings! We are replicating a table (many of them actually, but one in particular) which is about 10 GB...660K rows including some text columns. We needed to change the properties of one column and did not want to pay the penalty of reinitializing the subscription, so I added a temp colu...more >>

Smple replication question ???
Posted by calderara at 7/3/2007 12:58:03 PM
Dear all, I am building a n tiers application which is based on SQL server 2005 and ..NEt 3.0. I have a buisness logic layer which send information to the database layer to store certain type of data to SQL. Then at a specific client application event, like a simple buton clik event, I ...more >>

Oracle to SQL 2005 Replication
Posted by Deon at 7/3/2007 6:42:01 AM
Greetings, I am looking for a tool that i can use to replicate oracle tables into Sql 2005 database. Or if i can pull the data out of oracle using a sql tool that would be perfect. The database tables are only 2GB or so. Can someone share some insight on whether this is feasible or not. ...more >>

Simple index question w/ replication
Posted by sqlboy2000 at 7/3/2007 6:28:04 AM
Are index reorgs replicated? Currently we have index reorg tasks on both our transactional and reporting server and I was wondering if reorging or rebuilding the indexes on the reporting box every night was redundant. SQL 2005, one way transactional replication. Thanks in advance....more >>

snapshot replication over vpn connection fails
Posted by Dirk K. at 7/2/2007 8:38:02 AM
Hi! I have one SQL 2005 SP2 Server in Paris and another one in Germany. The locations are connected via VPN. The ping-time is less than 25ms, with a bandwith of 2 MBit. The database I want to replicate has 4 tables. Two of the tables replicate without any errors, but the others one only ...more >>

sql 2005 merge issue - urgent
Posted by Darin at 7/2/2007 5:46:06 AM
I had stopped the synchronizing between the distributor and the 2 subscribers. I then did a bunch of deletes and inserts on the same table on the distributor. Now, when I start synchronizing again I receive: The merge process is retrying a failed operation made to article 'ICLocation' - Reason...more >>

Comparison of different replication types
Posted by Sam Bendayan at 7/1/2007 7:52:07 PM
Greetings, I'm looking for a document that does a really good comparison of merge replication, peer-to-peer transactional replication, and transactional replication with updating subscribers. Does anyone know of a site or document with such a comparison? I would especially be interested in ...more >>


DevelopmentNow Blog