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 2004 > threads for january 1 - 7, 2004

Filter by week: 1 2 3 4 5

Help! I can't delete a subscription
Posted by Pete at 1/7/2004 8:22:53 PM
I am trying to delete an obsolete subscription database. The publication database (and in fact the server) no longer exist but nobody bothered to drop the old publication/subscription before decommissioning the server. Now I cannot delete the database because the subscriber server thinks it is s...more >>


Application Running On Remote Site
Posted by Tina Smith at 1/7/2004 4:42:02 PM
We will be deploying an application to several hundred remote sites which will be using MSDE. Each week the remote sites are required to replicate their sales data to a central sql server. At the same time I need to push new pricing to the remote sites MSDE database. I'm thinking that mer...more >>

Unable to configure replication
Posted by Lorna at 1/7/2004 4:38:45 PM
Hi, We're running a test environment for replication on two Windows 200 servers with sp4 applied. SQL server 2000 has sp1 applied and w cannot go beyond this or the third party app we're testing breaks. Server A is the distributor and has a pull subscription to Server -publisher. On a f...more >>

Replication scripting questions
Posted by Lito Dominguez at 1/7/2004 1:36:05 PM
I know how to generate replication scripts using the Generate SQL Script option by right-clicking the replication folder. But how do I generate a script when a publication is already created and an article published for replication has been changed with additional columns. I would like to generate...more >>

BUG #: 363726 (SHILOH_BUGS) merge replication problem
Posted by Miran Dalic at 1/7/2004 12:33:21 PM
I have one database with 3 published tables, some columns for each of that 3 tables are included in replication. One table have static filter (row filtering). Replication type is merge, retention policy is "subscription never expired" (meta data not cleanable). Client side is IPack with SQLServe...more >>

SQL Server 2000 Transactional Replication
Posted by Mark H. at 1/7/2004 9:21:40 AM
I have been installing and administering this type of replication for sometime now and have never encountered the following logreader error. By the way, the pub server was using SQL2K SP3 and the sub server was using SQL2K(RTM) when the initial replication install was performed yesterday. I hav...more >>

Removing Replication
Posted by wflather at 1/7/2004 9:01:22 AM
I have a client that attempted (without success, but that is a different story) to configure replication. The additional fields created by replication now have caused a migration procedure from the DB application vendor to fail. This client is now in a quandry where the replication doesn't work a...more >>

