Groups | Blog | Home


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 2006 > threads for july 22 - 28, 2006

Filter by week: 1 2 3 4 5

SQL 2000 Replication to a SQL 2005
Posted by interflex NO[at]SPAM hotmail.com at 7/28/2006 6:40:57 PM
We have a few replicated accounts, all have been using SQL 2000. One of the clients the other day decided to upgrade their SQL server without telling us, hence our replication stopped. I tried to get a client connection to their server but was unsuccessful. Is there a client tool or something...more >>


How many publications for 78 replicated tables??? Agent security t
Posted by Normajean at 7/28/2006 2:25:01 PM
I am replicating 78 tables from a master database for a scale-out solution. My dilemma relates to best design practices – I have found only one article about design considerations for publications and this guy recommended creating multiple publications within a single database publisher. S...more >>

How do I generate a conflict?
Posted by ChrisR at 7/28/2006 12:09:01 PM
For my learning purposes, I'd like to generate a conflict in MSSQL2K5 Merge replication. How would I make this happen? TIA, ChrisR ...more >>

sql 2000 publishing/subscribing using ftp... is what I'm trying possible?
Posted by krackq at 7/28/2006 9:04:04 AM
We have an sql server (server A) at a supplier that is windows 2003, running sql server 2000. Its only connection to the outside world is via normal internet access as any other pc there. Now, at our facility here (which is completely separate from theirs) we have an sql server (Server B) on ...more >>

Replication on identity column
Posted by Satwinder at 7/28/2006 6:31:02 AM
I have a column in table A with identity value. When i enable Transaction replication on this table and sync the subscriber, it created the column with int datatype Table A on subscriber. I want the Subscriber to retain the identity column so that in case of Publisher failure application ca...more >>

