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 > january 2007 > threads for january 29 - 31, 2007

Filter by week: 1 2 3 4 5

Publishing a subscriber...
Posted by Brett Davis at 1/31/2007 11:01:25 AM
Hello... I am looking to see if it is possible to publish a subscriber... so i have the following: publisher -> distributor -> subscriber What I want is publisher -> distributor -> subscriber (now a publisher as well) -> distributor -> new subscriber Is this possible? Has anyone ha...more >>

general network error
Posted by Darin at 1/31/2007 4:50:38 AM
I have a publisher that has worked for months. Now, two of the three subscriptions are getting errors: The process could not query row metadata at the subscriber. (source merge replication provider (agent): error number -217200996 General network error: check your network documentation I ...more >>

merge: snapshot schema dependency error, advise anyone?
Posted by ksDevGuy at 1/30/2007 4:27:01 PM
SQL 2005 Express SP1 pulling a merge replication from the command line using replmerg.exe from a SQL 2005 Std SP1 database, works great on our simple test databases. However, with the bigger more complex application we need to replicate (uses SP's, views, tables, etc.) we get the following ...more >>

The snapshot for this publication has become obsolete.
Posted by Greg J at 1/30/2007 3:17:55 PM
We are using sql server 2005 and in our TEST environment --please note TEST-- I have set the subscription expiration interval to be 1 day. We made the mistake in the beginning of setting it to never expire and we are getting errors, performance problems etc. I am trying to test the behavio...more >>

Transactional SQL Restore question
Posted by burt_king at 1/30/2007 12:18:08 PM
When recovering the subscriber in transactional replication (sql 2000) is the subscriber database restored from the publisher (essentially setting it up all over) or from the backup of the subscriber?> Thanks. -- ...more >>

Not replicate everything in Subscriber
Posted by Kathy at 1/30/2007 10:44:01 AM
Hi, I would like to implement Transactional Replication in SQL Server 2005 to meet requirement for reporting functionality. The idea is to replicate data in a replica in which reporting will be perfomed. The following is additional requirement: Deletes of aged data in source datebase should n...more >>

Invalid object name 'dbo.MSmerge_tombstone'
Posted by LPR-3rd at 1/30/2007 8:52:27 AM
Running SQL 2005/Win 2003 (publisher/distributor) & SQL 2000/Win 2003 (subscriber). Lat night around 6:30, 7 of my 15 subscriptions to one publication started to fail with the message below. I am not using merge anywhere, currently, though I have had a merge publication in the past that ...more >>

SQL Server 2005 Express Replication
Posted by Stuart Lowe at 1/30/2007 7:36:01 AM
Can a Client Running a SQL Server 2005 Express Subscription replicate with another Client Running a SQL Server 2005 Express subscription? Or Synch with each other? Or do you still need a Std SQL Server in the backend to act as the Publisher/Distributor? If so do you still need CAL Licens...more >>



publication include new tables created automatically?
Posted by Maani at 1/30/2007 2:20:00 AM
Hi All, I have a merge replication on a SQL 2000 database to a remote site. I have selected "publish all" in publication properties. Now if I a new table is created, does it automatically runs the snapshot agent and include that table in to the table schema???? Thanks in advance for the ...more >>

Identity range management with web synchronization
Posted by John Van Vliet at 1/29/2007 8:09:00 PM
I am using SQL Server 2005 replication with anonymous subscriptions and web synchronization. The server is SQL 2005 Standard and the subscribers are SQL 2005 Express. Every subscriber syncs with the publisher once an hour. There are no re-publishers. The subscription databases each run a cl...more >>

Snapshot locking?
Posted by Mitch at 1/29/2007 3:02:01 PM
Hello All - When taking a snapshot of the database, what kind of lock is put on the tables? Can users write to the tables while the snapshot is happening? Thanks, Mitch...more >>

ABout identity column in replication
Posted by Iter at 1/29/2007 11:42:01 AM
Hi Guys, I read the microsoft article about how to handle the identity column in replication. There is sentence: " If you are using transactional replication with the immediate-updating Subscribers option, do not use the IDENTITY NOT FOR REPLICATION design." That means I can not use the IDENT...more >>

Merge replication when new tables are created regularly
Posted by Maani at 1/29/2007 8:29:00 AM
Hi all, I am trying to replicate a database (sql server 2000) to a remote site. I use merge replication and do almost continous replication. My problem is I have one application which creates atleast 6 or 7 new tables a day. Everytime it create a tables, snapshot agent restarts again and th...more >>

Subscription Impact on Production Server
Posted by thejamie at 1/29/2007 6:46:02 AM
By subscribing to a production server, will an impact be registered on the production server? If so, can I determine how large an impact? A good example for this question would be a view that includes orderlines. Would it be possible that the publication or subscription might lock the ord...more >>

Skipping Errors on Transactional Replication 2005
Posted by georgeg at 1/29/2007 6:24:00 AM
I am seeting up a transactional replication where the subscriber database has a lot of Historical data. When the distributor agent runs I get errors like Cannot Insert duplicate key in objwct... Error number 2601. Violation of UNIQUE KEY constraint ... Cannot insert duplicate key ..Error ...more >>

Replication Advice
Posted by Andrew Neillans at 1/29/2007 6:06:01 AM
Hi all, I am in need of some replication advice... We have the following scenario: Publisher running SQL Server 2005 with SP1 Multiple subscribers (at the minute, 10, but there will eventually be around 30), running a mixture of SQL Server 2005 Express and SQL Server 2005. Now, I am...more >>

SQL Server 2005 Replication CPU 100%
Posted by batballs2002 NO[at]SPAM hotmail.com at 1/29/2007 4:45:58 AM
We have recently installed a new SQL Server 2005 box to compliment our existing SQL Server 2000. To ensure data consisitentcy we have employed replication between the two servers. We are using transactional replication, with the replication being applied at scheduled times during the day....more >>

SQL Server 2005 Express Replication
Posted by Stuart Lowe at 1/29/2007 2:38:00 AM
Does SQL Server 2005 Express edition support Web based replication from one Client Subscriber using SQL Server 2005 Express and another Client using SQL Server 2005 Express? Or do you have to have to setup a Full SQL Server 2005 and configure replication first before distrubuting to the SQL S...more >>

Test for furture upgrade
Posted by confused at 1/29/2007 2:00:00 AM
Hi, Say in the future (2 weeks) that the database (replicated) will be upgraded and/or tables will be added/amended what is the best way to do this. For example, already one of the database tables needs to be dropped and recreated with different fields!. Can I create a schema just for this...more >>


DevelopmentNow Blog