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 2005 > threads for january 22 - 28, 2005

Filter by week: 1 2 3 4 5

Bi-Directional Updating Databases on same SQL server
Posted by David Walpole via SQLMonster.com at 1/28/2005 3:30:49 PM
I am trying to separate two applications sharing the same database and a few tables(like t_employee) in a phased approach. How can I best setup a bi-directional update of this t_employee table when updated by either application? Thanks, Memphodave -- Message posted via http://www.sqlmonster...more >>

Bidirectionnal replication between SQL 2000 and Sybase ASE
Posted by Steve B. at 1/28/2005 2:52:14 PM
Hello, For political reasons, I need to havec datas stored both on a SQL Server 2000 and a Sybase ASE v12. If data changes in SQL, it must be replicated to the Sybase server, and if data changes in Sybase, it must be propagated to the SQL Server. Do you know how can I reach my goal in a s...more >>

Replication of Replications
Posted by Shane Lim at 1/28/2005 2:02:37 PM
Is it possible to have a pull subscription and then have a pull subscription of that subscription? We want to have a server wich replicates to 2 or more laptops wich will be replicated out to 3 or more ppc all running sever - msde - sqlce? ...more >>

Different table for different subscribers
Posted by Vivek Sharma at 1/28/2005 8:38:24 AM
Hi, I have 2 different subscribers for the replicated database. What I want is that do is to provide subscribers access to different tables i.e. if Table "A" is on Subscriber1 machine I want Table "B" on Subscriber 2 and replicate them with publisher. Is it possible? Thanks ...more >>

Upgrading SQL Server version in replica environment
Posted by Enzo Giurleo at 1/28/2005 5:13:02 AM
I want to update SQL Server version from 7.0 to 2000 but my installation is replicated in another 7.0 SQL Server instance. Can I update only the first? Will be there any problems? Thanks enzo giurleo...more >>

compensating delete on replication database!!!
Posted by Laks at 1/28/2005 5:03:20 AM
Hi I have Merge Publication with just one Subscriber running on SQL 2000 which has been Service packed fully. Looking at the previous posts I did uncheck 'Enforce relationship for replication' on the Table Relationships hoping that the deletion of records will not happen. But for some u...more >>

uniqueidentifier use pkey instead
Posted by Russell J Morgan at 1/27/2005 5:26:43 PM
Hi All, Setting up transaction based replication or merge replication bi-directionally forces me to use a unique identifier. I want to manage primary keys and the allocation of number ranges my self; but it seems I am forced to use the uniqueidentifier with my schema - I do understand why ...more >>

Unable to drop the database after dropping the republication using store procedure!!HELP !! HELP
Posted by victor at 1/27/2005 5:01:14 PM
hi there: i got a big problem here. i call serval store procedures from c# to drop a republication. the code likes following use [databaseName] GO -- Dropping the merge publication exec sp_dropmergepublication @publication = N'database_Publication' GO -- Disabling the replication dat...more >>



References on Disaster Recovery
Posted by gemel at 1/27/2005 4:33:14 PM
I want to formulate a comprehensive disaster recovery procedure for my system. I am running two SQL 2000 servers with replication. I find that some of the Microsoft literature a bit patchy for what I want. Can anyone tell me of any good reference text that are available that concentrate mainly o...more >>

Sql server synchornisation
Posted by Hermione at 1/27/2005 3:29:02 PM
Hi I have a SQl databse on a web hosting server, and I have the databse locally on one machine, I'd like to know if I can synchronize the data between the two server. In other term, I want the data locally to be updated every day, with the data in the web hosting server Thanks...more >>

Replication from Single-Filegroup to Multi-Filegroups
Posted by Joe K. at 1/27/2005 2:21:03 PM
Is it possible to set up replication from Single-Filegroup to a Multi-Filegroup? Thanks,...more >>

Replication error
Posted by Manuel at 1/27/2005 1:49:04 PM
Type Replication: Merge Type Suscriber: Pull 1 Server Publication 5 server Suscriber's after a reinicialition on one Server suscriber, all data from Publisher was transfer to the suscriber, but once I trie to insert records, send this error: [Microsoft][ODBC SQL Server Driver][SQL Server]...more >>

