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

Filter by week: 1 2 3 4 5

Recovery from a Restore without replication info
Posted by Kevin D. White at 3/21/2007 11:09:25 AM
Can anyone point me to a set of documented steps on how to clean up the following mess? Three days ago a developer (not me) deployed some changes to a production database by restoring from a backup created on another server. The problem is the production database was set for replication. No...more >>


push to subscription in non-trusted domain (Sql 2000)
Posted by William Millett at 3/21/2007 10:35:06 AM
Thanks for your response. I don't know how to do pass-through authentication across domain (particularly using SQL2k replication), I thought that would require a trusted account on both sides. I have been trying using the sql account and although I can connect to the subscriber using the acc...more >>

Replication between SQL server and SQL express ????
Posted by calderara at 3/21/2007 6:05:44 AM
Dear all, I try to setup a replication between a database TEST on a server myServer into an SQL express database myDB on a Vista office PC machine. For that I define my SQL server to be a publisher of my database TEST and then on my Client PC under sqL express I define a new subscription b...more >>

How to assign different identity ranges to publisher and subscribers?
Posted by JDee at 3/21/2007 4:31:25 AM
Hello, There is a @identity_range parameter, which controls the identity range size initially allocated both to the publisher and to subscribers in sql server 2005 merge replication. I need to assign different identity ranges for publisher and subscribers. Is it possible to achieve it? The @...more >>

Error while generating Snapshot
Posted by John at 3/21/2007 1:52:00 AM
Hello, I have a problem with a MergeReplication. I have installed the Publisher and the Distributor. Then I created a MergePullSubscription. But when I want to generate the Snapshot I get the error: Message: Error in the Replication-Agent while creating the folder 'xyz' Stack: in Mi...more >>

SQL Server Courses
Posted by VCM Network at 3/20/2007 8:07:03 PM
I located the following titles and dates of courses being held in Chicago: 2071 Querying Microsoft SQL Server 2000 with Transact-SQL 04-05-07 2071 Querying Microsoft SQL Server 2000 with Transact-SQL 05-14-07 2071 Querying Microsoft SQL Server 2000 with Transact-SQL 07-16-07 2072 Admin...more >>

Can you push over non-trusted boundary?
Posted by William Millett at 3/20/2007 6:22:08 PM
Can you push over non-trusted boundary? Hello All, Is it possible to use a Push Subcription (Transactional) pushed over non-trusted domain boundary? I've tried a lot of things without luck. Bill Millett ...more >>

moving replication to new servers
Posted by Steve at 3/20/2007 5:13:14 PM
I've got a publisher, distributor and subscriber on different servers and I want to move all 3 to different servers. Is there a way to restore the publishing database on the new publisher, the subscribing database on the new subscriber and then continue replication? knowing, of course, that...more >>



Bug? Column Default Disappears when Reinitializing Replication
Posted by Jason Fisher at 3/20/2007 11:45:22 AM
Hi Gurus, I have a default on a column that disappears every time I reinitialize replication. This is transactional replication to an updatable subscriber on SQL Server 2005. Yes, replication of defaults is turned on, and *most* of my column defaults do, in fact, replicate to the subscriber...more >>

Merge replication: subscriber jobs missing.
Posted by SQLdba at 3/20/2007 6:15:07 AM
I didn't actually see this but my customer swears: Merge replication subscriber sql 2000 sp3a had the jobs disappear from the agent for about 10 hours and the publisher said it could not connect. This morning the jobs are back and replication was able to be started manually. Help....more >>

Easy Questions - get me started
Posted by Steve Hall at 3/20/2007 4:58:17 AM
I have 3 retail sites running MSDE and I want to aggregate sales data at a separate SQL Server. I run a VPN and I guess I need to use merge replication to a full SQL Server Database. My questions are 1. Is the central server the publisher or subscriber 2. The three sites tables are identic...more >>

