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 > february 2004 > threads for february 15 - 21, 2004

Filter by week: 1 2 3 4

VB.Net and MSDE Replication
Posted by John NO[at]SPAM hokykoky.com at 2/21/2004 3:32:41 PM
I am trying to create the initial database from a snapshot on my SHED1 MS SQL server. Whenever I run the code below, I get the following error: 'The subscription to publication 'SteelPMOSql1' has expired or does not exist' When I installed MSDE 2000, I did not set the install option to cha...more >>

Conditional/Permission Based Merge Replication
Posted by Richard Ryerson at 2/20/2004 5:21:32 PM
Hello All, I am looking into a replication based enterprise application for the company I work for and I can't find answers to a few questions. I hope that you Guru's know if it's possible to do these things. My company has several remote / disconnected "branches" and "franchises" and each ...more >>

How to merge identical list items?
Posted by DS at 2/20/2004 4:34:17 PM
Hi, My app allows a user to add a list item, which gets assigned an ID, which is referenced in tables instead of its name. How do I merge same items added by Publisher and Subscribers into a single one and propagate the ID change to all affected tables at the applicable sites? Thanks in adv...more >>

Timed out merge replication after only a few minutes
Posted by RS at 2/20/2004 2:55:15 PM
I have a point of sale merge replication project running in production. And it works fine with bidirection data transfer. Recently though, the power was pulled to the POS device. I was only down about 10 minutes. The agent showed a stop due to the maximum number of retries at 10. However, I ...more >>

3rd party replication tool
Posted by Pascal Duchemin at 2/20/2004 2:20:48 PM
Hello, I am looking for a 3rd party tool that would synchronize a SQL database one to one and one to many. Any suggestions ? Thanks ...more >>

replication not working or failing
Posted by chris at 2/20/2004 9:21:47 AM
sql2k sp3 I know the title sounds bizarre. But its true. I was doing some disaster recovery testing to find out what would happen if our Publisher box needed to be restored from backups. I had all my backups so then I uninstalled/ reinstalled SQL, sp3, and a hotfix. I did all the restores...more >>

xp_logininfo returns error for NT logins on trusted domain
Posted by JohnB at 2/20/2004 8:29:40 AM
I am setting up SQLServer replication between servers on different domains which have a two way trust. The publishing servers are a mixture of NT and Windows 2000 The subscribibg server is Windows 2000. I have no problem subscribing to the publications on the NT servers. The trust allows me...more >>

Unresolved conflict in the replication
Posted by SHARAD at 2/20/2004 8:14:09 AM
Dear friends I have got the following unresolved conflict for the replication. We are using the merge replication. Datetime,UserAction,Database,Publication,Table,Origin_Data Source,RowGuidValue,conflict_type,reason_text,SQL 20/02/2004 15:45:58,"Conflict Loser","MainSQL","BPOMainSQL","[d...more >>



Replication Quesion
Posted by sharad at 2/20/2004 8:06:13 AM
Dear Friends I have front end application of VB which use the SQL database as the backend. To have the full disaster recovery i want to put the SQL server in the replication but as the rowguide is having not null property will it create any problem to my program while inserting the rec...more >>

COULD NOT BULK COPY OUT OF TABLE (VERY URGENT)
Posted by belgiozen NO[at]SPAM yahoo.com at 2/20/2004 1:04:35 AM
Hi, I use FTP Merge Replication over internet.Two weeks ago,I created the publication on the development server .Everything was working fine. But when I ran the snapshot jobs for the second time, the jobs failed.I ran them again in order to understand the exact error with OutputVerbosal 2,...more >>

COULD NOT BULK COPY OUT OF TABLE(VERY URGENT!!)
Posted by belgiozen (nospam) NO[at]SPAM nospam.yahoo.com at 2/20/2004 12:48:05 AM
Hi, I use FTP Merge Replication over internet.Two weeks ago,I created the publication on the development server .Everything was working fine. But when I ran the snapshot jobs for the second time, the jobs failed.I ran them again in order to understand the exact error with OutputVerbosal 2,...more >>

Move database file with replication set
Posted by Poch Reyes at 2/19/2004 9:06:01 PM
Hi Guy, Is there a way to move a database file (say c:\mydb.mdf to d:\mydb.mdf) to a different drive without making it offline with replication set on the database? Thanks, Poch ...more >>

Schema Change Parameter
Posted by Tina Smith at 2/19/2004 3:40:16 PM
I need to increase the size of a column from varchar(100) to varchar(140) in a table that is part of merge replication. I tried using the following, it just adds the dummy column and doesn't alter my invoice_description column with the new size. sp_repladdcolumn @source_object = 'invoice', @...more >>

PROBLEM: Queued Updating Quandry
Posted by Victor Rodriguez at 2/19/2004 3:36:08 PM
Greetings... I'm having some problems with replication that I cannot explain and I thought I'd ping the newsgroups community. I have one publisher and one subscriber, and the publisher is acting as distributor as well. My problems arise when I run my application against the subscriber. My ap...more >>

