Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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
October 2008
all groups > sql server replication > june 2007

Filter by week: 1 2 3 4 5

QueueSizeMultiplier - Merge Agent Profile Parameter SQL 2005
Posted by Pat Clough at 6/29/2007 10:26:01 PM
I see a parameter in the "high volume server-to-server" merge agent profile named QueueSizeMultiplier. Can anyone tell me... The purpose of this paramter The possible values and their meaning....more >>


Replication Watcher
Posted by CLM at 6/29/2007 2:40:00 PM
I posted this in the programming forum and got new no response, whereupon I realized this post probably belongs here: "I just got a new job and they claim that some of their (SS 2000 SP4) transactional replication processes get blocked by users. They've charged me with building a script t...more >>

regarding multi-publication
Posted by Iter at 6/29/2007 11:38:02 AM
Hi, I want to add new publication in the same database and same server. Now I have question regarding log reader agent, can I use different log reader agent and do I need to do that? thanks. ...more >>

SQL 2005 Log Reader error 18805
Posted by Krisnamourt via SQLMonster.com at 6/28/2007 2:16:15 PM
Firts we create 12 publication, each with many articles, all initialize and sincronism ok. After that, we just use one aplication to manipulate data at publisher. Twice error 18805 appear. The Log reader can not execute and this message become: The process could not execute 'sp_replcmds' on '...more >>

Merge Replication Initialization-Too many generation batches
Posted by John Luo at 6/28/2007 12:42:06 PM
I have a SQL 2005-2005 Express Merge replication. Articles with FKs. Added a new subscriber, when I initialize it, some tables are updated more 190 times. For example, customer table has 100 records, however the initialization inserts 100 and update 19000 rows. It makes the initialization too...more >>

is replication session a transaction?
Posted by Anachostic at 6/27/2007 12:46:20 PM
I am curious if a "session" for merge replication is a transaction. If I see 100 actions in the Agent History and the last one is "the process could not enumerate changes at the subscriber" due to General Network Error (dropped connection or whatever), did those 10000 data changes get commi...more >>

snapshot not working
Posted by Nick at 6/27/2007 10:00:01 AM
I'm trying to set up transactional replication using SSMS. I had no errors creating the publisher and distributor but had warnings when the subscription create was running saying that another sa process was running. I'm new to this and do not know how to get the snapshot to run or see why it ...more >>

automating snapshots
Posted by Riki at 6/27/2007 12:00:00 AM
I'm new to replication and maybe I'm missing something. I set up replication from one server to another (push). The replication is working fine every hour, but I have to start the snapshots manually. If I don't, no replication takes place, because there are no changes in the snapshot. I ...more >>



How to?
Posted by Yoganarasimha Prasad at 6/26/2007 4:10:10 PM
Hi, Is there a way where I can add a table to an existing publication in SQL 2000 (both publisher and subscriber) and get the transactional replication to work without generating the snapshot of the whole database ? There are few tables who have columns omitted from the existing publication...more >>