Query Optimisation
Posted by Eckhart at 7/28/2006 1:41:41 AM
Dear All, I am facing a problem with the following query,taking lot of time to fetch the data, calling the data using multi selects. CREATE proc Rolexi36Sync as DECLARE @date varchar(50),@ydate varchar(50) print CONVERT(char(11),(GETDATE()-1),100) SET @date =3D substring(CONVERT(char(11),(...more >>

2 way replication fail
Posted by Joe Yau at 7/28/2006 12:00:00 AM
Dear All, I have setup a transactional replication between two MS SQL Server 2000. The replication from the publisher to subscriber is success. The replication from subscriber to publisher will retrun 'sa' login failure, so I have used sp_link_publication to fix it, but when I try to ...more >>

Push and Pull Subscriptions from Visual Basic 6.0
Posted by loku at 7/27/2006 11:56:15 PM
Hi everybody, I want to create subscriptions for my visual basic programme. I want to subscribe both the PULL and PUSH subscriptions for my applications from the Server I am able to create the PULL subscription from my application but I could not able to create the PUSH subscriptions. If...more >>



Problem replicating table has the same data (primary uniqueidentify) in both publish & subscriber
Posted by John at 7/27/2006 4:37:44 PM
I can replicate most of my tables between two servers, the only problem is on some of the meta data tables where publisher and subscriber both has the same data (including the primary key ) before the replicate, it failed with following error: Replication-Replication Distribution Subsystem: agen...more >>

Merge replication, linked servers and custom conflict resolver
Posted by pmelies at 7/27/2006 4:13:01 PM
I've written a custom conflict resolver in the form of a stored procedure and applied it as the resolver for a particular article in my merge replication. This stored procedure is failing because the subscriber is not in sysservers. I use the 4 part name to look at subscriber data like the s...more >>

Subscription permissions
Posted by pdx at 7/27/2006 3:46:01 PM
To summarize my situation: Clients running SQL 2005 Express Edition clients subscribe to a publication on a SQL 2005 Server. Users of the clients are in a group which has a login to the server and as of now (due to needing to test functionality) that group has dbo_owner on the db in question ...more >>

sp_MSdel method invoked when an update was performed on the publis
Posted by Larry Herbinaux at 7/27/2006 2:59:02 PM
I have been able to reproduce this error twice. In general, the sp_MS* procedures are working fine on all of the other tables that I have tested so far, but for our PointOfSales table, the distribution agent tries to execute the following: {CALL sp_MSdel_PointOfSales (4952)} Transaction ...more >>

LogShipping: Get a copy of the destination DB?
Posted by Stu at 7/27/2006 11:51:11 AM
On SQL Server 2000, how do you (nicely) get a copy of the Read-Only destination database? The only way I've figured out is to stop SQL Server, copy the MDF & LDF, restart SQL Server, then attach those newly copied files. But isn't there a better way which will leave the original destinatio...more >>

Load Balanced Web Synchronization Against a Republisher Topology &
Posted by BATMAN at 7/27/2006 10:06:02 AM
We are using Web Synchronization against a Republisher topology... Meaning we are using load balanced IIS servers against republishers. Right now Each IIS server has a dedicated republisher pointing to a central server, not across a WAN though. Our goal was mainly to create a scalable envir...more >>

Odd Identity Range/Constraint Violations
Posted by btysgtmajor NO[at]SPAM gmail.com at 7/27/2006 10:00:48 AM
Hi there, I'm still fairly new to replication on SQL Server 2000, but, I'm quickly learning (trial by fire). I have a database that has a publication with six subscribers. A couple of the tables have their identity ranges auto-managed (the IDENTITY column in each of the tables is marked N...more >>

Client-Side Database Mirroring Details
Posted by GMouzourou at 7/27/2006 5:43:03 AM
Hi, I've been tasked with investigating different methods of achieving database redundancy. In doing so, I'm currently in the process of writing a test application to prove that Database Mirroring in SQL Server 2005 is a suitable solution. Of the established requirements I'm finding dif...more >>

Some columns are not replicated at updates
Posted by Mirtul at 7/27/2006 12:26:01 AM
Hi, we are having some trouble with our merge replication between a SQL Server 2005 and a SQL Mobile for Windows Mobile 5. Our replication is a simple one with vertical partition set to true, and column tracking set to true. We have no conflict detection/resolution for logical rows. We have...more >>

cmd on all subscribers
Posted by Christophe at 7/27/2006 12:00:00 AM
Hi, i want to drop Index on publisher and all subscribers, for make new index ! it's possible to run a command for all subscribers in replication ?, instead of one by one command on all subscribers ? thank's ...more >>

where my table
Posted by Christophe at 7/27/2006 12:00:00 AM
hi, i have more tables in more replications. ho w i found the replication where the particular table. exemple. myTable is in R_Film R_Person R_Uk R...... thank's ! ...more >>

Distribution Agent
Posted by golfnut at 7/26/2006 6:32:01 PM
I have a Win 2003 Server with Sql 2000. My distribution agent can not connect to the subscriber due to a log on error. I have checked the permissions for the SQL logon user and they are set for system adminstrator on the publisher and subscriber. I changed the linked server user on both serve...more >>

express pull subscription
Posted by Ken Hundley at 7/26/2006 11:55:02 AM
I recently tried to setup a pull subscription from a SQL express to a sql 2005 standard install. I found out that you can not automatically have the sync jobs run because they pulled the SQL Agent from the SQL Express install. Are there any stored procedures that I can call to cause the ...more >>

Cannot update identity column 'PointOfSaleID'.
Posted by Larry Herbinaux at 7/26/2006 10:24:01 AM
We are receiving an error when the distribution agent executes the generated stored procedure sp_MSupd_PointOfSales. The bit flag for the identity column is not set and the identity column is Yes (Not For Replication). The sp_MSupd_PointOfSales stored procedure checks to see if the bit flag ...more >>

Rows out of partition in merge replication
Posted by Michael Maas at 7/26/2006 6:28:02 AM
Hi to all, there is a behaviour in our SQL Server 2005 (w/o SP1) that I don't really understand. In our merge replication, changes can be made at the publisher and on the subscribers. Every now and then the conflict monitor reports that a row insert at one subscriber could not be p...more >>

Replicating BLOB(s) in separate schedule + Merge Replication
Posted by Lalitha at 7/26/2006 5:25:01 AM
Hi, I have some tables with huge BLOB(s). These tables have to be replicated among multiple regional servers. I dumped the option of removing BLOBS to file system considering the additional maintenance effort involved (version mgmt, backup, security, transaction etc). Consider the example ...more >>

Merge replication conflict detection type + performance
Posted by Lalitha at 7/26/2006 5:16:03 AM
With every other parameter remaining same, I understand that merge replication performance also depends on conflict resolution detection type. I think row level conflict detection provides better performance then column level conflict detection. Similarly column level conflict detection provide...more >>

Synchronize to SQL Server via a GPRS
Posted by Nazeedah at 7/26/2006 2:36:02 AM
Hello I have to synchronize via a GPRS on a Tablet PC and also using the same program on a Pocket PC. I would like to synchronize to SQL server that is to send the data there. The program is using SQL server as back end and front end as VB 6.0. Thx a lot in advance Nazeedah ...more >>

Following error seen in Distribution agent history
Posted by Deni at 7/26/2006 1:31:01 AM
Transaction replication with read only subscriber. Publisher - SQL server 2000 Subscriber - SQL server 2000 entrp Following err noticed in Distribution agent history The process could not execute '{call sp_MSget_subscription_guid(4)}' on 'xxxx'. xxxx - netbios name of publisher What...more >>

TimeOut again
Posted by Christophe at 7/26/2006 12:00:00 AM
hi, how can i know who (job, query,etc...) timeout my replications ? because i don't found the culprit.... can you give me your help or a piece of advice ? Ch. ...more >>

Manage concurrent queries during replication?
Posted by Ian S. Salisbury at 7/25/2006 11:34:02 PM
We are using merge replication between SQL 2000 PE and Enterprise and exceeding the 8 query limit in PE. Is there anything in the replication configuration to limit the number of concurrent queries? Thanks!...more >>

Transactional Replication SQL 2005 Cannot connect to the subscriber
Posted by GG at 7/25/2006 11:31:03 AM
I have configured transactional replication with Publisher, distributor and subscriber on different servers. Publisher and Distributor are running on sql 2000 SP4 and the subscriber is running on sql 2005. When I reintialize the subscription, the distribution agent errors out saying "cannot ...more >>

Web Replication
Posted by Steve Barker at 7/25/2006 2:46:01 AM
Hi guys! I was wondering if someone could suggest a solution to our problem: We have an in-house production database, containing millions of records, that is being updated using a "drip-feed" approach. We then use replication (transactional, with read-only subscribers) to mirror parts of t...more >>

'A required privilege is not held by the client' when re-initaliza
Posted by stephanie at 7/24/2006 10:44:02 PM
Hi all, the sys admin has changed the service a/c to another admin. id. But now, i can't start the replication jobs even re-created the publication and subscription with the new admin. id. Any advise? Thanks in advance! 'Executed as user: test.com\admin. A required privilege is not hel...more >>

replication snapshot
Posted by Christophe at 7/24/2006 5:20:09 PM
Hello, I wanted to know how attached table on existing replication, but with no rebuild snapshot ! Because they is very long and very expensive for the server and others processes ! Thank's. Ch. ...more >>

Cleaning up Replication information
Posted by SQL_Learner at 7/24/2006 10:58:01 AM
Hello All, I am dealing with a SQL server in which at one point SQL Server Replication is set and its been removed also. At this point, one of the databases still contains "msrepl_tran_version" column in all the tables and the constraints on this column are also existing. Any idea why this ...more >>

How to test a custom conflict resolver procedure
Posted by pmelies at 7/24/2006 10:49:01 AM
I have a business need to implement a custom conflict resolver for a merge replication. I've done this and I want to actually test the procedure to view the output row before I change the resolver of the article in SQL Server 2000 (we don't have a test environment) since this will affect a la...more >>

SQL 2005 error when trying replicate between identical builds...
Posted by BATMAN at 7/24/2006 8:59:02 AM
All, Just wondering if anyone has seen this error before: ----------------------------------------------------------------------------- The Merge Agent failed to upgrade triggers, metadata and stored procedures on the Subscriber to versions compatible with SQL Server 2005. Restart synchro...more >>

error about ticks
Posted by Martin at 7/22/2006 1:41:02 PM
Hi, I am just move my SQL server from 2000 to 2005. I have a app under VS.NET 2003 and SQL 2000 server and works fine. Now When I use vs.NET 2003 and SQL 2005 server, I can connect to database, but when I try to using register function and I got following error in teh register page: Ticks mu...more >>

Identity Column and Merge Replication
Posted by Douglas M. Nunn at 7/22/2006 1:11:02 PM
In June I set up a very simple merge replication between SQL2005 Enterprise Ed and SQL2005 Mobile database. The merge replication and identity ranges for the subscripbers worked fine. Now it is July and my boss wants me to write a real application and when I try to subscribe to the publica...more >>

Replication from SQL Server 7.0 to SQL Server 2000
Posted by romula NO[at]SPAM gmail.com at 7/22/2006 12:15:38 PM
I'm trying to setup transactional replication from a SQL Server 7.0 SP 3a Standard Edition database server to a SQL Server 2000 SP 4 Workgroup Edition database server across the internet. Using the Enterprise Manager on the 2000 server I've established the 2000 server as a distribution server....more >>


DevelopmentNow Blog