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 > march 2005 > threads for march 8 - 14, 2005

Filter by week: 1 2 3 4 5

Easy way to sync
Posted by Sniper at 3/14/2005 11:43:03 PM
Hi Guys, can anyone tell me a good open source project or tool that I can use to sync data over the dial-up conection different two SQL Servers? I tried the replication it's giving wired messages. Please help Thanks, -Aruna ...more >>


best choice
Posted by Ed at 3/14/2005 10:37:03 PM
hi, is using delete existing table and re-create one the best choice? I am thinking delete and re-create would take longer and drop the permission on the object as well. is there any other options can insert the newest data using transactional replication without dropping the table firs...more >>

Merge Replication Problem.
Posted by Microsoft at 3/14/2005 5:34:41 PM
Hi, My friend, I got a replication problem. the message is: Cannot insert duplicate key row in object 'MSmerge_tombstone' with unique index 'uc1MSmerge_tombstone' The statement has been terminated. Would anybody help me to solve this problem. Regards Jackson ...more >>

Stopping subscriptions from being marked inactive
Posted by Josh V at 3/14/2005 3:37:05 PM
Hi, I have a transactional publication setup that has no automatic schedule of it's distribution agent. The agent is started from an application as a "Publish" feature that is used when the user wants to commit the data to our production systems. It seems as though the combination of the...more >>

Relication merge library
Posted by Yong at 3/14/2005 2:30:50 PM
Hi Friends, We used SQLMERGXLib.SQLMerge in our VB.NET windows client application for calling sql server 2000 replication. Now we need to move to sql 2005 for using the http file transfer feature. The SQLMERGXLib.dll comes with sql server 2000. I try to find out what is the equivalent l...more >>

SQLDMO and asp.net
Posted by MSSQLServerDeveloper at 3/14/2005 2:23:03 PM
I have this little piece of code that works in VB.NET but NOT in ASP.Net and was wondering if anybody can help. In the part of the code that goes thru each group in the server group to get all registered servers the code JUMPS over it as if it doesn't see any. Also, if this helps, when I try...more >>

Replication / Restores and initialize schema question
Posted by frankm at 3/14/2005 1:51:25 PM
I have a database with 3 added filegroups/files. The restore with move, moves the logical filename to a specifiic physical file. Once restored the db objects should be restored to their proper filegroups. Once I run the snapshot, can all of the schema and data be pushed to the PRIMARY/DEFAULT ...more >>

Replication Question about job names and categories
Posted by war_wheelan NO[at]SPAM yahoo.com at 3/14/2005 1:17:40 PM
I have a TSQL script to add daily tables to replication and then run the snapshot agent to distribute them to two subscribers. The script executes without errors, but when I check the running jobs for each server I see the following: JUST AN EXAMPLE Job1 'Category' REPL-Snapshot Job2 'Categ...more >>



Please explain!!!
Posted by Ed at 3/14/2005 12:55:05 PM
Hi, I would like to make the concept clear that if i have two individual servers let's say one in CA and one in TX. i want them to be able to syn. data (look at each other inventory data), I should use Merge Replication. If I want to sent CA and TX data to headquater in NY, I should use ...more >>

dropping articles in a running merge replication
Posted by andrew bourne at 3/14/2005 10:11:06 AM
hi all, i need to drop some tables from a merge replication, i have a publisher that is also the distrubuitor, and 2 subscribers, i have 2 tables that i no longer need to replicate, my articles are set to on name conflits leave the current table unchanged. Whats the best method of dropping the...more >>

Log Shipping Error
Posted by M.Smith at 3/14/2005 9:18:24 AM
After studying Log Shipping last week and reading up on it, it appears to be the best solution for us. I am using to test servers to get it up and running before releasing it to production. I upgraded both servers from Standard to Enterprise edition. This allows me the capabilities of using...more >>