Connecting to a remote sql server for merge replication (push) in SQL Server 2005 Replication
Posted by pete970t NO[at]SPAM gmail.com at 6/26/2007 1:55:07 PM
I am trying to setup a merge (push) replication to a server/database in a remote network. I created the publication and connected to the remote network using VPN but cannot register nor see the remote sql server. In sql server 2000, I was able to register the server in my Enterprise Manager (...more >>

Merge replication error 1326
Posted by anil.mujagic NO[at]SPAM gmail.com at 6/26/2007 1:07:26 PM
Does anybody know what could cause this error: The schema script '\\SERVERP\ReplData\unc\SERVERP_ANIL_ANIL \20070626175153\ZEZALOGADATUM_1.sch' could not be propagated to the subscriber. (Source: Merge Replication Provider (Agent); Error number: -2147201001) ---------------------------------...more >>

replication not working
Posted by Nick at 6/26/2007 9:45:01 AM
I set up a transactional, pull publisher, distributor and subscriber last week on a development system and all worked fine. Then, I did the same set up on our production system and it is not working. When this was started on Thursday night the distributor would not start. I was not here Fri...more >>

Replication implementation hurdles.
Posted by Awais Nazim at 6/26/2007 7:44:01 AM
Hi, We have a product that configures on SQL 2000 and also configures the replication. We are in the process of doing R&D on SQL 2005. Following are my machine specifications OS Type : Windows 2000 Server (SP4) SQL Server : SQL 2005 When i try to create a publisher and a subscriber, on th...more >>

1 question
Posted by AppleDopod at 6/26/2007 12:00:00 AM
Hi, I am using MCALL for updates sql statement, I know MCALL only replicates the changed columns, however is it possible to force a certain column to be replicated even there are no changes to it? Thanks in advance. ...more >>

Automate reinitialization
Posted by Duy Nguyen at 6/25/2007 3:55:26 PM
Currently, we have many MSDE instances that subscribe to our main server. Morning, we have to re-init whenever there's a failed subscription. Is there a way or script to automate the reinitialization? Also, how can we indicate it to use the current snapshot or generate a new snapshot? Thanks...more >>

Nonconvergence issue after upgrading MSDE to SQL 2005 Express
Posted by Brian Fell at 6/25/2007 2:41:25 PM
I'm experiencing an intermittent issue with merge replication after upgrading one of the subscribers to SQL 2005 Express from MSDE 2000. Here are a few details about the environment before I describe the issue 1. Originally was SQL 2000 Standard Publisher with MSDE 2000 Subscribers all SP4 2...more >>

Merge Replication doesn't re-propagate changes coming from transactional replication
Posted by Vladimir Kofman at 6/24/2007 6:46:55 AM
Hi, I have the following setup: OracleDB SQL2005 SQL2005Express There's a transactional replication between OracleDB and SQL2005; and there's a merge replication between SQL2005 and SQL2005Express. Changes made in OracleDB properly synchronized into SQL2005, but for some reason Mer...more >>

Can't copy/export a database with identity *NEWBIE*
Posted by Jeffrey Brandt at 6/23/2007 12:00:00 AM
I have a database where some tables have the IDENTITY = YES. If I copy or export from ServerA to ServerB, the IDENTITY gets set to No. This has to be a simple problem. How is it fixed? ...more >>

Error 14113 while trying to setup replication on SQL Server 2000 S
Posted by Gaston at 6/22/2007 7:03:00 AM
Hi, I'm trying to run the wizard to setup replication on a SQL Server 2000 SP3. Entering the parameters goes without a problem but when executing the script I'm getting an error 14113: SQL Server Enterprise MAnager could not configure 'XYZ' as the distributor for 'XYZ'. Error 14113: Could...more >>

subselect in rowfilter-query
Posted by Mathias Gruen at 6/21/2007 5:35:48 PM
I use merge replication on a SQL 2000 SP4 with dynamic row filtering. It has been working fine for years. This was the filter query: SELECT <Publizierte_Spalten> FROM [dbo].[Benutzer] WHERE [Benutzer].Hostname = HOST_NAME() Now I wanted to extend the functionality of the filter query with...more >>

MSREPL_Commands TABLE
Posted by Jude at 6/21/2007 4:41:42 PM
I don't think I ever resolved this issue & now I am quite concerned = about my growing MSRepl_Commands table. It has over 9 million rows. What steps can I take to reduce the number of rows in this table? Thanx! --=20 JUDE...more >>

Replication between branches
Posted by PSorella at 6/21/2007 9:01:11 AM
Good Morning, I have a dude with a new SQL implementation. The scenario is a Central office with an SQL server and 10 branch offices with sql server too. I need to replicate branches data Base with the central sql. All the branches could see the same DB. It is possible to implement with...more >>

SQL Agent terminates, then replication can't restart.
Posted by sqlboy2000 at 6/21/2007 8:49:00 AM
Hi all, Our setup is pretty simple, one transactional box, a remote distributor, and a reporting server using one way transactional replication, push subscription, no immediate updating. (All boxes SQL 2005) Around 3am the sql server agent died on the distribution sever with this message in t...more >>

DB Shared after Replication-How?
Posted by Shyam at 6/20/2007 7:15:31 PM
Hi, I tried to implement Snapshot replication and collected all the test results. Finally dropped all the replication stuff from server,but the host DB is still showing as "Shared" and i need help to remove this.Not sure how to proceed. Any help will be great. Thanks, Shyam...more >>

Error at parameter 34 during datastream processing of parameterized command.
Posted by ranjan at 6/20/2007 11:02:43 AM
replication is failing with mssg "Error at parameter 34 during datastream processing of parameterized command." any input what could be the reason for this failure and what action should i take to sort out this issue ? From http://www.developmentnow.com/g/114_2003_7_22_0_0/sql-server-replication.h...more >>

Distributor
Posted by simon NO[at]SPAM otr-tech.com at 6/20/2007 4:08:18 AM
Hi How do you clear out the distributor? I am able to clear down the log using sp_repldone, sp_replflush if there are large errors. However, how do I clear out the distributor assuming that it's trying to execute a sproc that might not have been replicated? Thank you Simon ...more >>

sql to oracle auto-param
Posted by pardhiveswar via SQLMonster.com at 6/19/2007 7:50:32 PM
Hi, My questions is during replication from sql to sql it will create stored prodecudres but from sql to oracle iinstead of stored procedure it will only create sql stmt so during this time it is not using autoparameterisation for simple delete stmt(adhoc stmt),is there a way that we can use...more >>

job failed - cannot start transact rep
Posted by Nick at 6/19/2007 4:59:20 PM
I have just created a publisher, distributor and subscriber on 2005 using transactional replication. The creation process went fairly smooth but when I right click on the local subscription and select View Subscription Status it shows: "The job failed. The Job was invoked by User sa. The l...more >>

db1.dbo.table to db2.other.table
Posted by Doug M> at 6/19/2007 12:23:02 PM
Hi, I need help/guidance setting up replication across dbs. db1 has the same tables as db2. tables have the same fields. db1 has "dbo.table" schema, db2 has "other.table" schema. I setup simple replication and db1.dbo.tables are being added to db2 as db2.dbo.tables instead of just ref...more >>

Merge replication with IMAGE Data Type
Posted by Erik G at 6/19/2007 9:55:05 AM
Hello all and thank you in advance: Question 1) Can I use merge replication with tables that IMAGE data type columns? Question 2) I need to add my uniqueidenity, if I add to the bottom of the column list can be sure that ALTER statement will be transparant and not lock the entire table? ...more >>