merge agent running a job on a different server.
Posted by Pauly C at 1/27/2005 1:35:04 PM
I have a database working with Merge replication, there could possibly be a audit database associated with this replicated database. After talking about it we decided it would be better to have each subscriber database have a copy of both the replication database and the audit database withou...more >>

Problems adding an article to an existing merge replication if owner is not dbo
Posted by Stefan Gevaert at 1/27/2005 11:01:00 AM
Hi, I created a new table on the publication database the owner of the new table is not dbo. We then called sp_addmergearticle to add the article to the publication, using the @source_owner and @destination_owner parameters to specify the owner is different from dbo, and the @force_invalida...more >>

Notifying the conflicts
Posted by Vivek Sharma at 1/27/2005 10:15:18 AM
Hi, Is there a way that I can set up an email notification that can notify me whenever there is a conflict during replication? Thanks ...more >>

Failed to enumerate changes in the filtered articles, Help !!
Posted by Raydl at 1/27/2005 6:17:02 AM
Hi All, I have Sql-Sever 2k SP2 and Win2K SP4 Advanced server. Topology : Republisher Publication Type : Merge with dynamic Filtering. Everything was working out well after setting up that topology but suddenly , after some hours happened what follows : Error on the Publisher : Failed ...more >>

Merge replication Over Internet
Posted by Daniyal Khan via SQLMonster.com at 1/27/2005 5:44:27 AM
did Anyone implement Merge replication over internet? and wht were the results, i need a detailed procedure of implementing replication over internet, i have successfully implemnted on the LAN but its not working on internet, i'll be thankful if u guide me. i am using a 128 ISDN line. What i want to...more >>

Can't disable publishing
Posted by Clarin at 1/26/2005 10:57:03 PM
I have a server work as publisher and distributor for a database and another remote server work as subscriber. The remote server downed and reformatted due to system failure. We setup another remote server with different name. But when I tried to disable publishing/ delete and recreate subscri...more >>

Ports and Replication in SQL Server 2000
Posted by vivek at 1/26/2005 7:25:03 PM
Hi, We are trying to configure sql server 2000 transactional replication across 2 data centres through vpn and firewall. While port 1433 is open for sql server communication, it looks like the anonymous pull subscription uses a different port to download the initial snapshot files. We are ...more >>

144million row size table. 1day, 9hr to push snapshot across wan
Posted by combfilter at 1/26/2005 4:34:53 PM
Does that sound right? Now what is happening is that all the transactions that were waiting behind that snapshot are so far behind I am afraid we will need to reinitialize those? tia...more >>

Merge replicating a JET backend
Posted by Karim Virani at 1/26/2005 3:03:48 PM
We have a large legacy application built in MS Access (front-end client mdb with back-end shared data mdb) and are looking for a good migration path into SQL Server. The problem is we can't fund a large effort and are looking for a more gradual migration path. To me the ideal path would requir...more >>

notification on failure of replication?
Posted by AW at 1/26/2005 1:47:06 PM
I know you can have SQL Server email you when a replication agent fails, but we had the following situation: schema change on table broke replication of that table only, but none of the agents failed. Even when I noticed that table wasn't being updated, when I went to add that article, it ...more >>

Serious problem
Posted by Vivek Sharma at 1/26/2005 12:23:32 PM
Hi , I recreated all the subscriptions and now I am getting error for one of the tables The merge process could not retrieve identity range resource for table Please help ...more >>

Merge Replication between SQL Mobile and SQL 2005 without IIS
Posted by Niben at 1/26/2005 11:57:07 AM
Hi, I am trying to do Merge Replication between SQL 2005 and SQL Mobile Edition. I did set up Publication and Distribution successfully using SQL Server Management Studio but when I tried to create a subscription from SQL Mobile Database then it asks for Web Server Authentication where I nee...more >>

Distributor server
Posted by toryi at 1/26/2005 11:39:11 AM
I have a merge replication environment with 1 publisher/distributor in the same machine and 3 subscribers with a lot of data to merge. The link between them is slow. I'm with performance problems with my applications I think that job replications could be punish this performance. Setup another ...more >>

Change current merge article
Posted by Vivek Sharma at 1/26/2005 11:25:23 AM
Hi There, I created a merge artcile and forgot to set auto_identity_range as tru and now I want to set it. Can any one suggest how can I achieve this? I tried this ... sp_changemergearticle 'LPAPP', 'KitAllocation', 'auto_identity_range', True It did not work. Thanks ...more >>