Actual Situation
Posted by Ed at 3/14/2005 8:11:03 AM
Hi, I am at the head office of the company and we have 9 locations nationwide. We don't generate any transaction in the database in the head office. We only collect data from other location. I am asked to transfer the Inventory system about the partnumber and quantity on hand to the hea...more >>

Avoiding "Violation of Primary Key" with replication
Posted by dkolva NO[at]SPAM atlab.com at 3/14/2005 7:57:49 AM
I have a centralized database (server A), and two remote databases (server B & C) all with a copy of the same database with a table with user entered, primary key like ProductID. There is a possiblity that the same ProductID gets entered into both B & C (which is ok). I create a snapshot of B...more >>

newbie replication question
Posted by Ed at 3/14/2005 6:03:12 AM
hi, Can someone tell me the snapshot replication is actually to copy an article from a publisher to subscriber? If so, is that the same as using the DTS to copy data? If tables in Subscriber have foreign key relationshiop, i am not able to "delete the existing table and recreate it", does...more >>

Initial SnapShot failure....
Posted by rob lynch at 3/14/2005 5:57:02 AM
I have a series of NT4 systems that I need to set up replication on. They have sp 6a installed on them I have done a clean install of SQL 2k Server then added sp3a Setting up the publication provides no problems, but when I try to run the snapshot agent, I have been recieving problmes (differ...more >>

order of merge replication, batches and generations
Posted by Marco Broenink at 3/14/2005 5:37:13 AM
I have some questions about how the merge-agents deal with batches and its effect on the order of merge replication. As described in http://support.microsoft.com/default.aspx?scid=KB;EN-US;307356 the processing order of the merge agent can result in foreign key conflicts when Parent and c...more >>

Batches, generations and replication-order
Posted by Marco Broenink at 3/14/2005 5:23:08 AM
I have some questions about how the merge-agents deal with batches and its effect on the order of merge replication. As described in http://support.microsoft.com/default.aspx?scid=KB;EN-US;307356 the processing order of the merge agent can result in foreign key conflicts when Parent and c...more >>

Simple Snapshot replication
Posted by Jack at 3/14/2005 4:45:41 AM
I have a simple snapshot replication set up. I was getting the following error (with 650,000 rows): The process could not bulk copy out of table '[dbo]. [syncobj_0x000000000000000]'. I/O error while writing BCP data-file (Source: ODBC SQL Server Driver (ODBC); Error number: 0) I have red...more >>

Error 3724 : cannot drop table ...becuase it is published for ....
Posted by Ayman at 3/14/2005 12:35:03 AM
Dear helper, I have a database that running on SQL Server 7 and it has been published for replication for a period of time. After that period i remove the publication and still the database running correctly without any problem.Then a change in requirments happend, as a result i need to dro...more >>

Need help with stored procedure.
Posted by Vanessa Lee at 3/13/2005 7:30:20 PM
Hi, I am using SQL Server 2000 on Windows 2000 server. Here is my problem: @String = 'word1word2word3word4word5' - This value is passed to Stored Procedure from the script. Column1 in a table1 has many rows with "words" . One row in this column1 will have 'word3'. Notice that this 'word3' i...more >>

Error when running Snapshot Agent
Posted by David Sullivan at 3/13/2005 5:53:01 PM
Hi, I'm attempting to setup transactional replication between ServerA and ServerB (both SQL 2000 Enterprise Edition). ServerA is the publisher (build 818). ServerB is distributor and pull subscriber (sp3 build). I've previously setup replication between the two - which worked perfectly. Thi...more >>

Hilarys webcast
Posted by Hassan at 3/12/2005 6:56:57 PM
Hilary, The webcast of yours http://support.microsoft.com/default.aspx?kbid=893437 doesnt seem to work. Have you checked with MS about it ? Also the transcript redirects to a page not found.. ...more >>

2 tables into 1
Posted by Ben at 3/11/2005 2:29:07 PM
Is it possible to replicate from 2 tables @ the publisher into 1 table @ the subscriber using a join ? ...more >>

Database object definitions repeatable
Posted by ManuTop at 3/11/2005 2:05:05 PM
I would to ensure that database object definitions (Tables, Indices, Constraints, Triggers, Users, Logins, Connection Options, Server Options) are consistent and repeatable between multiple database instances(ie: a test and production copy of a database). What is the best I can do?...more >>

script to create replication
Posted by news at 3/11/2005 12:07:11 PM
Is it possible to create distribution, replication... from script? I would like to do this on a new sql server. Is there a macro to record the step I do and I can bring that to production server and run it? Thanks. ...more >>

Checking publications are subscribed to all subscribers
Posted by Tolga Yaramis via SQLMonster.com at 3/11/2005 9:55:14 AM
Hi All How can I checked the publication are subscribed to all subscribers? is there any stored procedure or method to do this? Thanks alot Tolga -- Message posted via http://www.sqlmonster.com...more >>

Setup snapshot replication
Posted by Jack at 3/11/2005 12:59:49 AM
Hi, Thanks to Hilary for replying to my last post. I am setting up a very simple Snapshot replication on two servers using a push subscription. I can create the initial snapshot and distibute this successfully. The replication monitor in enterprise manager, however, shows errors again...more >>

CHANGING THE REPLICATION SERVER IP
Posted by SouRa at 3/10/2005 10:39:02 PM
Hi, I am in need to change the publisher server IP . Now merge replication - push subscription is being used. Distributor is same as the publisher. (1) Does it impact the publication? (2) In case in future i want to change the subscriber IP ,do I need to create a new subscritpion ? (3)...more >>

Merge replication
Posted by Srini at 3/10/2005 9:29:01 PM
Hi, When I use merge replication which side will the polling take place 1) At the subscriber end 2) At the publisher end Is this configurable ? What is recommendded ?...more >>

