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 2005

Filter by week: 1 2 3 4 5

Merge Replication trigger count
Posted by Vikas Kohli at 7/31/2005 9:19:07 PM
Hi, I have Merge Replication ( Articles x,y) with Publications at 4 Sites and a Central Subscriber. All the Merge Agents are running with property -exchangetype 2 parameter Article x have 12 triggers (4 for insert, 4 delete and 4 updates) which looks OK ( 1 set for each publication) but ...more >>


Re-name a Column in an Anonymous Merge Publication
Posted by Aubrey at 7/30/2005 7:32:02 AM
Upsized an Access .MDB and Published successfully, EXCEPT forgot to make visible the sysobjects, so two Tables each have four Columns named: Expr1, Expr2, Expr3, Expr4. When I try to rename them with SSEM in the SQL Database, I get errors like this: 'tblNoteAdmit' table - Unable to rename ...more >>

ODBC Error:Cannot generate SSPI context?
Posted by Franky at 7/29/2005 10:59:01 PM
Hi All, From time to time (about once a day, and it lasted about 2 minutes), the following error happened: DESCRIPTION: Error: 14151, Severity: 18, State: 1 Replication-Replication Transaction Queue Reader Subsystem: agent [MYDB].12 failed. Server: MYDBSERVER, Database MYDB: ODBC Error...more >>

Can't drop a table
Posted by Lina Manjarres at 7/29/2005 1:00:03 PM
I have a table that used to be in a merge replication. How ever it is not being replicated any more, I can't drop it because it thinks it is been replicated. How can I drop it? Thanks a lot, Lina...more >>

Blocked table
Posted by Lina Manjarres at 7/29/2005 12:52:02 PM
I have a merge sinchronization working just fine. And I have a table sinchronizing a long time ago without data because i was not using it yet. No that I have decided to use it, it always said that I can't insert Null in the rouguid column. How can I fix it? Thanks a lot!...more >>

MSDE 2K Merge replication without network
Posted by David at 7/29/2005 12:06:01 PM
I'm new to replication, but have a challenging requirement... I have multiple MSDE 2K instances that will be used by a surveying crew that may be distributed across many miles - sometimes in jungle or desert environments where they never even see each other. All/any data in any instance ...more >>