Merge Replication Agents
Posted by Marco at 6/19/2007 7:37:43 AM
Hi everybody, I have a system of 2 PC, with installed Win XP and SQL 2000. I configured one PC as Publisher and Distrbutor, and the other as a Subscriber with a "push" subscription. The snapshot and the merge agents are running on the Publisher/Distributor. This PC is always ON for 24 hours e...more >>

SQL Server 2000: deleting systemtables left by replication
Posted by juergenfinke at 6/19/2007 6:59:02 AM
Hello, I have restored a Database to Computer B from a Backup of Computer A. The backuped database was replicated with lots of Articles and subscribers. The restored Database is full of replication stuff system tables. Tables like: conflict_RTM_REPL_MERGE_Aktion_TS_S_AktionAktivitaet...more >>

replication cache plan
Posted by pardhiveswar via SQLMonster.com at 6/19/2007 5:49:55 AM
Hi, I heard that simple delete stmt which deletes no of rows everytime in replication is not using came plan caching why you have any idea or is there any option that we can turn on to use cache plan.. Thanks in advance -- Message posted via SQLMonster.com http://www.sqlmonster.com/...more >>

Add multiple columns with sp_repladdcolumn
Posted by Steve at 6/18/2007 11:01:02 AM
I need to add multiple new fields to a replicated table. There are sveeral subscriptions to the publication that contains this article. Can sp_repladdcolumn be used to add more than one field at a time? Everytime I add a field using Enterprise Mgr, it takes a while to update all of the subsc...more >>

Any way logging or tracking method for dropped tables
Posted by zaphil at 6/18/2007 8:50:00 AM
Most of my tables is dropped after they are created. I cannot tell when this happen. This include stored procedures as well. I checked the maintenance job and none are dropping tables or stored procedures. The funny part is my tables and stored procedure which is published out as articles r...more >>

increasing query timeouts
Posted by jaylou at 6/18/2007 5:45:00 AM
Hi all, I have one out 20 merge replicaion that just hangs and never ends at step 2 which is the run agent step. I added -Output "E:\ReplStepLogs\repl.txt" -OutputVerboseLevel 2 to my run agent step of the job. In the file I get the below error over and over. I am not sure what query ti...more >>

remove article from trans replication?
Posted by Freddy at 6/16/2007 7:40:46 PM
Hi, Using sql server 2005, we've got transactional replication going between two servers. if i need to remove a couple of tables from the replication, do i have to reinitialize the snapshot every time i do that? or is there an easier way to achieve this? thanks for any help on this, ...more >>