replication from non-domain subscriber
Posted by astro at 3/10/2005 4:05:32 PM
Can merge replication be setup with a subscriber who is not part of the distributor domain? I'm trying to test some replication using anon merge replication with TCP. My PC is not part of my server's domain. My output file reveals that my SQL-Agent on my subscriber is submitting my current...more >>

Alternate Synchronization Partner -- Error
Posted by Bill at 3/10/2005 2:59:03 PM
Greetings: I am working on a setting up an alternate synchronization partner, and getting an error. Bear with me as the explanation of what I have done so far is long. We have about 75 customers with about 100 pull subscriptions using about 20 publications in merge replication with Sql ...more >>

Advice on DTS Package in Replication
Posted by Mark at 3/10/2005 2:25:03 PM
Is it advicable to use DTS package as a tranformation media in transactional replication or should transformation be done at Stored Procedure level on Subscriber? Under what circumstances it will be a good idea to use DTS package. Thank you very much....more >>

DTS Package Error in the Transactional Replication
Posted by Mark at 3/10/2005 1:45:05 PM
We have a DTS package doing some transformation in Trasactional Replication. Now, I want to add a new table as a part of the replication without shutting down replication. I can add it through sp_addaarticle and sp_addsubscription. However the DTS can't be modified as one of the component in D...more >>

removing ROWGUIDCOL property
Posted by J Jetson at 3/10/2005 12:47:07 PM
What are the "side effects" of giving existing uniquieidentifier columns the "ROWGUIDCOL" property? eg. ALTER TABLE tableOwner.tableName ALTER COLUMN columnName ADD ROWGUIDCOL Is there an easy way to remove ROWGUIDCOL from a column? Thanks....more >>

2 different distribution servers on 2 publications question
Posted by frankm at 3/10/2005 10:45:50 AM
Can I have 2 (distributors) distribution servers for 2 different publications on one publised db? (I doubt it is possible, my information says only one distributor per published DB, due to logreader, but I have to ask in case I have a misunderstanding of how replication works) Scenario would be...more >>