Microsoft Class 2591
Posted by A. Robinson at 7/29/2005 11:45:05 AM
I was wondering if any has taken the Microsoft course on Replication? I need to give a two day tutorial to some of the poeple I work with in Operations on Replication and came across the course outline for this class. The outline was perfect - I could eliminate some of the modules (merge re...more >>

Problem with transactional replication URGENT!!!
Posted by Sam at 7/29/2005 10:25:06 AM
I have make a transactional replication beteween 2 pc. I set up continuosly update from publisher to subscriber and from subscriber to publisher. The subscription method is push. When I make a upadate on a record on publisher I have the update also on the subscriber after few second and this i...more >>



SQLDistribution ActiveX does not reinitializes subscription
Posted by SammyBar at 7/29/2005 9:49:17 AM
Hi all, I'm using SQL Server ActiveX replication controls for synchronizing programatically a snapshot type publication to an anonymous subscriber. The subscriber is on a laptop and the idea is when this si connected to the network, and the user wish, it can hit a button on a simple Visual ...more >>

Changing sql dbo user password (will this effect current replication)
Posted by combfilter at 7/29/2005 9:37:37 AM
We have a subscriber that want's to change the dbo password for the replication user. Will this effect current publications to that subscriber? tia -comb...more >>

Snapshot generation: Error number: 2705
Posted by Chris at 7/29/2005 8:27:07 AM
hi all...new to replication and 1st post here ....looking to replicate our database and having trouble with one table. i recreated the table in northwind to isolate it from the rest of the DB tables in the app. Same result. Table name: REASON COLUMNS IN TABLE: REA...more >>

Initially merging two databases
Posted by MJP at 7/29/2005 7:51:16 AM
This is probably a newbie question but I was wondering if there is a way to setup the initial snapshot between two databases, that are the exact same database, and merge the data between the two without losing or overwriting any data? It seems that "Merge" is the way to go however I either get...more >>

Thousands of records deleted from SQL Server
Posted by Nigel Taylor at 7/29/2005 3:25:01 AM
I have been running ftp replication for some time and recently thousands of records have gone AWOL from the master database. The majority of the records appear to be PractiseAnswers which contains Practises answers to Questions (all uniqueidentifiers) i.e.: rowguid PractiseID QuestionID ...more >>

Error 14421
Posted by bill at 7/29/2005 12:00:00 AM
I have configured log shipping on SQL Server 2000, and all data is being restored correctly on destination servers within 30 minutes. The problem is the continuing failure of the Log Shipping Alert Job - Restore task. Every minute it records the error 14421 in the event log The log shippi...more >>

alter replication triggers
Posted by mgarner1980 at 7/28/2005 2:37:24 PM
I have a customer application where I utilize merge replication between sqlserver2000 and pocketpc's that are running sqlserverce2.0 (vb.net 2003). It appears that the customer has some tables that they use to keep track of who modifies the data in certain tables. they want the same functionali...more >>

Need help troubleshooting Merge Repl over Internet - Please!
Posted by JJ at 7/28/2005 11:38:01 AM
Hi all, I could REALLY use a hand with this one. Merge replication (DB authentication) over the internet using MSDE Subscribers (on XP) and a SQL2000 sp4 Publisher on windows server 2003 (w no domain conroller). Current development environment is on my home network. The current problem i...more >>

NOT FOR REPLICATION
Posted by Ed at 7/28/2005 11:21:03 AM
hi, Could anyone explain to me under the relationship property, what is the meaning of "Enforce relationship for replication"? I understand that the "Not for Replication" in Trigger is that the trigger won't get fired off if the data is Insert/Update/Delete during the replication process...more >>

Can't setup replication
Posted by Steven at 7/28/2005 10:27:02 AM
Initially, when I started to setup replication I received the error message ~ "one or more articles are published ...", so I issued the following commands to remove replication settings from the DB: sp_configure 'allow',1 GO reconfigure with override GO USE ImageCraft GO sp_removedbrepl...more >>

sql server 6.5 restoration
Posted by evagoras at 7/28/2005 5:13:01 AM
hello all i have a huge problem. My server crashed i had to reinstall windows nt and sql server 6.5.my buckup is 2 weeks old and i dond want to lose my db, i have all the file when it crashed from the directory MSSQL. Is it possible to restore my db using the master.dat or onother file in the ...more >>

Problem with a publication. Please help !
Posted by Salvador De los Reyes at 7/27/2005 1:31:11 PM
Dear friend: I got this error message inmediatly after to create a suscription for a publication. Violation of PRIMARY KEY constraint 'PK__@snapshot_seqnos__6B318B07'. Cannot insert duplicate key in object '#6A3D66CE'. Last Command = call sp_MSget_repl_commands(19, ?, 0, 7500000) Wha...more >>

improve and track latency in trans replication
Posted by AW at 7/27/2005 9:31:03 AM
I have a user that is complaining that replication is lagging by 10 minutes sometimes. I have two questions: 1. Is there anyway I can track latency to prove/disprove his statement? 2. Is there anyway to improve latency? I am running trans replication on SQLServer2000 using a push subscript...more >>

Replication problems after SP4 upgrade
Posted by Dave Wall at 7/27/2005 3:41:08 AM
Hi, We're experiencing a problem with transaction replication on SP4. The snapshot is taken without any problems and applies, however, when it comes to processing the additional transactions which have taken place since the snaphot, the process starts processing in parrallel and blocks its...more >>

backing up replicated db's
Posted by combfilter at 7/26/2005 4:20:03 PM
I have all the publishers on a emc san with 2gb fiber cards. My backups are all done across the san as well, so speed is very fast. However, I am running into contention backing up the databases that are publishing. Those db's are taking 8hr's + to backup when the non published db's are t...more >>

Turn off replication
Posted by Dean J Garrett at 7/26/2005 3:06:13 PM
We followed the 33 page instructions about how to configure SQL replication, but we'd like to undo everything and stop replication. We can't find any instructions about how to do this. Can anyone tell us where to look?? Thank you!! ...more >>

SQLExpress Merge Replication
Posted by Darren Shaffer at 7/26/2005 1:39:05 PM
All, I am trying to get a SQLExpress client to merge replicate with SQL Server 2005 April CTP. I am using RMO to create the subscription, register with the publisher, and initiate synchronization, however the examples in the SQLExpress BOL indicate I should use: mPullSub.SynchronizeWithJ...more >>

sp_MSUPD query
Posted by SteveH at 7/26/2005 3:07:04 AM
I am replicating via the sp_MS* procedures. Replication works fine for inserts where sp_MSins_<tablename> is executed, but I have errors when updating, since the same insert proc is called rather than the sp_MSupd_<tablename> proc. I have checked the article details many times. The system sh...more >>

24hrs Transactional Tables
Posted by SQL Replication Guy at 7/25/2005 2:41:03 PM
I have setup a pull transactional replications which replicates every 24 hrs. Tables I am replicating has heavy transaction activity, like we make atleast 100 thousand transactions on those tables. When distributor agnt tries to run on schedule every day morning at 2:00 am , it just keeps o...more >>

increasing agent history
Posted by Ken at 7/25/2005 1:19:07 PM
We are using merge replication and for some reason the merge agent's history generally only shows 1 to 2 days worth of history. I have tried changing the filter to "All sessions" but all prior history seems to be purged. I have looked all over for a setting or something to allow you to set...more >>

Snapshot schedule
Posted by Michael Jacobsen at 7/25/2005 11:00:17 AM
Hi all, I have a question about scheduled jobs. Suppose the snapshot agent is scheduled to run at 01:00 at night but the computer was turned off when people left the office. Does the agent then run when/if the computer is turned on the next morning? - or does it only run if the computer...more >>

Distribution Agent TimeOut
Posted by SQL Replication Guy at 7/25/2005 10:02:01 AM
I have setup pull transactional replication with multiple publications and distribution agents. One of my distribution agent always says the following error-- -- Timeout expired (Source: ODBC SQL Server Driver (ODBC); Error number: S1T00) -- while other agents are executed just fine.. ...more >>

POSTING AGAIN Transaction Replication - Identity column
Posted by Vijay at 7/25/2005 9:16:08 AM
Hi, I am using transaction replication and the identity column is not included for replication. After creating the snapshot, i manually copying the data through stored procedure from publishing database to subscription database. Then,if we run the distribution agent,i am getting the follow...more >>

SQL Server 2005 Replication
Posted by Hari Chinnamareddy at 7/25/2005 9:01:09 AM
Is replication compatible on a 128 bit encryption system that runs SQL server 2005? Hari ...more >>

Transactional or Merge ?
Posted by Shahid Saleem at 7/25/2005 6:16:32 AM
Dear Members I have a simple question, I am planning to configure replication to gather my branch office data at Centeral Server (Head office) , I have configured each branch office server as publisher and Corporate server as subscriber, We have 256 K DSL connection across branch offices, Data...more >>

Purge MSmerge_contents and MSmerge_tombstone on MSDE
Posted by Buzz at 7/24/2005 11:51:01 PM
I am running SP4 on server and MSDE's. Using Merge replication with anonymous pull subscriptions. BOL says merge_contents grows indefinately. In the How Replication Works article under the Merge Meta Data Cleanup section, it implies cleanup of this table would only happen manually and if yo...more >>

create Proc spBrowseMergeChanges (@articlename sysname)
Posted by Buzz at 7/24/2005 11:47:02 PM
Hi Paul, I am running SP4 on server and MSDE's. Using Merge replication with anonymous pull subscriptions. This proc on your website, www.replicationanswers.com, is it correct to say this proc can only identify changes the first time after the merge_contents table has been emptied (initi...more >>

Microsoft SQL Server DATETIME (Later Wins) Conflict Resolver
Posted by Buzz at 7/24/2005 9:11:01 PM
It looks like I will have to use this resolver. Does this take into consideration different time zones? If not, does anyone out there have a custom resolver that can work across time zones? Thanks, Buzz...more >>

2-way replication through an outbound only firewall. Is this possible?
Posted by pjm at 7/24/2005 6:43:37 PM
We have a client that would like to have their (Remote) web server SQL2K instance set-up for 2-way replication against their internal private SQL2K instance (Local). The problem is their network security department won't allow *any* TCP/IP socket connections to be initiated from the Remote SQL2K...more >>

Add a Table to an Anonymous Merge Publication
Posted by Aubrey at 7/23/2005 3:59:11 PM
What is the "correct" way to ADD a Table to an Anonymous Merge Publication? How is it then propagated to the Subscribers? Using Query Analyzer, I successfully ran a script to Create the Table. I added it to the Publication (Show unpublished ...) and Reran the Snapshot Agent. The Snapshot po...more >>

Having Problems using HOST_NAME
Posted by Guy Thornton at 7/23/2005 5:30:03 AM
I am developing an application that also follows the default scenario of a field salesforce that needs access to only their customer specific information. I am implementing the solution using merge replication. I have the merge replication defined and configured on my server, complete with r...more >>

scriptexec sp4??
Posted by S c o t t K r a m e r at 7/22/2005 4:58:06 PM
sp_scriptexec, pro p[ropagate a script to merge subs... I've done this before, but I'm getting this error?? i check permissions & normal stuff... Server: Msg 21330, Level 16, State 1, Procedure sp_MScopyscriptfile, Line 31 Failed to create a sub-directory under the replication working direc...more >>

Transactional Replication Questions-
Posted by SQL Replication Guy at 7/22/2005 12:20:01 PM
I have setup transaction replication using seperate server for distribution box. Server A - Publisher Server B - Distributor Server C - Subscriber Its a pull subscription I am testing several situations, what happens if 1. Distributor sql agent is stopped and started - I have don...more >>

Setting up a subscription over a low bandwidth connection
Posted by Russell at 7/22/2005 5:29:04 AM
I am in the process of drawing up the plan to reinstate a number subscriptions which where lost when a windows update disrupted our wan. The publications are still in place on the overseas servers, but I need to be able to create the subscription and to then be able to generate the snapshot, ...more >>

2-way repl. setup over the 'net - Does it require FTP/VPN?
Posted by ravenlock NO[at]SPAM true-evil-dot-net.no-spam.invalid at 7/22/2005 12:59:08 AM
Hi Here's a little context before the actual question - I have two servers, both running IIS and SQL2K. Let's call the "Local" and "Remote". - Remote runs a web application that stores user data on the SQL2 instance, also running on Remote. - Local hosts another copy of the application, but ...more >>

Push Subscription "Deactivated", How can I Activat
Posted by cchamblee NO[at]SPAM telcontrol-dot-com.no-spam.invalid at 7/22/2005 12:59:08 AM
I'm a little on the illiterate side on SQL, but I cannot seem to ge my subscription pushed. I'm not sure what details I need to provid to get help, so I'm having to do it in pieces as I find clues. Se the image below http://www.chuckchamblee.com/tcifiles/Image2.jp It shows as DEACTIVATED. How...more >>

Cannot push subscription - See image attached
Posted by cchamblee NO[at]SPAM telcontrol-dot-com.no-spam.invalid at 7/22/2005 12:59:08 AM
I cannot seem to get my subscription to push. It's status is bein shown as "Never Started". How do I get this back in operation http://www.chuckchamblee.com/tcifiles/Image1.jp ...more >>

What's the Easiest Way to Backout and Redo Replication?
Posted by cchamblee NO[at]SPAM telcontrol-dot-com.no-spam.invalid at 7/22/2005 12:59:07 AM
I'm having numerous problems getting a good snapshot and subsequentl pushing a subscription out. I'm thinking about just redoing the whol process. Is there a simple procedure for doing this? At this point I'll take even a complex procedure to do it. Maybe if I could jus redo my snapshot successf...more >>

Cannot create snapshot
Posted by cchamblee NO[at]SPAM telcontrol-dot-com.no-spam.invalid at 7/22/2005 12:59:07 AM
I'm trying to get a successful subscription push going on my databas publisher after having to alter a couple of tables. After making m changes, I tried to start the snapshot agent. Normally, I see th snapshot being created, which takes a few moments. In this case, al I saw was the old snapshot,...more >>

Can't delete Replicated Database
Posted by Gabriel D via SQLMonster.com at 7/22/2005 12:00:00 AM
I was just experimenting with something in replication and created a test database called "ReplicationTest" This is on a server that is currently a subscriber for other databases, but I thought I'd also be able to set up a publication from "ReplicationTest" Db. I tried to create a pub...more >>

Dropping an article
Posted by Russell at 7/21/2005 2:01:03 PM
I want to drop a table from some of my transactional publications. Can I just drop the article on the publisher and then be able to delete the table at the subscriber? Or do I have to drop the article and re-snapshot the subscriber?...more >>

Personal Edition
Posted by Eric Petruzzelli at 7/21/2005 12:08:37 PM
I am using the SQL Server Personal edition in remote offices with 2 or 3 clients each to connect to our central office server running SQL Server Standard Edition. I want to use the personal edition because when I am using replication between each client and main office and the EM will be use...more >>


DevelopmentNow Blog