Merge Agent Profile settings
Posted by JE at 3/20/2007 12:00:00 AM
I am trying to limit the downloaded records per merge session over my less reliable links. Under SQL2000 I could set MaxDownloadChanges in the agent profile to 1500, but in SQL2005 this value is limited to 300 max. Has anybody run into this issue before? Why was it changed from SQL2000 to SQ...more >>

Access Internet from Replication Server through Prosy Server
Posted by Mario Barro at 3/20/2007 12:00:00 AM
Hi; I have a push suscriptions server that need acces to Internet (publisher) through proxy server computer. So I need configure proxy server account in Sql Server Suscriptions machine, because it run without desktop user sesion. How can configure it? Thanks in advanced M. Barro ...more >>

Replication Clean Up of Failed Server
Posted by Adam Patrick Cassidy at 3/20/2007 12:00:00 AM
On my distribution server, I have a failed replication (the big red X) for a server that had hardware failure a couple of weeks ago. We were able to bring this client up on a separate server and have re-replicated them. Now I need to get rid of the failed replication however when I try to simp...more >>

SQL Publications
Posted by Andrei Zakharov at 3/20/2007 12:00:00 AM
Hi, There are 18 Transactional Publications, one for every subscriber. In these publications there are certain tables where the data practically do not change. The data in these publications is transferred to all subscribers identically. There is one Merge publication, wit...more >>

snapshot obsolete
Posted by Darin at 3/19/2007 3:06:38 PM
SQL Server 2000 sp4 on Windows 2003 All of a sudden, receving error message: The snapshot for this publication has become obsolete. The snapshot agent needs to be run again before the subscription can be synchrnoized. The snapshot was run on 11/27/06 and hasn't been run again (no need to ...more >>

Schema Only Replication
Posted by Albert at 3/19/2007 2:12:46 PM
What is the cleanest way to setup Replication Publication such that only table schema is published and no data. I cannot see a property for this under Article Properties for tables. Do I have to setup a row filter to return no rows? Thank you. ...more >>

Replication to different table structure
Posted by James at 3/19/2007 1:49:46 PM
I had set up some Snapshot and Transactional replication in the past but would like to see if following is possible. Is it possible to do either snapshot or transactionl replication between tables with 2 different table structure? Lets say I have a tableA which i like to replicate to TableB. ...more >>

NOT to mark records for replication
Posted by Leon at 3/19/2007 1:34:08 PM
SQL Server 2005, Merge replication How NOT to mark inserted/updated records for replication (they should 'stay' on the server where they got inserted/updated) ? Thanks....more >>

Merge Replication Snapshot Generation - Need Best Practice
Posted by Crash at 3/19/2007 10:40:55 AM
SQL Server 2005 & Express All, What is a best practice for generating snapshots in my merge replication topology? In my topology subscriptions will be coming and going over time. There will be @150 users with new employees coming online over time. Some of the users share hardware and s...more >>

Splitting of transaction during transactional replication
Posted by andsm at 3/19/2007 2:49:00 AM
I want to split transactions in transaction replications SQL2k, in case if the transaction is too huge. I think about setting MaxCmdInTran to 1000000 for logreader and similar for distribution agent. In current DB schema such transactions should never occur. But in case if the transaction hap...more >>

Replication error 18482
Posted by Chris T. at 3/19/2007 12:00:00 AM
I am getting the following error and can not figure out how to fix it. = Please help. SQL Server Enterprise Manager could not configure 'SERVER1' as the = distributor for 'SERVER2' Error 18482: Could not connect to server 'SERVER1' because 'SERVER2' is = not defined as a remote server. ...more >>

Merge Replication - First Sync to Long?
Posted by iKiLL at 3/19/2007 12:00:00 AM
Hi all I am developing a C#, CF2 and SQL Mobile app. I have the Merge replication all working well. The problem is that the First Sync when the Database is created on the Device takes a long time. Is there some trick that any one might know to speed this up? Something like Deploy ...more >>