Transactional Replication Setup
Posted by Benhur at 2/19/2004 3:31:07 PM
Hi all 1. When i try to set up Transactional Replication, our Machinename+Dbinstance name is more than 30 Characters. Then we are getting error Error 14234 : the specified '@server' is invalid. (Valid values are retrieved by sp_helpserver) 2.Then We registered with IP+DBinstance name, when we tr...more >>

Replication of Data, nor schema
Posted by John Yard at 2/19/2004 3:02:23 PM
In the Push Subscription Wizard, the only options are to initialize the schema and data together, or, to start replication , the subscriber already having the schema and data. Is it possible to replicate the data only, the data on the subscriber side having been truncated or deleted ? John ...more >>

Replication of Stored Procedures
Posted by PaulW at 2/19/2004 2:45:51 PM
We have successfully setup merge (table) replication between servers. We are trying to set up replication for stored procedures. This way when a stored procedure to modified, it will automatically be replicated to the subscribers. A publication was created where all the articles are stored...more >>

REPLICATION WITH ACCESS ERROR: [Source: MS.Jet.4.0 (Agent); Error number: -1508]
Posted by smasan at 2/19/2004 7:03:30 AM
I am getting this error while trying to setup a replication between SQL 2000 & Access database using Linked Server. The publisher already having another Access subscriber working fine with no issues. Before adding the new subscription to the same publication I have added a field exported_to...more >>

Alias - IP problem!
Posted by aegeanace NO[at]SPAM yahoo.com at 2/19/2004 5:09:20 AM
Hi there, I want to connect two computers over phone subscriber by point-to-point dial-up connection between modems for replication. If I use IP addresses to add one of the computers to the another as a new server in SQL EM surely an error (about distributor_admin...) occurs. To prevent the...more >>

Article on replication for management
Posted by niitmalad NO[at]SPAM yahoo.co.in at 2/19/2004 1:35:30 AM
Dear Friends My management people want to know about the replication of the servers and i have to make the document for the same please suggest any article which i can refere to explain the same in best manner. your earlier reply will be helpful. best regards sharad...more >>

Row filter based on value in another table?
Posted by les at 2/18/2004 7:00:03 PM
I have a transactional replication set up. There are 2 tables and I want to replicate only rows where there is a corresponding ID field in the other table (its job adverts and job descriptions - so I only want to have the job descriptions for the adverts that are current) Ideally I would use a...more >>

Replication without primary keys?
Posted by Randy Walter at 2/18/2004 6:50:28 PM
i am attpemting to set up replication on a Database that at least 1/2 of the tables do not have primary keys. i only need 6 tables, really, is there a way to replicate these to another server without adding primary keys to the Tables? Thanks. Randy ...more >>

drop foreign keys for replication to work
Posted by Fulya Erol at 2/18/2004 4:11:27 PM
I'm trying to do replication between two SQL 2000 machines . I want to drop the foreign keys in the destination server so that the replication would work. Is there an easy way to drop all the relationships of a database other than going to each table and deleting it? Thanks.. ...more >>

Log Shipping Compression
Posted by Chris Stransky at 2/18/2004 2:21:06 PM
Can the log shipping plan generated by the database maintenance wizard be customized ot include compression?...more >>

replication
Posted by Dishan at 2/18/2004 11:34:15 AM
Hi, How to identify my sql server is setup(enable) to replication or not in SQL or any sys proc Regards Dishan ...more >>

Snapshot agent: The process could not connect to Distributor 'SERVER1'
Posted by mike NO[at]SPAM fivestardvd.com at 2/18/2004 11:19:24 AM
I have used Enterprise Manager to configure replication on SERVER1. SERVER1 is the Distributor and the Publisher. SERVER1 is a SQL Server 2000 that runs in mixed mode (SQL and Windows Authentication). The SQL Server and SQL Server Agent startup accounts are the same which is also a local user...more >>

Error/No Error
Posted by larry at 2/18/2004 8:48:19 AM
I am running SQL 2000 on Win 2000. When I expand my main server there is an error (red circle with white X) on my replication monitor. When I expand it further, there is an error on the publishers folder and the agents folder. When the publishers folder is expanded, there is an error on...more >>

error 14053 replication
Posted by nelsonvig at 2/18/2004 6:20:24 AM
After I install SP3 I'm getting this error on replication could not load DL any ideas?? thank Nelson --- Posted using Wimdows.net NntpNews Component - Posted from SQL Servers Largest Community Website: http://www.sqlJunkies.com/newsgroups/...more >>

Transaction Log increasing
Posted by John at 2/17/2004 1:56:10 PM
Hi all We have a set up Transactional Replication with queued updating option for subscriber. Our Transaction Log job is scheduled every hour. then time we have seen our TLOg is increasing, and it is more than data and index file. Then we search in MS and find increasing the frequency of log backu...more >>

Snapshot replication table belongs to differnet owner
Posted by Jenny at 2/17/2004 12:03:54 PM
Hi, Can someone tell me if the database table's owner not belongs to dbo; is it possible to create snapshot replication? Actually this database worked with JDEdwards software. Thanks a lot, Jenny ...more >>