Error 18483 'distributor_admin'
Posted by Ray Lewis at 3/10/2005 10:23:38 AM
I'm trying to publish a database and when I get to the end of the wizard, I am greeted by this message: SQL Server Enterprise Manager could not configure 'SERVERNAME' as the Distributor for 'SERVERNAME'. Error 18483: Could not connect to server 'SERVERNAME' because 'distributor_admin' is no...more >>

Log Shipping
Posted by M.Smith at 3/10/2005 8:00:16 AM
We are wanting to implement a solution so that if our main web server database server fails, then a backup server kicks in automatically. We already have all of the hardware in place and the only task left is to figure out the best method of having "as close to real time" database backups as...more >>

Free memory required on publisher
Posted by Jack at 3/10/2005 3:54:59 AM
I am using snapshot replication which is failing due to lack of memory on the publisher (currently 1.7Gb). How much memory is usually required?...more >>

Replication Filters
Posted by mossorous NO[at]SPAM yahoo.de at 3/10/2005 3:23:52 AM
Dynamic Snapshot and filtering data with the function "Host_Name()". Question: Can we only define one "-hostname xxx" on the subscription? Because our subscribers need more then one "-hostname xxx". Example: Salesperson "xxx" works with the filter "-hostname xxx" an get only "xxx" addres...more >>

Separte Out Publication on Multiple Distribution
Posted by Mark at 3/9/2005 9:25:07 PM
Is it possible to separate out multiple publications on same publisher to different distributors in Transactional Replication? For example: Publisher is Server A Databases Are: DB1, DB2 and they have couple of publications I have one remote Distributor say Server B that currently has a dis...more >>

Change Local Subscription to Global
Posted by Bill Johnson at 3/9/2005 3:57:04 PM
Does anyone know how to change a local pull subscription in merge replication to a global subscription? I tried using "sp_changemergesubscription" which is executed at the publisher according to BOL and set a priority other than zero, but I get an error that says a local subscription cannot...more >>

Linked Server, Remote Server and Replication
Posted by Jason Duncan at 3/9/2005 1:15:06 PM
When trying to create a Linked Server using MS Sql Server 2000 (8.00.818), I encounter a SQL Server error stating: Error 15028: The Server Darq111 already exits. The Darq111 server does NOT appear as a Linked Server but does appear as a Remote Server. On the 30 or so remote Sql Servers ...more >>

New to replication, advice needed
Posted by Marc Antheunis at 3/9/2005 1:07:25 PM
hi, our app works in a multi tier model to provide inet connectivity now a customer wants to be able to keep working even if the inet is down or the main server is down so the obvious solution is to use replication so: 1) what is the best place to start understanding what is involved 2) al...more >>

Replicate SQL Server to Access using JRO
Posted by Alex at 3/9/2005 11:31:03 AM
Hi All, I'm trying to use msjro.dll (JRO library) to perform an on-demand merge replication of Access 2000 mdb with SQL Server database. I'm using vb.net to go against the jro. Below is the function that supposed to do the job (according to this MS KB article: http://msdn.microsoft.com/libra...more >>

Trancation Replication Problems
Posted by Tolga Yaramis via SQLMonster.com at 3/9/2005 10:27:01 AM
Hi All I have already checked the answers in discussions to find a solution for my problem but I could not.. I am using Trancation Replication for my customer. There is one server (Publish) in a city and 5 more Subscription in different citys. We are only replicating one Table, that is call...more >>

Merge replication and triggers?
Posted by Jeroen at 3/9/2005 8:49:59 AM
Hello, I hope someone can help me answer some questions about replication, to solve my problems in a project. I'm involved in a webproject which uses a replicated SQL Server 2000 database. The source database (which is created by a 3rd party, so maintanance is not in our hands) contains tri...more >>

Is Replication the correct solution?
Posted by Dave Johannson at 3/9/2005 8:49:08 AM
Hello, Goal: Maintain a copy of two of our live databases from server A on server B that are updated hourly. The databases on server B are intended to be read from, not updated. Database 1 is about 500 MB, database 2 is about 3.8 GB. Problems: 1) Transactional replication requires a pr...more >>