A transport-level error has occurred when receiving results from S
Posted by Moh at 3/18/2007 11:35:00 PM
I am setting up a replication of a database which has 364 tables. The size of this database is close to 150 GB. I have one server as publisher. I have another server which i am using for distributor as well as subscriber. Both servers are seperate physical servers. I tried replicating 2 ta...more >>

Merge Records - Same Records Uploaded & Downloaded
Posted by elpepe at 3/18/2007 4:30:13 AM
We have a replication configuration in which there is a Publisher/Distributor and 21 Subscribers. 15 of the subscribers are connected via a T1 -- the other 6 via fiber. The database is the backend of an application that has several bugs in it. Earlier this week, one of the bugs caused over...more >>

Replication between 2 or more SQL Express databases
Posted by Will at 3/17/2007 4:36:05 AM
Problem description ----------------------- There is one central SQL Express database. And one (or more) SQL Express database(s) on remote locations. This approach is mandatory due to some application features later-on. The local database(s) on the remote location(s) will act as a sort of ...more >>

Rollback SP4
Posted by jase at 3/17/2007 12:07:40 AM
Hi I'm planning a rollback of SP4 as a mitigation option. Can anyone tell me if this is actually possible with transaction replicated databases? SP4 documents say to rollback you must disable replication (which deletes not disables) and use sp_detach on the databases. But SP4 updates replic...more >>

Replication within SQL Express
Posted by Will at 3/17/2007 12:00:00 AM
I'm new in the area of data replication.=20 I hope someone is willing to help me on this little thing I'm trying to = accomplish. Problem description ----------------------- There is one central SQL Express database. And one (or more) SQL Express = database(s) on remote locations. This appro...more >>

Replication Issue with ERROR 20026 publication '%s' does not exist
Posted by ebade2000 NO[at]SPAM gmail.com at 3/16/2007 8:52:56 AM
We have replication between two Microsoft SQL2000 servers. We took down replication (had no problem) then backed up the database (no problem). Tried to make some changes but had to delete the publication first and then we ran into some other issuse (not a big problem). So we decided to restore t...more >>

Replication from one database to another on the same SQLserver 200
Posted by Balaji at 3/16/2007 8:48:27 AM
I have a SQL Server Enterprise Edition database TestDB1 with 23 tables that gets populated by replication from a mainframe server. (Inserts, Updates, Deletes) Now we have to move the data from TestDB1 to TestDB2 on the same SQL Server machine. (Same instance of SQL Server) TestDB2 will be u...more >>

Replication Comparison Chart for SQL2005
Posted by jughead at 3/16/2007 7:50:04 AM
Anyone know of a chart on the Microsoft Site that compares all the Replication types for SQL 2005? Trans Shipping, Mirroring, Publication and Subscription and all that stuff? ...more >>

Moving Replication Distributor to new cluster
Posted by thagen at 3/16/2007 2:45:00 AM
Hi What are the gotchas on moving a Replication Distributor to new hardware/a new cluster? Kind Regards, T. Hagen...more >>

Cannot Make Inserts at Subscribers
Posted by David TMS at 3/15/2007 3:37:27 PM
I'm getting this error message when trying to insert a row on some tables in my database. The identity range managed by replication is full and must be updated by a replication agent. The INSERT conflict occurred in database 'XXX', table 'tblContact', column 'Number'. Sp_adjustpublisheriden...more >>

Generate Snapshot
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 3/15/2007 3:43:42 AM
Hi to all, How can I see the rate of snapshot Generation in my Merge Replication (SQL 2005 SPK1) ...more >>

how to recover from suspect mode distribution database
Posted by Kuba G³uszkiewicz [cs] at 3/15/2007 12:00:00 AM
Hi ng, during this night big (3GB) log file in my distribution database was corrupted, now my database is in suspect mode, is the any solution to recover database from this mode? for ex.: use bcp or something? i need this replication working... if anyone knows the solve please answer ...more >>


DevelopmentNow Blog