urgent! Logreader can not retrieve log commands
Posted by george at 1/7/2004 8:41:51 AM
Hi , I have a very strange problem here . we have 2 servers, one as publisher and another one as distributor and subscriber. last night logreader crashed suddenly with such an error msg: An error occurred while processing the log for database 'Poker01'. (Source: PAPDB (Data source); Error number: ...more >>



Merge Replication with MS Access
Posted by brian at 1/7/2004 7:16:46 AM
I have a SQL 2000 server running on windows 2000 server. I have a quote program that our salesman use developed with Microsoft Access 2000. I want the salesman to be able to connect to the network and have their quote information replicated to our server and if possible updates from the ...more >>

Creating and running a 2nd distribution agent
Posted by captainkt at 1/6/2004 12:46:23 PM
Is it possible to create a 2nd distribution agent that runs between the same set of servers as the first distribution agent? I would like to run one agent continuously, and the other once an hour. I only want to have one publication in each. I see there is a stored proc called 'distribution.d...more >>

Cannot use empty object or column names.
Posted by John Ahlin at 1/6/2004 12:42:13 PM
I am getting the error message -=20 "Cannot use empty object or column names. Use a single space if = necessary." when replicating. I am using a "Push" from one server to another and = the replication works fine until this message comes up and it stops. How = do I find out what table is c...more >>

Strange Licensing error
Posted by Daniel Inman at 1/6/2004 11:56:37 AM
When I try to start the log reader agent, I get the following error The license for this installation of SQL Server does not permit Log Reader Agent to run at the Distributor I have SQL Server 2000 Standard Edition, no service packs applied. This is runningas a named instance, with the default i...more >>

ServerAgent Service Problem
Posted by Mudasar at 1/6/2004 9:50:39 AM
I ve a problem regarding SQL SERVER 2000. I am running SQL SERVER on Windows 2000. The problem is that ONLY SQL SERVER Agent is not running. It is first started successfully then it is stopped. Due to this I am unable to replicate data, which is v.v. import. The simple solution for the prob...more >>

new to replication
Posted by brett NO[at]SPAM virtualhorizons.com at 1/6/2004 9:05:18 AM
I'm new to replication but would like to start by backing up data from a cluster (2 SQL Server 2000 machines) to a non-cluster SQL Server machine. This machine will hopefully be as close to real time as possible, but should not be in the cluster. Are there any issues I should be aware regardin...more >>

SQL CE Replication using GPRS Problems
Posted by ciaran NO[at]SPAM insero-technologies.com at 1/6/2004 7:26:40 AM
Hi All, I have a Symbol PPT 2837 with PPC 2002 and SQL CE 2.0 trying to merge with a SQL Server 2000 DB over a GPRS Connection. I can establish a connection between the PPT 2837 and the Server over GPRS. The problem arises when I try to replicate. In 'some cases' the sync will download from...more >>

non-replicated columns & Unexpected EOF
Posted by Sofia at 1/6/2004 6:58:34 AM
I'm trying to set up replication between two database servers with 1 table only. The table is filtered vertically whereby only 10 out of the 15 columns are used. When I test it out I keep receiving the following error when the snapshot is trying to be applied: String data, right trunc...more >>

Thanks
Posted by newbee at 1/6/2004 6:56:13 AM
how can I check what kind of replication setup we have. i.e. transactional, snapshot etc. TIA ...more >>

replication with msde and sql 2000
Posted by joek at 1/6/2004 6:32:18 AM
Hi I am having a problem that I was hoping someone may be able to help me with. I have a webserver running windows 2003 web edition with msde and a windows 2000 server running sql 2000. I have managed to setup enterprise manager to administer the databases on the web server. However I can...more >>

What is being replicated - HELP
Posted by Darin at 1/6/2004 5:00:09 AM
I have merge replication setup with a push subscritpion continuosly updating. It seems to be working. But I have the SQL Server Enterprise Manager open and am on the publisher, replication monitor, publishers, apollo, publication, and I am looking at the push agent. I am getting a lot (abo...more >>

Tutorial ?
Posted by Peter Newman at 1/6/2004 3:10:40 AM
I am looking to use my main server to keep my laptop updated. Both machines are running SQL2000 , Main server is win 2003 and laptop is xp pro. Im am fairly new to this side of things and am looking for assistance or a tutorial to set this up. can anyone help ? ...more >>

Changes to a replicated db
Posted by hansje at 1/6/2004 2:38:50 AM
Hi there, We have to aply changes to a replicated database. Basically a tablefield has to change from varchar(60) to varchar(80). These changes are aplied to the subscriber, but to aply them to the publishing db its looks like we have to drop the subscriptors, then aply the changes and add the ...more >>

SQL Server replication does not support nicknames?
Posted by Jeff Leichman at 1/5/2004 7:13:34 PM
I am a novice trying to install MS CRM for the first time and got this error when trying to add Domain Users to the Replication Monitor/Publisher/SQL Server/Publication Access List. When I try to click on the MSCRM Publication Properties, I get the following error message: SQL Server rep...more >>

Transactional with Imediate updating option - How to turn on?
Posted by Suresh Kumar at 1/5/2004 4:09:55 PM
We want to have a Transaction replication topology with Immediate updating option. We want to have both publishers and subscribers do the updates. I created the Publication using the wizard. In the dialog box 'Publication Properties', under the tab 'Updatable', 'Allow Immediate Subscriptions'...more >>

Error 18483
Posted by Andreas Fernström at 1/5/2004 11:11:23 AM
I'm trying to setup a server as a distributor using the "Configure Publishing and Distribution Wisard" but get the following error: Error 18483: Could not connect to server 'xxxxxx' because 'distributor_admin' is not defined as a remote login at the server. Any ideas what to do? Thanks, ...more >>

synchronizing row changes only
Posted by Ariel Faur at 1/5/2004 7:35:35 AM
Hello! I have set up a merge replication scenario with one SQL Server 2000 sp3 as a publisher and distributor, and one PocketPc 2002 pull subscriber running SQL Server CE. This is working quite well except for one thing, whenever i want to synchronize data with the distributor i always ge...more >>

Which is "best" - PUSH or PULL subscriptions
Posted by Darin at 1/5/2004 4:30:22 AM
I need to setup continuous merge replication from the main server in FL to a remote server in IN. The FL server is both the publisher and distributor. Should i PUSH the subscribtions to IN or should IN PULL the subscriptions? ALso, later I will have to setup another company that has 3 differen...more >>

Comparison of replicated database with publisher database
Posted by sachin at 1/5/2004 3:41:07 AM
I have set transaction replication with multiple publisher-single subscriber At some of the publishers ,the distributor agent and log agent displayis as 'No Replicated Transactions are Available' - thereby meaning that the replication has been properly synchronised and that all the data that was ...more >>

Updates at the subscriber
Posted by Russ Franklin at 1/4/2004 1:39:19 AM
Hi, Is it possible to setup transactional replication, where the data in columns on certain tables is updated at the subscriber on a semi-frequent basis? Will I receive conflict errors? Thanks, Russ ...more >>

Initial set up for Replication of 2 Agencies
Posted by Richard at 1/3/2004 3:51:10 PM
Hello: I am trying to get a game plan for establishing Replication between two remote Agencies using VPN. Each has their own local SQL Server Networks. I installed the same database having about 100 tables at both locations. Since then each agency has added records to their copy of the original ...more >>

SQL Server Replication - Initial questions...
Posted by karl NO[at]SPAM oakesy.net at 1/3/2004 8:05:31 AM
Having fully investigated MS Access replication and have come to the conclusion that it is unreliable and will soon be unsupported, i.e. deprecated JRO objects ( ActiveX object for replication)and no Replication Manager in Visual Studio for Office Systems, I have decided to look at SQL Server re...more >>

How reliable is SQL REplication?
Posted by norman NO[at]SPAM redpoint.co.za at 1/3/2004 3:29:31 AM
I hope I get a good number of responses to this, as it is quite important. I need to make a final recommendation to a client concerning the use of replication. I have spent the last two weeks browsing the 'Net and getting advice from a number of people. A special thanks to Hilary Cotte...more >>

How reliable is SQL REplication?
Posted by norman NO[at]SPAM redpoint.co.za at 1/3/2004 3:29:30 AM
I hope I get a good number of responses to this, as it is quite important. I need to make a final recommendation to a client concerning the use of replication. I have spent the last two weeks browsing the 'Net and getting advice from a number of people. A special thanks to Hilary Cotte...more >>

still got problem on merge network replication
Posted by yong54321 NO[at]SPAM hotmail.com at 1/3/2004 12:11:55 AM
hi thank you for your help, but I still encounter the same error. I have ensured the share of the file (.mdb) and folder has the user "Everyone", "Network" with full control on the network computer. For the SQLAgent service at the publisher computer, I have tried using "local syste...more >>

New merge subscriptions creating numorous updates
Posted by Steven at 1/2/2004 4:26:19 PM
To bring a replacement server online, I created a backup off the old server and restored it onto the new server (after business hours, so no data changes took place during this process). There are 3 merge replications that had the old server as a subscriber, but after the DB restore I rep...more >>

Merge replication - change to publisher table field length
Posted by WB at 1/2/2004 2:59:27 PM
I have a database that is being replicated using Merge replication. the subscribers are four remote locations and a single publisher. I have found an error with one of the field lengths in a table. I want to change the publisher database but am not sure if the change will be pushed to the sub...more >>

modify text field in the subscriber
Posted by Zeng at 1/2/2004 2:51:27 PM
I'm using Sql Server 2000. I read about one of the limitations of transactional replication of text field is we cannot update it in the subscriber. Howerver, I just did a quick test of updating (see below) and the field got updated normally. Did I miss anything? Thanks! --I ran this in t...more >>

Recovering a database from Device
Posted by Gerry at 1/2/2004 12:40:35 PM
I have a database that is involved in Merge Replication (Sql2000) After recovering this database onto a new server (we are rolling out a new replacement server) I see and access the database nicely (sql2000 sp3a). However, I cannot drop/delete this database (on the new server) as I get ...more >>

How to cvhange seed values?
Posted by Bret at 1/2/2004 7:56:13 AM
I am intersted in finding out how to change the seed values of subscribers.... We are running into an issue where the initial seed value ranges that were setup are going to run out fairly soon. How ca nI go about changing the ranges for the subcribers without screwing up the existing data Thanks...more >>

New Merge setup with Error QUestions
Posted by Darin at 1/2/2004 6:00:25 AM
I have an existing database that I am setting up for Merge replication. I have modified all IDENTITY columns to be NFR, and added a rowguid default(newid()) to EVERY table. I setup the publisher, all is fine. I then setup the publication and I get an error: CREATE UNIQUE INDEX terminated becau...more >>

join data from other database on same server
Posted by robert at 1/2/2004 3:21:08 AM
Hi all , 1- All the best for 2004 2- I have field type int and i want to join it to data that resides in another database on the same server How can i do this?...more >>

FUNNY THINGS ON ADD ARTICLES
Posted by NARAYAN at 1/2/2004 12:06:05 AM
HI, I TESTED THE THEORY OF LOCKING BY HILLARY COTTER. I AM ABLE TO ADD ARTICLES FOR STORED PROCS AND OTHER OBJECTS. ITS ONLY FOR TABLES. THAT THE 'ADD ARTICLE ' SCRIPT HANGS. EM AND QA BOTH HANG AND THE RESULT IS FELT ON USERS WHO ARE LOCKED.......more >>

Standby Distributor ?
Posted by Alice Spencer at 1/1/2004 10:11:09 PM
Hello All Is it possible to have a standby distributor in case the working one fails. I guess all the subscriptions and publications would have to be reconfigured. Has anybody done this ? Thanks A Spencer ...more >>


DevelopmentNow Blog