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 2004

Filter by week: 1 2 3 4 5

Subscriber Reinitialization and Retention Period
Posted by Maer at 7/31/2004 2:34:53 PM
Hi Guys - I am trying to understand how merge replication works. One question that I have is this: after the intial snapshot is applied to the subscriber, does the Snapshot Agent at the publisher generate a new snapshot every time the Merge Agent runs (although it may not apply it to the sub...more >>


edition requirements for log shipping
Posted by ChrisR at 7/31/2004 8:24:07 AM
I know that Enterprise Ed is required for Log Shipping. But is that on both boxes or just the primary? Also, any links to people that have wrote they're own LS would be appreciated. ...more >>

Replication over different computers
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 7/30/2004 8:53:09 PM
Dear All, I can successfully create merge replication on the same computer with two database instances. However, it didn't success if I replicate over two computers. I use push subscription and the subscriber seems nothing to set (set the replication on the publisher). Therefore, h...more >>

Can you do Full backups off secondary log shiped server?
Posted by bmurtha at 7/30/2004 8:47:44 PM
I finally got log shipping going, however now that we have a warm backup I want to do the Full Backups off of this rather then off production. Is it possible to do this or would it have to be in a fully restored state to do this. Also would the applys of the shipped logs have to be turned o...more >>

Merge Replication Problem (814916)
Posted by JCK NT at 7/30/2004 5:13:56 PM
I got a big problem with the Merge replication. detail as below: Failed to enumerate changes in the filtered articles. Category: NULL Source: Merge Replication Provider Number: -2147200925 Message: Failed to enumerate changes in the filtered articles. Category: COMMAND Source: Failed Comm...more >>

replication vs. 3rd party products
Posted by ChrisR at 7/30/2004 4:00:39 PM
Im trying to avoid using Replication for Disaster Recovery for the typical reasons. Log Shipping requires Enterprise Edition. Veritas has a product called Storage Replicator for under 2K per box. It mirrors from one box to the other. It sound too good to be true. Why wouldnt someone use th...more >>

add column to updateable subscription
Posted by ChrisR at 7/30/2004 2:07:18 PM
sql2k sp3 Ive got a Publication with a Subscription that is Immediate Updating with Queued for Failover. I tried to run sp_repladdcolumn and got: Server: Msg 21381, Level 16, State 1, Procedure sp_repldropcolumn, Line 277 Cannot add (drop) column to table 'transdtl' because the table ...more >>

trans repl failing with error 257 from dist agent
Posted by spork_boy at 7/30/2004 2:03:01 PM
Hi I am trying to set up a transactional replication scheme with immeadiate and queued updating.. Everything is working fine except for one table when i include it as an article I get the following error from the Distribution Agent: Implicit conversion from data type text to nvarchar is not allow...more >>



adding fields
Posted by larry at 7/30/2004 10:32:04 AM
Win 2K & SQL 2K I have several SQL servers replicating to one server and I need to add a field to a replicated table can I..... Add the field to the subscriber, then via the Properties- >Filter Columns->Add Column to Table add the same field to the publisher?? Will this cause a problem...more >>

Help needed in Table partition
Posted by Sunish at 7/30/2004 3:13:14 AM
Hi, I'm doing horizontal partition with partition key as an integer datatype.It's a part of primary key also.When i search for a particular value, it's fetching correct results ,but if we examine execution plan all the partitions are searched for a particular search. Please help me to fetc...more >>

Repliaction v Log Shipping
Posted by Pmcg at 7/30/2004 2:15:01 AM
I need to set up a seperate database to use for querys (MIS etc), where i want the second database to be in synch with the master database at all times, from books online i figured i could use either of log shipping or replication but cannot see which one is better suited for this task, if anyone ha...more >>

Moving DTS to new server
Posted by Andreas at 7/29/2004 9:47:01 PM
Hi all, we are moving our database to a new server and I'm wondering how I can move my DTS packages, too. Can anyone point me in the right direction? Thanks Andreas...more >>

Replication Agent dropped - recovery possible?
Posted by Graeme Anderson at 7/29/2004 8:39:53 PM
Hi, I have a SQL 2000 server replicating to SQLCE devices and all was working well. The subscription was deleted in error today and now our users cannot upload their data. We use simple merge replication. I wonder if it's possible to enable the CE users to upload data again or is it a los...more >>

log shipping
Posted by bmurtha at 7/29/2004 5:40:17 PM
I have one maintenace plan that backs up the transaction logs to a network drive: \\ds1\e$\backup\db1\transact My log shipping is not working the LSN are not lining up. I'm guessing because it's pointed at a local drive: E:\SQL\Logs My question is this the cause of my problem do both ma...more >>

Log Reader with An access violation occurred
Posted by John at 7/29/2004 4:17:43 PM
Setting up a transactional replication on a windows small business 2003 server. I have set this up in the past with Windows 2000 server fine (same database) but this is the first with 2003. Did everything as normal eg set up Distribution as normal with all defaults set up a database as a transa...more >>

Topology Question
Posted by Maer at 7/29/2004 2:19:47 PM
Hi there, Suppose I have a server at the office which is a publisher and a few laptops with subcribers (Merge replication). If the users of the laptops need to go on the road to do some work and would like to be able to synchronize their changes with each other before coming back to th...more >>

Ports for Repication
Posted by Jeanette at 7/29/2004 2:03:25 PM
Hi, I want to set up a transactional replication between 2 sqlserver2000 databases. Can anybody say me the ports I need for the replication. Tanks Jeanette ...more >>

foreign key constraints cause replication not to work
Posted by Paul at 7/29/2004 1:51:33 PM
> foreign key constraints cause replication not to work I've just setup transactional replication. When i push out a subscription i get errors because it says "The constraint 'PK__Invoices__123EB7A3' is being referenced by table 'ExternalTrans', foreign key constraint 'FK__ExternalT__Invoi__5...more >>

Breaking in SQL connection over Wireless networks
Posted by Sathish at 7/29/2004 1:14:00 PM
Hi All, I'm developing a (Client-Server)database application in VB inorder to work in wireless environment (CDMA or WLAN). The problem i'm facing is, though the wireless network are not stable as compared to wired networks between Client & server; I'm getting an SQL timeout error. Does...more >>

Could replication be the answer?
Posted by Ozzie at 7/29/2004 12:23:09 PM
We have a US online business that is growing internationally. We have a data model that allows us to easily split countries to their own instance or own physical server. A high volume of reads are expected from our web servers so we feel that by spliting reads and writes to separate servers, ...more >>

Question about replication issue
Posted by Daniel Alvarez at 7/29/2004 10:30:15 AM
Question about replication issue Actually I'm using replication with Interbase/Firebird, I have a problem and I wanted to know if someone knows how to solve this, and if people from SQL Server and Oracle replication knows if this happens too with that engines (I hope not) I start de...more >>

Filtering or Transforming????? HELP!!!!
Posted by Martin at 7/29/2004 6:49:43 AM
I want to to set up a database which publishes to several subscribers. Each subscriber only wants the rows from various tables relevant to itself. The subscribers treat the information as read only and there are no updates replicated back. Despite this not being a rocket science implementa...more >>

Merge Replication programming with SQL Snapshot and SQL Distribution Control
Posted by Sri at 7/29/2004 6:39:24 AM
Hello all, I am try to implement Merge replication just like this article shows for transaction type replicaion http://support.microsoft.com/default.aspx?scid=kb;EN- US;319649 using SQL Snapshot and SQL Distribution Control with Visual C# .NET First ..I dont see Use a Distribution Age...more >>

Slow Delivery Rate - Distribution Agent
Posted by matt at 7/28/2004 10:57:02 PM
Have been assigned to fix this problem for a client. Basically the logreader is reading transactions at approx 500 cmd/sec and the distribution agent is on distibuting 8 -15 cmd/sec leaving thousands of transactions to process overnight... even delayad til the weekend. How do i speed up distribu...more >>

How to get log shipping to work with log backups?
Posted by bmurtha at 7/28/2004 9:27:25 PM
How exactly are you supposed to get log shipping to work with log backups? I have the production server which backups up logs every two hours on the hour. I have another server which I am log shipping to. I set it up to log ship every 55 minutes. The second time around it failed. I don't g...more >>

Setup Transactional Repl with SPs MSSQL2k
Posted by tohas NO[at]SPAM freenet.de at 7/28/2004 4:53:20 PM
Hi NG, I want setup a Transactional Replication with StoredProcedures in MSSQL2k. I have created the Replication in EPM. After this, I created the replication script in EPM. But there are any SPs in the script, where I ask me, if there are realy necessary. Inside the script: ...more >>

Replication Subsription using SQL DMO
Posted by Imran Iqbal at 7/28/2004 2:15:04 PM
does any body have the complete working sample of VB6 for pull replication synchronisation on subscribor side. Server allows anonymous subscription. Regards, -Imran ...more >>

cannot browse snapshot folder
Posted by Raymond Delevaux at 7/28/2004 2:12:59 PM
Hello, I've created a publication "rdTest" on SRV1. I setup a share "x", and = give full control to everyone (share and NTFS). That is set as the = snapshot folder. On SRV2 (different network), I setup a subscription to = rdTest on SRV1. This all seems to work ok. Then, on SRV1, I creat...more >>

Indicating the end of replication
Posted by jane201315 NO[at]SPAM yahoo.com at 7/28/2004 1:05:21 PM
Hi, Is there a way one can tell when the Merge Replication between the publisher and subscriber is done completely? Because, when replicating large tables, it does take considerable amount of time, and I want to somehow ensure that the replication is completed before disconnecting the subscribe...more >>

Backup Guidelines for Recovery
Posted by tohas NO[at]SPAM freenet.de at 7/28/2004 12:34:12 PM
Hi all, are therer any other Backup Guidelines for Recovery of Transactreplication than the guidelines in BOL available? thanks Thomas...more >>

RI, Replication Conflicts and architecture
Posted by Murray Foxcroft at 7/28/2004 12:28:39 PM
Hi there, We're looking at setting up a database infrastructure to handle the following. 2 Physical sites on an 85% uptime VPN Link There are multiple (10+) IT systems for various businesses on both sides of this link. We need to store 1 shared client table and then each systemwill sto...more >>

Basic replication problem
Posted by Paul at 7/28/2004 11:28:43 AM
I must have a fundamental lack of understanding here as i can't believe setting replication up can be so hard! I'm setting up transactional replication, SQL 2000. I want to replicate a whole database but for the moment i'm trying to get it working with one table (or any combination of tables!...more >>

A Guide to SQL Server Transactional and Snapshot Replication from Hilary Cotter
Posted by tohas NO[at]SPAM freenet.de at 7/28/2004 11:24:49 AM
Hi all Can tell me anyone, if the book A Guide to SQL Server Transactional and Snapshot Replication from Hilary Cotter, Publish Date June 15/2004 are available? How and where can I order this book. http://www.nwsu.com/0974973602.html Thanks Thomas...more >>

cant drop rowguid or msrepl_tran_version
Posted by ChrisR at 7/28/2004 11:18:47 AM
sql2k sp3 Ive got these columns on a previously replicated table and I cant get rid of them. I went so far as to disable Publisheing from the box and still no luck. I also removed the default values and the indexes from them. I also tried sp_repldropcolumn. Any ideas? TIA, ChrisR ...more >>

Subscription expiration
Posted by Javi at 7/28/2004 3:31:26 AM
I have an irritating problem with an extraction subscription that expires unexpectedly before it should. On the publication I have set the expire time at 336 hours but the subscription expires much before. It's an SQLServer bug or I'm doing something wrong? The real problem is have to r...more >>

MSDE merge Replication
Posted by Patrick at 7/28/2004 12:15:12 AM
Dear All, I want to syhchronize two MSDE servers on two machines. How can I create the merge replication so that whenever I update a server, the other server can get the data. Therefore, is there any step-by-step guide to create a publisher and distributor in MSDE. Also, how to create ...more >>

Distribution Agent error
Posted by John at 7/27/2004 6:25:12 PM
distribution agent giving error like unable to update sp... can any one suggest which data will delete from which talbles and replication should work normally. ...more >>

Merge with filtered rows
Posted by Tony Taylor at 7/27/2004 5:25:14 PM
Hi I have a central DB with several branch DBs. The plan is for each branch to pull a merge subscription from the central DB each night. My problem involves replicating 3 tables: Customer (has FK to Branch and FK to Address) Branch (has FK to Address) Address The Address table holds ...more >>

Merge replication is deleting records
Posted by Jennyfer J Barco at 7/27/2004 2:53:39 PM
I have a merge replication of some tables between two servers. Something curious happens. When I insert a register in a table in one database, then I wait and the other table in the database doesn't update the new register and I refresh the view in my original database and the record I inserted i...more >>

Indexes: changing/adding with Publication enabled
Posted by Robert A. DiFrancesco at 7/27/2004 11:03:06 AM
Are there any stored procedures available to alter indexes while Publication is enabled? What is sp_addscriptexec used for? thank you, bob ...more >>

Re: Foreign Key problem on Subscriber (merge replication)
Posted by joe.groups NO[at]SPAM bigrawr.com at 7/27/2004 10:37:44 AM
Thanks for the reply Paul. Originally, I think most of our FK's were created without "NOT FOR REPLICATION" being set. Then later I went back and through Enterprise Manager, unchecked the "Enforce relationship for replication" option on the FK's. However, I've also tried deleting the FK's we'...more >>

log shipping vs. Replication
Posted by bmurtha at 7/27/2004 10:32:52 AM
I hate replication, it's given me nothing but endless amounts of problems, headaches and people who are completely pissed at me that they are not getting there reports. I want to move to log shipping, my question is to those of you who have used both. Is this really reliable, is it going t...more >>

Synchronized Applications
Posted by Mike Monagle at 7/27/2004 9:59:54 AM
My group has been given the task of developing applications that remain in constant synchronization with other instances of themselves running at remote locations (very remote locations on a WAN, e.g., some in Florida, some in Washington state). For example, Process A and Process B know what Pr...more >>

Hilary's book
Posted by larry at 7/27/2004 9:36:53 AM
Anyone know where Hilary's book can be purchased?? I checked Amazon, but no luck....more >>

Repl Mgr reporting error
Posted by larry at 7/27/2004 8:52:08 AM
Win 2k & SQL 2k I have trans & merge replication between several remote sites and my main office. On a couple of the Replication Managers, an error is being reported on a publication. When I expand the dist agent & the publication folder to the actual publication, there is no error. I ...more >>

connecting webpages to merge replication table
Posted by jane201315 NO[at]SPAM yahoo.com at 7/27/2004 8:27:33 AM
Hi, I am new to this and need any kind of help or references that you could think of... I have a merge replication going on, on sql server 2000. I have front end standalone web pages... How do I connect these to the sql server to display information from the merged tables? Any help is greatl...more >>

mail conflict table
Posted by jane201315 NO[at]SPAM yahoo.com at 7/27/2004 8:06:32 AM
Hi, Does anyone know if it is possible to mail the conflict tables to an e-mail account say at the end of each day. Any ideas or suggestions are greatly appreciated! Thanks, Jane....more >>

IO 100% for 11 hours
Posted by bmurtha at 7/27/2004 12:48:01 AM
Hello, I have a dedicated distributor, a dual, and I have two production quads and two reporting quads. I set up pull replication in the same way between. Yet one is working find while I applied the snapshot to the other and it's taking 12 hours and the distribution agent is just pat...more >>

Scripting Enable Subscribers
Posted by ranjeet at 7/26/2004 4:28:35 PM
Hi All , I have a database publication used by a number of pull subscribers, and want to automate the addition of new pull (merge replication and snapshot replication) subscribers. This is all working except the bit where I go to the SQL server and add the subscribers to the enable su...more >>

Foreign Key problem on Subscriber (merge replication)
Posted by joe.groups NO[at]SPAM bigrawr.com at 7/26/2004 4:04:51 PM
Ok, on the Publisher, all of our foreign keys are marked as "NOT FOR REPLICATION". However, whenever we push a snapshot to the subscriber (usually we only push the initial snapshot and they run off of merge from there unless we have to change the schema) some of the foreign keys on the subscrib...more >>


DevelopmentNow Blog