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 > december 2006

Filter by week: 1 2 3 4 5

Add and Change tables in Merge
Posted by David at 12/29/2006 12:16:17 PM
We have a merge replication setup in SQL 2000 that synchs with 2 laptops. I need to add a new table to the database that will be included in the new subscription as well as a change (adding a column) to a table already in the publication. What are the steps I need to take to get the schema c...more >>


Merge Replication Database move to new hardware
Posted by ponnu at 12/27/2006 4:16:01 AM
Hello, How to move 50GB of Publication Database to new Hardware( New SQL Server) quickly without loosing replication inforamtion. Replication Type : Merge OS : Windows 2003 Server SQL Version : SQL Server 2000 Edition : Standard Service Pack : SP4 Best Regards Ponnu...more >>

Persistent mirroring witness disconnected probem on mirror
Posted by Ronen at 12/26/2006 9:18:01 PM
Hi, I'm running a syncornized mirroring setup using a witness on our LAN. Since we don't use a domain controller, we use certificates for outbound and inbound mirroring connections. We're using sql server 2005 SP1 standard edititon on all machines. The principal and mirror have only th...more >>

replication set-up stored procedures
Posted by MorDeRor at 12/26/2006 9:06:00 AM
Hello everyone, I have two questions: 1. about sp_adddistributor - in the case when a remote distributor is being used does it have to be run both at the publisher and at the distributor? 2. about sp_addsubscriber - where does it fit in the chain of replication setup SPs? I have this se...more >>

Could not Create Publication
Posted by Bharathi at 12/26/2006 12:00:00 AM
Hi, I created 2 windows user named PublishUser and ReplSnapAgent with less previllege. Ran SSMS using PublishUser and created snapshot publication. Used RepSnapAgent user as Snapshot Agent. I got an error saying SQL Server could not create publication 'Product'. (New Publication Wizard) ...more >>

Make Changes to Published Database
Posted by Vincent Cotton at 12/24/2006 12:01:47 AM
I currently have a VB6 app that I am rewriting. I am now using Visual Studio 2005 and the new app will be a windows forms smart client. I am using SQL Server 2005 Compact Edition as the local database. I have SQL Server 2005 Enterprise Edition setup as a merge replication publisher. I will h...more >>

High CPU caused by Merge Agent
Posted by Chris at 12/23/2006 10:17:00 AM
SQL2005 Win2003 Server Merge agent is causing a cpu spike on subscriber each time it fires. Calling sys.sp_MSenumgenerations90 This just started. Merge has been running well for about 1 month. Merge agent fires on 1 minute schedule, normal execution time is about 20-40 seconds. Now it is...more >>

Stop Recreate Store Procedure
Posted by sam at 12/22/2006 6:37:00 PM
How i can stop the replication to run thru the transactional update, insert, delete without recreate the other new store procedure? ...more >>



transactional replication
Posted by sam at 12/22/2006 6:35:01 PM
please help ! i don't know why my store procedure of the transactional replication will be recreate the store procedure everyday. After that i will get the error like below: error : Procedure or function sp_MSupd_transaction_orders has too many arguments specified. any solution for th...more >>

Merge Replication - Fast Sync
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 12/22/2006 5:57:13 AM
Hello , I have a database in SQL2005 is adatabase of 52 tables and is Merge Replicated. Currently 12 Handhelds use this set ... but in the futere we will go up to 60 handhelds. Depending from the changes, Synchronization (Using GPRS) is taking now on average 1 or 2 minutes or sometimes 4-5...more >>

Replication failed when destination tabel is using by runnable pro
Posted by ericsson at 12/21/2006 7:53:01 PM
hi all, my sql server has sp4 installed. i have two databases, D1 and D2. And the transaction replication copys table D1.T1 to D2.T1 at 1:00pm everyday. the problem is: when some applications are continuously using table D2.T1, i mean those processes are in runnable status. And then the r...more >>

