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 > august 2006 > threads for august 1 - 7, 2006

Filter by week: 1 2 3 4 5

problem adding column to replication table using sp_repladdcolumn
Posted by Rich at 8/7/2006 10:16:01 PM
Hello, I tried adding a column to my test replication DB. Here is what I tried and the error message I kept getting: sp_repladdcolumn 'websubscribers', 'newcol', 'varchar(50)', 'pubwebsubscriber' >> ODBC: Msg 0, Level 19, State 1 SqlDumpExceptionHandler: Process 56 generated fatal exce...more >>

The operation completed successfully (Exception from HRESULT: 0x80
Posted by Randall at 8/7/2006 4:52:01 PM
Hi i am configuring a replication Server, i created the publication and when i want to configure web synchronization i get the following error when the process is setting the snapshot share permission: The operation completed successfully (Exception from HRESULT: 0x80070) I already defined th...more >>

How to add 2 columns of a table to replication job?
Posted by Rich at 8/7/2006 4:03:01 PM
Hello, I appologize in advance if this question is way too lame, but I have this transactional snapshot respication job, and here are a few lines of the sql from the generate sql window from the properties of the replication job ---------------------------------------------------------------...more >>

Anonymous Pull Subscription without Initial Snapshot?
Posted by Matthew Bando at 8/7/2006 11:00:29 AM
I'm looking for any advice/help with the following situation: We have a SQL Server 2000 server outside of our firewall which our vendor can access. The vendor updates data, and we wish to replicate this data through the firewall and into our internal SQL Server 2000 server. The firewall w...more >>

Error in Merge Replication_compensate_for_errors
Posted by Vikas at 8/7/2006 8:28:02 AM
Hi all, When i run the script for merge replication (adding article): exec sp_addmergearticle @publication = N'TestPublication', @article = N'TestTable' , @source_owner = N'dbo', @source_object = N'TestTable' , @type = N'table' , @description = null, @creation_script = null, @pr...more >>

updating subscriber error for transaction replication
Posted by bchu at 8/7/2006 3:44:01 AM
Dear all, Currently I am working on a immediate updating subscriber for transaction replication. After solving the MSDTC issue, I got an error "Could not change the publisher because the subscription has been dropped. Use sp_subscription_cleanup to clean up the triggers". After reading a pr...more >>

Simulating replication on channels with high ping time
Posted by andsm at 8/7/2006 2:29:01 AM
I want to simulate replication on lines with high ping time, like lines between Sydnay and Chicago. In order to be able to emulate hardware compression, I want to use something. Are any utilities which compress network traffic?...more >>

SQL Mobile and Datasets Problem
Posted by Nuno Silva at 8/7/2006 12:00:00 AM
Hi, I'm using the RDA replication between sql server mobile and sql server 2005. The replication works very well but now i'm facing another problem, i'm trying to generate dataset on the replicated tables but when finishing the wizard i always get the error "Dynamic SQL generation for the...more >>



Replicating A Large Database
Posted by mrprice at 8/6/2006 6:26:01 PM
We have a fairly large database that we attempting to setup transactional replication on. Just to restore a copy of this database took almost a day. What is the best method for establishing transactional replication on a large database? Should we set it up and run the initial snapshot the w...more >>

Stop deletions propagating to subscribers in merge replication
Posted by rastan9 NO[at]SPAM hotmail.com at 8/6/2006 6:20:08 PM
Merge replication is taking place between hand held clients running SQLServerCE (anonymous subscription) and a SQL Server 2000 box. We have a stored proc that executes nightly (scheduled job) archiving records older than 90 days on the SQL Server 2000 database. What we have been finding is that...more >>

replication init on anynomoous subscriber
Posted by Darin at 8/4/2006 7:58:28 PM
Server (distributor and publisher) SQL Server 2000, client MSDE XP Pro. I create a merge subscription on the server. Many tables have row filters. The client machine starts its software the first time, so it creates its database and then sync's the data. This FIRST time, I need to get all data...more >>

sql 2005 drop subscription
Posted by kevinc at 8/4/2006 1:06:02 PM
On a handheld device (ipaq) I'm creating a sql db using merge replication. The subscription works fine. In my testing, I have created several subscriptions and need to get rid of them on the server. Replication monitor shows them, but I can't figure out how to delete them. I tried program...more >>

Did Replicati write/add the triggers to a replication table?
Posted by Rich at 8/4/2006 12:27:02 PM
Hello, I took over a project several months ago. I am a basic Client/Server app developer. I have experimented a little with replication and am currently studying a book on the subject of replication, but otherwise have no real industrial experience with replication. Today I just notic...more >>

Overhead on Merge Replication
Posted by Vikas at 8/4/2006 10:09:01 AM
Hi all! I want to some answers about Merge Replication. 1) What is the maximum numbers of subscribers used in Merge Replication? (i heard that max. of 600 subscribers are used). If this crosses then what is the alternate way of syncronizing data between servers.? Any help is ...more >>