Can we replicate only schema and objects but NO Data?
Posted by Christine C at 1/26/2005 10:37:08 AM
Hi, I do not recall if snapshot replication allows no data replication. If there is a dummy filer that need to be placed on each objects I guess it mgith be possible? However, I am not sure if the dummy filer will cause a performance issue. On top of that, we have databases with a lot ...more >>

Pulling stored Procs from a remote db
Posted by Jim McDonald at 1/26/2005 10:07:39 AM
Hi all - I am trying to rebuild a website abandoned by the builder and an SQLServer (I think 2k) db is used under it at the host. I can get at the db by using Access/ODBC with a URL but the migration facility seems only to let me get at the tables. There are about half a dozen SPs referred t...more >>

Replication Question
Posted by Paul Lennon at 1/26/2005 9:23:45 AM
I set up a transactional push replication and basically would like to use the subscriber as the archived historical database server. Once the snapshot is completed, I would like to delete old records on the publisher article and not replicate the deletion onto the archive database server. ...more >>

Add new user?Dial-up replication?
Posted by Bita Joghataie via SQLMonster.com at 1/26/2005 7:44:09 AM
after I replicated two project server database in two sql server, I don`t add new user or modify old user in project server,Why????????? and another my problem: How replication with Dial-up connection(I replicated with LAN)????? Please help me Thanks Bita -- Message posted via http://www....more >>

Added step to merge agent but can't get it to fire.
Posted by Pauly C at 1/26/2005 6:55:03 AM
I followed the directions from a previous post by adding a 4th step and changing the 3rd step to continue with success. When I applied the new change I got a warning that the 2nd stop and the 4th step both had quit with success, I ignored that warning and had a change on the subscriber propag...more >>

earlier wins
Posted by Tajik at 1/26/2005 6:53:03 AM
Hi I want the last change remain, when I have a conflict between subscriber and publisher.it means that I want the the earlier always win (the data type is not datetime) whether it is publisher or subscriber, what must I do? ...more >>

Need to trigger a script to run after merge replication finishes
Posted by Pauly C at 1/25/2005 10:51:07 AM
After a subscriber connects to the network and merges the data with the publisher I’m looking for a way to trigger a script to run. Is there anything built into SQL Server to do such a thing?...more >>

Error when replicating with driver mismatch
Posted by Alexandre at 1/25/2005 9:33:41 AM
Hi, I get the following error when replicating.... ODBCBCP/Driver version mismatch (Source: ODBC SQL Server Driver (ODBC); Error number: S1000) ---------------------------------------------------------------------------- ----------------------------------- what could be the cause... ...more >>

SQL 2000 to SQL 2005 Express
Posted by MaxX_RUS at 1/25/2005 6:49:06 AM
Hello. I have problems in merge replication from SQL 2000 (dev.edition) to SQL 2005 Express. I did all things mentioned in BOL (for Express) to setup pull subscription. But when i try to start MergeAgent for Express - i recieve "Login Failed" error. Account running Express version seems to...more >>

The process could not enumerate changes at the 'Subscriber'.
Posted by Satish at 1/25/2005 5:39:05 AM
hi, I have created merge replication on the server and pull subscription on the client. When i try to start synchronising the pull subscription i am getting the below error. The process could not enumerate changes at the 'Subscriber'. (Source: Merge Replication Provider (Agent); Error num...more >>

Sort out what is shown in Replication View
Posted by Russell at 1/25/2005 2:01:02 AM
How do I sort out what is shown in the Replication folder in Enterprise Manager? If I look at the subscriptions in the Publication folder it lists correctly the 22 servers. But in Subscribers it lists 29 subscribers that should not be there. The ones that I expected to not be there are not sho...more >>

Deactivated?
Posted by Robert A. DiFrancesco at 1/24/2005 6:03:24 PM
Merge replication. Push New Subscription. Immediately after I click "finish" in the wizard (push new subscription), the subscription status shows deactivated. The merge agent runs and completes then shows status has failed. error = "the subscription to the publication pub_name is invalid....more >>

remove replication
Posted by smk23 at 1/24/2005 4:25:01 PM
Greetings: Can I remove replication using Enterprise Manager? Thanks for the help -- sam...more >>

Replication will not function bi-directionally
Posted by Russell J Morgan at 1/24/2005 1:52:12 PM
Hello everyone I have set-up SQL Server 2000 transaction replication but its only working one way? Data entered at the subscriber database is not making its way to the publishing database? I have Defined the distributor, Defined the publisher, defined a publication, created a push subscript...more >>

Updates gone after merge
Posted by Thirsh at 1/24/2005 1:21:04 PM
I am updating rows in a particular table in my sql ce 2.0 database. After I synchronize with the publisher, the updates are gone, as if I had never changed the rows to begin with. This is only happening in one table in my database. This table's primary key is a foreign key in many other...more >>

Replicate Stored Procedures
Posted by Jim at 1/24/2005 1:16:39 PM
I have been asked to replicate data to an externally hosted web server which i have managed but i cannot get the stored procedures to replicate, is this possible? thanks in advance. ...more >>

Error when subscribing to Merge replication via FTP!!
Posted by Raydl at 1/24/2005 12:55:32 PM
HI All, My Sceneario: Sql-Server 2k SP2 , Win 2K Advanced Server. Topology : Central Publisher Publication Type : Merge - I've set up my Publication to use FTP. The Snapshot files are generated well.I've set up in the Client Network Utility the Server Alias, the Server Name (IP addres...more >>

Ignoring deletions in Subscription database tables
Posted by Nagraj G via SQLMonster.com at 1/24/2005 10:49:02 AM
Hi, I have the following scenario: There are two databases Server1 and Server2. Server1 would have to be an exact replica of Server2 as far as schema is concerned. Data need not be the same. The reason is some application would be doing data manupulation on Server1 and therefore the need is to...more >>

MSmerge_agents table
Posted by Olivier Monney at 1/24/2005 9:24:35 AM
Merge replication on SQL Server 2000 sp3 and Win 2000 Pull subscription with MSDE. The subscribers need info on replication status. I query MSmerge_history and MSmerge_agents with a join on agent ID. I would like to filter by subscriber_name, but this field is empty for each subscriber. I...more >>

Failing Merge Replication - Ambiguous column name 'rowguid'
Posted by TimS at 1/24/2005 8:17:03 AM
Dear All, I guess I am pretty much a green to this on replication - I have been running merge replication for a while and have had it working but now get the following errors on all replication tries when it hits the table RoadmapVersion. 1 Processing article 'RoadmapVersion' 2 Categor...more >>

What is the best method to sync tables between two database?
Posted by Joel Leong at 1/23/2005 6:37:16 PM
I have a primary DB named FactoryA and a secondary DB named FactoryB. I need to sync seeveral lookup table in FactoryA to FactoryB if lookup table in FactoryA is updated. I never update lookup table in FactoryB. You may assume that lookup table in FactoryB is a replication of FactoryA. ...more >>

Merge on MSDE: how can do it ?
Posted by CK1 at 1/23/2005 5:21:59 PM
Hello everybody, i need to set a MSDE database as 'publisher' for merge replication. My difficult is that I haven't understand how I cand do it. I have not Enterprise Manager for set the merge, How I can Do it ? Thank you so much, ...more >>

Replication problems
Posted by KM at 1/23/2005 9:01:01 AM
Hi group I have the following setup: A primary sqlserver running windows 2000 server OS a secondary sqlserver running windows 2003 server OS Both sqlservers run sqlserver 2000 software, and both logon with the local administrator account. Both administrator account have the same password, so...more >>

transactional replication performance -- packet size and buffer nu
Posted by George at 1/22/2005 8:57:02 PM
I have replication servers accross the ocean but the data volumn is so high that on subscriber site the data is always delayed. I have followed with BOL and changed the replication parameters like -b -c -packet -buffer -OutputVerboseLevel etc but not enough. I have traced on network, the n...more >>

NO problem on weekends
Posted by Darius T. at 1/22/2005 5:23:31 PM
Ohhh. there are non problems on weekends or what? dt ...more >>

one-way replication
Posted by Thang Long at 1/22/2005 12:33:01 AM
How can I configure SQL Server merge replication to work in only one direction? only changes at a subscriber are sent back to a publisher. Thank you....more >>


DevelopmentNow Blog