sp_addscriptexec ERROR
Posted by belgiozen NO[at]SPAM yahoo.com at 2/17/2004 11:30:55 AM
Hi, I created a script that alters a stored procedure. I use in FTP MERGE Replication.I executed the script; sp_addscriptexec @publication = 'Publication_Deneme1' , @scriptfile = '\\pfbusiness\FTPSHARE\UPDATE_GETPLAN.sql' , @skiperror = 1 When the subscribers synchronize, I...more >>

Replication between 7.0 and 2000
Posted by Dan at 2/17/2004 9:53:51 AM
I have a sql 7 server with a 20gb database that i want to replicate to a new sql 2000 server. How can i go about doing this? ...more >>

Replication problem - 21007
Posted by Kevin Wan at 2/16/2004 7:08:44 PM
Hello, I'm new guy in SQL2000 Replication. When I try to set up replication by click menu->tools- >replication->Configure Publishing, Subscribers and Distribution After click the Finish Button, it show an error message "Error 21007:Cannot add the remote Distributor. Make sure that the lo...more >>

Triggers on replicated tables
Posted by Miles Reid at 2/16/2004 2:35:42 PM
I have set up a simple merge replication between two SQL 2000 Servers. It works OK except for a table which has an INSTEAD OF trigger on it. When I add a record to this table at either the subscriber or publisher, the record does not get replicated. No conflict is generated. Should triggers be w...more >>

Error number: 208
Posted by Johan Dahlgren at 2/16/2004 1:41:00 PM
Hi all. When I try to initialize a database i get the Error number: 208 on a specific view. Any idéas how to fix this. Running SQL Server 2000 SP3 on Windows 2000 Server. Regards, Johan Dahlgren ...more >>

Transactional Replication doubt
Posted by James at 2/16/2004 9:54:24 AM
from "SQL Server 2000 Higher Avaliablity" Planning document <excerpt> Finally Transactional Replication requires prepration of schema for replication, Identity Columns and triggers must set to NOT FOR REPLICATION ; literals must be defined with apostrophes rather than Quotation marks; prim...more >>

Merge Replication Tricky Situation...
Posted by Bob Shafer at 2/16/2004 8:41:16 AM
My situation is this: I have a server (server A) with 200 separate databases named 1 through 200. Each database has a publication and a remote subscriber that connects over a 56k phone line every hour to syncronize. I want to set up a push subscription on each database on server A to a single publi...more >>

Merge, Problem for Replication a View
Posted by ernesto at 2/16/2004 7:38:39 AM
sql 2000 replication i try replicate with merge metod, but a total of 610 objets, one, only one view no is replicated thanks pd: exist this type of help in spanish version ? ...more >>

Repost: Queue reader problem
Posted by NIVIS at 2/16/2004 7:26:07 AM
Hi We are using transactional replication with queued updating between SQL2000 Servers SP3 The queue reader fails sometimes(often) the error message "Queue Reader aborting. The step failed. The error details shows errors like 1)Server: ... , Database ... : ODBC Error:Invalid SQL data type 2)S...more >>

Transactional replication conflicts
Posted by Chris at 2/16/2004 2:20:11 AM
I'm planning to use Trans Replication (Queued updates + updatable subs) and have a few questions... Q1) Are all conflicts resolved at time of detection or can they be deferred until later? Q2) How & when does the Replication Conflict Viewer get conflicts to resolve? Is there a table of ...more >>

SQL 2000 Replication Problem (18483) and IP addresses, computer names
Posted by zaferbektas2000 NO[at]SPAM yahoo.com at 2/16/2004 1:43:04 AM
Hi, While trying to configure my distributor I received the following error. Error 18483: Could not connect to server because "distributor_admin" is not defined as a remote login at the server. If I do a select @@servername from my instance the @@servername matches the name of the s...more >>

Merge replication and row filters
Posted by david.brunning NO[at]SPAM dsl.pipex.com at 2/16/2004 1:11:40 AM
I have a publication with two particular tables in that I want to filter but am unsure about what sort of filters to apply to get the desired result. The two tables are joined: tblAssetAnalysisLink joins to tblAnalysisClass on intAnalysisClassID. There are several Analysis Classes. i.e. t...more >>

SQL-DMO Configuration of anonymous pull subscription
Posted by aido at 2/15/2004 4:16:14 PM
Hi all, I am trying to configure an MSDE remote database to register a pull subscription with a central SQL2000 server programatically via SQL-DMO. I keep getting the following error 'Cannot have an anonymous subscription on a publication that does not have an independant agent'. I have succes...more >>

The schema script '...sch' could not be propogated to the subscriber
Posted by anonymous at 2/15/2004 3:04:35 PM
I tried setting up a Merge Replication between a MSDE 2000 and a SQL Server 2000. When I set up the Replication, with a Pull subscription from the MSDE, I get the error "The schema script 'C:\Program Files\Microsoft SQL Server\... .sch' could not be propogated to the subscriber". I think i'm ...more >>


DevelopmentNow Blog