HOWTO: Remove orphaned anonymous pull subscription?
Posted by R Baker at 6/15/2007 4:26:43 PM
In SQL 2000, you could just click on the orphaned agent for the anonymous subscription in the replication monitor and poof it, but I see no analagous way to do this in SQL 2005. Am I missing something? Thanks. ...more >>

Delete subscriptions
Posted by Leon Shargorodsky at 6/15/2007 8:59:05 AM
There are "orphaned" subscriptions on my server (Replication folder, Subscriptions), how do I get rid of them? There are no publisher or publications, referencing these subscriptions. Thank you in advance. Leon...more >>

Orphaned Publication
Posted by Matt at 6/15/2007 6:46:02 AM
A database has been deleted that had publications set up and these are now causing errors in the 'Replication Monitor'. Under Replication Monitor - Publishers - SeverName - dbname we have a failed snapshot agent that says [SQL-DMO]The name 'dbname' was not found in the Databases collection. ...more >>

Backing up a restoring or standby database
Posted by Kev at 6/15/2007 12:45:00 AM
Hi, I would like to backup a secondary log shippping database (in restoring or standby mode). I need to use the backup as an up to date test database on the same server but don't have the bandwidth to copy the primary backups over. I've tried the backup command which results in an error sayi...more >>

Replication for High Volume Transaction database
Posted by Annon at 6/15/2007 12:00:00 AM
Hi, i am planning to set up transactional replication for a database that sees upto 10 million transations a day. The replication is meant for disaster recovery and reporting purposes. Are there any caveats that I need to be aware of? I have been going thru the whitepapers published by Mi...more >>

Merge replication performance dropping. Opinions?
Posted by Anachostic at 6/15/2007 12:00:00 AM
I've been tasked with improving our company's merge replication performance. We are using SQL merge replication and lately we are seeing a decrease in the performance. Specifically, we are seeing more errors, retries, latency, and even missing data. I hope someone can provide insight or s...more >>

Replication&Pull&Push
Posted by Emre Deniz at 6/14/2007 10:24:12 PM
I write an application in pocket pc.Customers make sync(Merge) with sqlserver. The sync time 26-40 sec generally.The number of rows doesnt effect the time.I send 200 data to mobile device it takes 15 sec.Mobile device send 1 row to sqlserver it takes 15 sec.. How can I reduce the time? I want...more >>

SQL 2005 error: Replication-Replication Distribution Subsystem: agent (null) failed.
Posted by bourgon NO[at]SPAM gmail.com at 6/14/2007 2:52:31 PM
I'm getting this, after upgrading from 2000 to 2005. Replication-Replication Distribution Subsystem: agent (null) failed. The subscription to publication '(null)' has expired or does not exist. The only suggestions I've seen are to dump all subscriptions. Since we have several dozen public...more >>

Similar to "Simplest way to move an entrie database"
Posted by mj at 6/14/2007 4:39:00 AM
My question is similar to "Simplest way to move an entire database". I have to move a central publisher (win2K server) to a new physical server with no down time. The current setup is a standalone that houses it's own domain, web, database and application. I need to migrate this to a dat...more >>

Simplest way to move an entire database
Posted by Keith at 6/13/2007 3:45:02 PM
I need to move a database from one SQL server to another. Is there an easy way to move everything (tables, data, views, stored_procedures....)? Thanks, ...more >>

Get the default snapshot folder path
Posted by dinnebier at 6/13/2007 2:25:00 AM
How can i get the unc path to the default snapshot folder using TSQL? I am using Transactional replication on SQLServer 2005. I have used sp_helppublication but that only tells me whether my publication uses the default snapshot folder or not. My publication does use the default snapshot fol...more >>

Attempted to read or write protected memory- while generate a snap
Posted by stephanie at 6/12/2007 6:30:02 PM
Hi all, The shotshot agent is generating a snapshot, I got the error ' Attempted to read or write protected memory. This is often an indication that other memory is corrupt'. Then, the agent failed. I tried to restart the agent and generate a snapshot again. This time, it run normally....more >>

Replication concept
Posted by Jack at 6/12/2007 9:32:01 AM
Hi, I got a new application with Access front end and sql server back-end. This application has replication features where users can directly upload their changes on the main server. I have no knowledge about replication. However, I need to maintain this sytem. Is there any article or book th...more >>


DevelopmentNow Blog