Downloaded 100 data changes (0 inserts, 100 updates, 0 deletes, 0
Posted by Benzine at 12/21/2006 4:19:00 PM
I recently rolled out replication on our production server (MS SQL 2000 8.00.2039) and every time a subscriber tries to sync the following always appears in the Merge Agent History: "Downloaded 100 data changes (0 inserts, 100 updates, 0 deletes, 0 conflicts)" This always takes over 5m...more >>

The Process Could Not Log Conflict Information
Posted by Benzine at 12/21/2006 4:16:01 PM
I recently setup merge replication and for each subscriber I add and try and synchronize I get the following error message: "The Process Could Not Log Conflict Information" When I view the details of the error it states the following: "The Process Could Not Log Conflict Information...more >>

Deadlock between Distribution Agent and Distribution Agent Cleanup
Posted by zerg2k NO[at]SPAM yahoo.com at 12/21/2006 12:22:10 PM
I am experiencing this problem. Deadlock of these two M$ stored procedures : sp_MSget_repl_commands (Executed by the Distribution Agent --pull subscriber ) and sp_MSdistribution_cleanup (Executed by the Distribution Agent Cleanup job) the offending queries are : >From sp_MSdistribution...more >>

Connection problems (SQL 2000)
Posted by confused at 12/21/2006 4:12:00 AM
Hope you help me..... Two SBS 2000's (trying to get the damn think to replicate). BROAD has fixed IP of 81.174.xxx.xxx and CLIFT has 81.174.xxx.xxx Broad is set as the subscriber, Clift as the distributor Broad can ping, tracert Clift using IP and Name ISA firewall ports open to allow...more >>

SQL Server 2000 dynamic filters by SUSER_SNAME()
Posted by Ming Yeung at 12/20/2006 10:47:00 PM
Am I doing this right Create Publication with dynamic filters ie. select * from employee where employeelogin = SUSER_NAME() 1. Create Snap Shot 2. Create Dynamic Snap shot with SUSER_NAME() parmater filled in ie SUSERNAME() = mydomain\myuser 3. Pick a new folder for dynamic snap shot ...more >>

Help - the replication Failed to Run
Posted by sam at 12/20/2006 7:40:01 PM
error i get from replication when i force them to run the process. mircosoft sql - DMO(ODBC sql state:42000) Error 14258: Cannot perform this operation while sqlserveragent is starting.try again. But i not restart any sqlserveragent And the sql server servies manager show that all running...more >>

REPOST:Cannot find Snapshot 2005
Posted by LPR-3rd at 12/20/2006 11:50:41 AM
Last week I made the following post.... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Win 2003 & SQL 2005 on both machines. I created a publication on serverA. I subscribed to it on serverB. I received the error.... Command attempted: E:\Program Files\Microsoft SQL Server\M...more >>

Identity crisis: GUID VS. Range
Posted by jordics NO[at]SPAM gmail.com at 12/20/2006 6:52:38 AM
Hi! I'm developing a project in which I have several Sql Server Express and Sql Server Mobile 2005 databases and all of them are subscribed to a central Sql Server 2005 database. Now, I'm in trouble with the primary keys because if i insert two registers with the same primary key in two dif...more >>

Centralized Subscriber - MSIns and MSUpd stored procedures shared access
Posted by Lavanya at 12/20/2006 2:34:32 AM
All, Transactional Pull model: Multiple publishers with the same articles(2000) : Single Subscriber (2005) I try to setup replication from the second publisher when the first publisher's distribution agent is actively pulling data. At this point, the storeprocedures indicating the insert an...more >>

S2K to SQL Everywhere - Dynamic Filters
Posted by Ming Yeung at 12/19/2006 4:45:00 PM
Things I got to work SQL2K, Merge Publication -> SQL Everywhere (I used the interface in SQL2K5 to do this Subscribe, can anyone show me how to do it in C# 2005 code???) SQL2k Merge Publication with Dynamic filters(i.e SUSER_SNAME) -> To Another instance of SQL2k What I would like to kno...more >>

sql server 2000 replication using vb.net
Posted by James Wong at 12/19/2006 12:00:00 AM
Hi, I want to write a vb.net program (vb.net 2005 & sql server 2000) to control the replication for sql server. How can I get the exist distribution control object to reinit the replication before I start the transactional replication? using the stored procedure or vb object? Thanks. ...more >>

Conflicts due to table order
Posted by David at 12/18/2006 2:30:01 PM
Merge replication, SQL 2000. Does anyone know if there is a problem with syncronizing caused by the physical order of the inserts/updates in related tables? I am getting some conflicts that indicate a failure due to "... Referential integrity rules require a related record in the table '<t...more >>

Updating a merge replication
Posted by David at 12/18/2006 1:03:34 PM
We have an SQL 2000 merge replication set that consists of 2 publications. One is for tables only and the other is for SQL views and stored procs. I need to create a new table and revise some triggers in other tables. I also have to add a new SQL view that will be a merge object also. Can I...more >>

duplicate key insert failure (again)
Posted by sprucely at 12/18/2006 11:53:40 AM
I'm reposting this because no one responded to my Dec 12 post. There has to be a way of dealing with upload insert failures. Could someone please point me in the right direction? --------- I have one article giving me problems in my topology which involves multiple Sql Server 2005 Express sub...more >>

snapshot.pre file
Posted by Marshall at 12/18/2006 11:06:32 AM
Hello all, I have a snapshot publication with several anonymous pulls set up to replicate several procedures and functions. I notice that the created snapshot has a file called snapshot.pre that seems to drop all the functions. I'm not sure why this would be necessary because each .sch file s...more >>

one way replication - changes made to client
Posted by Berg at 12/17/2006 5:52:45 AM
Does anyone know if one way merge replication is used, can changes be made to the client data? Would these changes just be overwritten when syncronization is performed, or would the changes interfere with the replication somehow? Thanks. ...more >>

TableDiff Utility and SQL 2000?
Posted by Lee Greene at 12/15/2006 10:02:37 PM
Hello. Has anybody used the TableDiff utility to compare a SQL Server 2000 publisher and a SQL Server 2000 subscriber? If so, did you encounter any issues with it? Thanks! ...more >>

How to solve a replication agent problem caused by executing sp_addscriptexec ?
Posted by Josep at 12/15/2006 4:03:36 PM
I execute a sp_addscriptexec because I wanted to create a trigger, but it already exists in some of the subscribers. So, I get the following error: "....\Microsoft SQL Server\MSSQL$SQLSERVER2000\ReplData\20061213182034400\script_trigger.sql' could not be propagated to the subscriber." How c...more >>

The schema script xxxxxxx.sch could not be propagated to subscriber.
Posted by Krisnamourt at 12/15/2006 3:30:09 PM
Hi I'm trying Merge replication with pull subscriber and dynamic filter. I put -hostname like this: -hostname @@servername at step job of Merge agent at subscriber, so when start first snapshot, show this message: The schema script '\\D001ADP01\r$\sqldevices\MSSQL$BDP01\ReplData\unc\ D001AD...more >>

Mirroring - Asynchronous mode not available
Posted by Panos Stavroulis. at 12/15/2006 3:34:00 AM
Hi, I've configured mirroring on the database and selected the high safety without automatic failover. It all seems fine. Now the problem is in the mirroring screen I can't select the High performance mode (Asynchronous ). I would like to test this option as well. I know I can't select ...more >>

Problem w/2005 to 2000 replication
Posted by MikeG at 12/14/2006 3:25:12 PM
When I add the option to add extended properties to the publication, create the snapshot and then distribute I get the following error in the distribution agent task:An invalid parameter or option was specified for procedure 'sp_addextendedproperty' Any ideas? ...more >>

Replication Scene Consultant
Posted by Krisnamourt via SQLMonster.com at 12/14/2006 12:00:00 AM
Hi Guys! I work in Govern Department Bank. We just have many experiences about Replication, meanly Transactional. All evolution about Client-Server architecture in the past, make some choice:  Many Distribution application at many sites located in many cities linked through Wan (frame rela...more >>

transactional replication
Posted by James Wong at 12/14/2006 12:00:00 AM
Hi, I have some problems in transactional replication. Case 1: When the subscriber goes offline mode, I add the same records in the both size (distributor & subscriber). After the subscriber onlines again, the error occurs. Case 2: When the subscriber goes offline mode, I delete the ...more >>

Replication Sql 2005
Posted by kapil at 12/13/2006 8:50:00 PM
Hi, 1. Can we replicate tables with no primary Key. Will Sql server add some type of constraint in tables. 2. Can we replicate Bitmap/Blob data. What kind of replication is suitable for these scenario...more >>

Resyncronize publication and subscription
Posted by Iter at 12/13/2006 7:49:01 PM
I have two databases that are used for publication and subscription. One table in subscription was droped by accidence and replication was failed. After I re-create that table and Re-syncronize them, I still got failed and error was like that table is not existed. No matter how I did, it was f...more >>

bidirectional snapshot replication?
Posted by Glate at 12/13/2006 4:33:29 PM
I currently have a list of users in a SQL 2005 database. Users are authenticated based on their email address, and each user has a number of areas they do and don't have access to. A website is used to add users to the database, or to add area permissions for an exisiting user. I would like t...more >>

Distribution Agent Error: Syntax error or access violation
Posted by Muhammad Shahzad Saleem at 12/13/2006 1:06:06 PM
I am getting this error in the distribution agent that I setup for transactional replication. The last command which failed is like "CALL sp_MSins_CompanyName$Trans_ Sales Entry (" The table name is lengthy and contains spaces too. I believe this is because of the spaces in the stored proce...more >>

Run a Snapshot agent from a script or cmdline
Posted by scooper NO[at]SPAM kustomsignals.com at 12/13/2006 7:15:49 AM
I would like to be able to run a snapshot agent from a TSQL script or from a cmd line. I have merge replication setup to several different publications and would like to script all of the snapshot agents to run on cmd rather on a schedule. I am using SQL Server 2000 with SP3. Thank You in ad...more >>

Unable to delete publication/subscriber
Posted by Thyagu at 12/13/2006 3:51:46 AM
Hi, I had enabled snapshot replication between two databases in the same dataserver. The replication was failing with error 'Could not find stored procedure ''. (Microsoft SQL Server, Error: 2812)'. I thought that I should have configured it wrongly. I'm trying to delete the publication or at...more >>

Prefetch objects failed Error when added more than 2 table as arti
Posted by John Luo at 12/12/2006 5:22:00 PM
Hello, I got error message "Prefetch objects failed for Database ‘MyDB’" when I try to run the snapshot agent to create a snapshot. It is a SQL 2005 merger replication. Further more I find it can generate the snapshot if there is only one table in articles. If I add one more table the err...more >>

drop replication
Posted by Q. John Chen at 12/12/2006 3:41:43 PM
Here was my problem. I have a database with replication. All I need to do was restore the database from a backup (totally different data from another server). The restore process was messed up because I was not aware there is replication in place. So the database status is always loading. I ha...more >>

Is it possible to alter snapshot agent to not drop tables?
Posted by mEmENT0m0RI at 12/12/2006 12:53:59 PM
We've got transactional replication set up from 2000 to 05. Is there a way to not let the snapshot agent to drop and recreate the destination tables, but rather truncate them? Thank you, Igor *** Sent via Developersdex http://www.developersdex.com ***...more >>

Is there another way out?
Posted by sql_er at 12/12/2006 12:10:22 PM
Guys, We have a transactional replication set up with a single publisher and a single subscriber. Recently, replication failed due to the following reason: Data, erroneously, was deleted from subscriber. Then, to make the publisher and subscriber synch, the same data was deleted from pub...more >>

SQL Server 2000 merge replication: vanishing records
Posted by WombatDeath NO[at]SPAM gmail.com at 12/12/2006 8:41:09 AM
Hi, I have a fairly major problem with my SQL Server 2000 merge replication setup. Certain of my subscribers are causing conflicts such as: "The row was inserted at 'MyServer.MyPublication' but could not be inserted at 'Subscriber.Subscription'. Procedure or function sp_ins_A7E27E390276442...more >>

Sql2K Merge Replication Remote Agent Activation Error 1011
Posted by Khooseeraj Moloye at 12/12/2006 12:00:00 AM
In my customer's setup we have 1 publisher and 45 subscribers, with 6 publications. One server gets full data using a straight Push subscription. All other servers receive full data for some publications and filtered data for the other publications using HostName as the filter. To achieve this...more >>

Replication Alert or Notification
Posted by morphius at 12/7/2006 5:33:01 PM
I am replicating (transactional and snapshot) a production DB to a reporting DB. I have then a job that runs that processes the data in the reporting DB in order to produce some custom reports. Does replication have a way so that once the replication is done it will start a job on the reportin...more >>

Using sp_browsereplcmds for "recovery".
Posted by jostein.solstad NO[at]SPAM gmail.com at 12/7/2006 3:39:59 AM
Hi I was thinking of using sp_browsereplcmds to recover some of the lost data. Im not quite sure i understand this correctly and need some help. I ran select transaction_timestamp from MSreplication_subscriptions on the subscriber to get the last transfer date. In between, a row was updated...more >>

Merge replication : subscription synchronized event
Posted by Renaud PORTIER at 12/7/2006 12:00:00 AM
Hi all, I have a merge replication with the publisher SQL Server 2005 and the subscribers SQL Mobile clients.On the server side, I need to execute a stored procedure so as to export data when a subscriber synchronization is successfully completed. I want to know if there is a way to handle a ...more >>

Replication Agent has not logged progress report
Posted by morphius at 12/6/2006 7:47:21 PM
Is there a way to know if the replication is successfu? How would I know that the data in the subscriber is same as the publisher?...more >>


DevelopmentNow Blog