System indexes on replicated tables
Posted by Tarlo at 3/9/2005 8:29:01 AM
Hi, I have a database that is replicated. There seem to be a lot of system generated indexes on the tables. These are not primary or foreign key constraint indexes. It looks like COLATE constarint is being added to the columns. e.g. This a create table script pulled form Enterprise manager....more >>

REPLICATION OF PROCEDURES,VIEWS & FUNCIONS
Posted by SouRa at 3/8/2005 11:35:04 PM
Hi, I am dealing with merge replication between local & remote server (20 databases). Now 105 tables are in replication in each databases. I am in need to replicate non table articles also. (1) Can I replicate stored procedures, views & functions ? (Only if any changes made in ab...more >>

Speeding up Snapshot and Distribution Agent
Posted by golfnut at 3/8/2005 4:55:02 PM
I have a snapshot that take 1 hour and the distribution agent takes 3 hours to apply. I need to make this go faster. I have been reading about -maxbcpthreads and -useinprocloader but not sure where to put these commands. Do I insert them in the snapshot and distribution agent at the run agent ...more >>

Restore Order
Posted by tohas NO[at]SPAM freenet.de at 3/8/2005 4:48:12 PM
Hi NG, I have a question regarding the restore order of databases in case of total desaster on the same server. I use KEEP_REPLICATION. 1. master 2. msdb --> Stop all jobs in msdb 3. distribution 4. replication database Is these sequence OK? thanks in advance Thomas ...more >>

The process could not enumerate changes at the 'Publisher'. Error
Posted by Jennyfer J Barco at 3/8/2005 4:47:12 PM
Hello, I have a merge replication with one alternative publisher and 4 subscribers. I'm getting this error only in the alternative publisher agent: The process could not enumerate changes at the 'Publisher'. Details: The process could not enumerate changes at the 'Publisher'. (Source: Merge ...more >>

Problem with the snapshot agent in sqlserver7
Posted by kika gamboa at 3/8/2005 3:03:01 PM
I have a transaccional replication in a server with sql server 7, the publisher is a server called serv1 and the subscriber is a server called serv2, well until a few days ago it did not have this problem but from one day to other the snapshot agent started marking this error: Server execution...more >>

MSDE: merge repl tables are huge
Posted by Robert A. DiFrancesco at 3/8/2005 2:14:28 PM
A customer of mine using our application software with replication reports a couple/three tables are very large. This is impacting the MSDE 2-gig limitation. ms_merge ms_contents ms_genhistory ms_replinfo ms_deleteconflicts. How may I reduce the size of these individ...more >>

latency
Posted by Kristy at 3/8/2005 2:13:59 PM
Can someone please describe what this is and how I adjust my dist cleanup agent retention times for it. I know the basics, but when I go into MSdistribution table there are alot of fields that seem similiar (ie: current_delivery_rate, current_delivery_latency, delivery_rate, delivery_latency)....more >>

being notified when replication stops
Posted by Jennyfer J Barco at 3/8/2005 11:58:04 AM
Hello sometimes for communication problems, the replication stops and we need to Start Synchronizing again. Is there a way I can be notified when this happens. Because usually I found out that replication stops when users start calling that they don't see the data from the other sites. Is there ...more >>

Tearing down replication
Posted by Bard at 3/8/2005 8:53:02 AM
I have a problem where the subscriber to push subscriptions has taken over as the primary database server because the publisher went down. Now I want this new server to be a publisher. Problem is that when I try to create a subscription, it thinks it's involved in replication as a subscriber...more >>

SQLServer 2000 - Data Synchronization across multiple databases
Posted by Madhavi at 3/8/2005 3:13:03 AM
Hi, I am encoutering a problem in our application. We have a product which operates on 6 databases in SQL Server (Or can be oracle).There are few (4) tables in each of these database which has same table design and needs to have the same data. Problem : The DML statements are carried out...more >>


DevelopmentNow Blog