Help w/Merge Repl using Port 8080 to PDA subscriber
Posted by dw at 8/4/2006 8:34:02 AM
Hello... Using SQL 2005 merge replication and we are currently replicating data between the server and multiple (100's) of subscribers that use a PDA (running SQL Mobile). I have to now change the replication to support a non-standard port, Port 8080, in this scenario. And try as I have...more >>

Replication Problem Oracle to SQL Server
Posted by Mike Hunt at 8/4/2006 7:22:35 AM
Hi I am having a big problem I am contracing on a public sector project that is importing Oracle data to SQL server however we do not have a direct connection to the source data but we do have an old copy of the database on a local oracle server we have a target schema defined however we are not...more >>

Transactional replication won't create the stored procs on push su
Posted by John Bailey at 8/4/2006 6:08:01 AM
I have two sql 2000 machines that I am trying to replicate between using transactional replication. For some reason the custom stored procedures are not being created in the destination database. Replication works fine if I turn these off. Anyone know why these might not be created?...more >>

Snapshot Agent Retried 10 times and failed
Posted by jeebs at 8/4/2006 12:24:02 AM
Hello, my snapshot agent never manage to successfully execute. It generates the error at the System Event Log The server {3D14228D-FBE1-11D0-995D-00C04FD919C1} did not register with DCOM within the required timeout. and this in the Application Log SubSystem Message - Job 'mws-cpmord...more >>

Replacing Replication with DTS
Posted by Mohammed Lokhandwala at 8/3/2006 3:23:46 PM
We have been using Replication in a strange way for 5 years now. I call it strange because I would not have set it up that way, but it was done and remains so till date. The idea then was to bring scalability and failover protection to the databases by setting up n SQL server 2000 boxes an...more >>

Snapshot Errors
Posted by mrprice at 8/3/2006 9:45:02 AM
I'm getting the following error message when I attempt to replicate a particular stored procedure. Insert Error: Column name or number of supplied values does not match table definition. I have enabled logging (level 2) on the distribution agent which helped me determine it was in fact t...more >>

Continious merge replication trigger
Posted by Eddi Wabnitz at 8/3/2006 12:53:01 AM
Hi, I´am looking for the time between replication, I supposed the trigger was a change in the database but it looks different. Can I configure this somewhere ? regards //Eddi...more >>

Use Double-Take to replace Transactional Replication?
Posted by FJY at 8/2/2006 10:14:01 PM
Hello All, Does anybody use the Double-Take software to do the database replication? Currently I use the Transaction Replication in SQL Server2000 but it does have an automatical failover feature. What is the downside of using the Double-Take over the Transactional Replication? Thanks,...more >>

upgrading sql2005 workgroup >> standard
Posted by S c o t t K r a m e r at 8/2/2006 6:43:10 PM
Hello: I did a test (in our labs) upgrading sql 2005 workgroup build 1399 to sql 2005 dev edition 2005 build 1399-- and it broke merge replication to the subscribers.... just said expired or does not exist on the subs my production situation: I'd like to go from sql 2005 workgroup to sql ...more >>

WTF!?!, only 25 merge subs in SQL2005 Workgroup!!!
Posted by S c o t t K r a m e r at 8/2/2006 6:36:42 PM
Wow, I didn't see this limitation in the version comparison, this is a big problem!! Also you can only have 25 per *SERVER*, not per publication AARGH!! ...more >>

Can MSSQL do this ...
Posted by Jan K. van Dalen at 8/2/2006 2:35:30 PM
We have both ASA (Sybase SQL Anywhere) and MSSQL. We are considering moving everything from ASA to MSSQL but replication is an issue. At this point, most of our databases reside in ASA and get replicated to multiple remote sites via FTP. The majority of the remote sites are developers hen...more >>

Replication sql mobile / express
Posted by Nuno Silva at 8/2/2006 11:50:30 AM
Hi, I need to do replication between a sql server 2005 express database and sql server mobile. I search in the msdn and i read that sql server express can only act as subscriber. But in other hand i also read in a forum that this is possible using the RDA replication method. Could anyone...more >>

Transactional Replication and @schema_option
Posted by mrprice at 8/2/2006 7:04:02 AM
I need to replicate a table structure "exactly" as it is, including primary key, foreign keys, constraints, and indexes. I’m having problems figuring out the correct @schema_option setting though? Thanks, Mark ...more >>

Simulating of network delays and limited network bandwidth
Posted by andsm at 8/2/2006 6:54:01 AM
Hello, I want to try to simulate transaction replication with limited network bandwidth and network delays conditions. I have program which do it for specified ports. Is it possible to configure replication to use proxy to be able to use the program.? Which ports are used by repliation? ...more >>

sync over the Internet
Posted by carol at 8/2/2006 3:29:01 AM
Hi, i have created a merge publication on the server (SQL 2k5 Standard). serveral subscribers (SQL 2k5 Express) sync over the Internet. As they don't have fixed IP address, so that i have enabled the anonymous subscription at the publisher. What else do i need to do to make it work? Is the...more >>

Distributor Properties Error
Posted by Al at 8/2/2006 1:59:02 AM
I am currently trying to set up my development machine as a Distributor and I am encountering the following error when viewing the Distributor Properties. Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation. (.Net S...more >>

replication sequence
Posted by stephanie at 8/2/2006 12:01:01 AM
Hi all, I have an oracle publisher and subscription DB in mssql2005. How does the transaction replicate to MSSQL2005? e.g. record A1, A4 are the records in tab A , record B2 from tab B and record C3 from tab C and their commit sequence is A1, B2, C3 , A4 in oracle and they are now ...more >>

Replication error at subscriber's end
Posted by NiTiN at 8/1/2006 10:46:59 PM
Good day, I seem to be having issues with subscribing to a publication. The actual error that I get on running the subscriber job is: "The job failed. The Job was invoked by User sa. The last step to run was step 1 (Run agent.)." The agent process account is set to: "SQL Server Agent acco...more >>

Weird SQL Server 2000 behavior in Transaction Log Shipping
Posted by bass_player at 8/1/2006 10:05:36 PM
I was able to create database maintenance plans for log shipping successfully and everything is still working fine. I created new ones but this time, the jobs don't run. I couldnt even force them to start manually? Has anyone had this problem before? -- MCP MCDBA MCAD MCSD MCT MCTS:SQL S...more >>

Restore or Replicate
Posted by Tom at 8/1/2006 6:24:00 PM
I have a 750mb database I need to post to a separate webserver on a daily basis. The timliness of the data is not an issue. The client is accepting a 24 hour delay in the availability of the data (it doesn't change all that much on a daily basis). The idea here is to make the transfer and updatin...more >>

Create new publication error
Posted by jimbo at 8/1/2006 10:14:02 AM
Environment: Publisher is SQL 2000, Distributor is SQL 2005 Please note: I have changed the user name, the publisher name and the database names in the following text. When I attempt to create a new publication, using either SSMS or EM, I receive the following error: Could not obtain inf...more >>

3 Replication Questions? Please......
Posted by Vikas at 8/1/2006 9:19:01 AM
Following are the three questions for which i need answers, Help in this is heartly appreaciated. 1. It is mentioned in replication, that CPU, Disk and Memory Utilisation need to be moniotored. In which scenario we need to check that, like when replication fails or it should be checked freq...more >>

Witness Notifications
Posted by Zakir at 8/1/2006 7:48:36 AM
in a mirrored setup, it was very easy to setup notifications on the two partners based on WMI alerts. However, does anybody know if it is possible to setup alerts on the Witness, in case both the primary and mirror server both go down at the same time, but the witness remains alive? Thanks, ...more >>


DevelopmentNow Blog