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 > october 2007

Filter by week: 1 2 3 4 5

invalud column name error in merge replication
Posted by Darin at 10/31/2007 10:34:54 PM
i have done merge replication on this machine many times. This time (like other tiems) i completely removed and disabled replication on the publisher/distributor using EM, and deleted replication on the subscriber using sp_removedbreplication. I recreated replication and when i do the push new...more >>


Remote Distributor: how to set one up?
Posted by bourgon NO[at]SPAM gmail.com at 10/31/2007 9:57:51 PM
I currently have replication running on SQL Server 2005, SP2. I want to use a remote distributor. Is there any feasible way to move my publications to use this new distributor, or instructions on doing so? Or do I set up the distributor, then recreate replications, telling them to use that on...more >>

Seemingly Simple Replication Question with SQL2K?
Posted by sjwoo at 10/31/2007 4:02:21 PM
I've been playing with replication for the first time today, and I almost got it all to work...except I'm running into what must be common problems: 1) Let's say I have three views, named: vw_view1 vw_view2 vw_view3 Let's say vw_view1 references view2, i.e., SELECT * FROM view2 S...more >>

Transactional Replication questions
Posted by Ron at 10/31/2007 2:14:01 PM
SQL2005 sp1 Once transactional replication is set up and running, Will changing a table's structure (new column or new or changed SP) be carried over to the replicated database? Will it result in a replication failure and cause replication to stop? Does a snapshot automatically run ...more >>

sp_helpsubscription_properties
Posted by Brian at 10/31/2007 10:19:36 AM
Hello, I'm fairly new to SQL commands so if I'm posting this in the wrong location, please let me know. When I run sp_helpsubscription_properties from a former subscriber, I am receiving two rows of publisher data. How do I delete these entries? I've tried drop_server but that just gets rid...more >>

Invalid Object name 208
Posted by Pete Vickers at 10/31/2007 12:00:00 AM
Hi, when trying to replicate, after adding a new table, then i am getting the error "Invalid object name 'dbo.sp_recreate_cybertill_tables'. (Source: MSSQLServer, Error number: 208)" This stored procedure no longer exists, but I can't get past this error. I have tried a re-initialize, bu...more >>

Adding a primary key to a subscribed SQL 2000 table
Posted by databaseninja at 10/30/2007 6:25:37 PM
Hello, We've got a very large production database with transactional replication between two SQl 2000 servers. We would like to set up sequential (cascading) replication between the current subscriber and a 3rd server... running SQL 2005. The problem we have is that it turns out we do not...more >>

bi-directional transactional replication for high-availability
Posted by gigel at 10/30/2007 3:58:52 PM
Hello all, I am looking into setting up a bi-directional transactional replication environment as a high-availability solution. Is this a practical solution? Could I easily fail-over and fail-back? Manually won't be a problem. I need to be able to pull out the publisher or subscriber for ...more >>



Job Failure Notification
Posted by Ron at 10/30/2007 12:14:00 PM
Using SQL2005 SP1 transactional replication to a reporting server. I'd like to be alerted when replicaton stops for whatever reason. Is it best to be notified via Database Mail for specific replication jobs. There seems to 9 replication jobs alone on the publisher/distributor server. Whi...more >>

Problem Applying Schema Changes to Existing Merge Publication
Posted by Crash at 10/30/2007 11:09:56 AM
Publisher: - Windows 2000 SP4 - SQL Server 2005 Subscriber: - Tablet XP SP2 - SQLExpress SP1 - Merge Pull subscriptions with parameterized filters All, As brief as I can: We have 2 table articles and a trigger in our publication. The 2 tables, Table A and Table B, have...more >>

Problem With Replication On Port 2433
Posted by shgzs33 NO[at]SPAM gmail.com at 10/30/2007 8:44:52 AM
I have 2 SQL 2005 Servers SERVER1 and SERVER2 and want to establish a replication betwwen them: SERVER1 as Publisher and SERVER2 as subscriber. the problem is that SERVER2 is runnint on port 2433 and -I dont know why- I cannot switch it to port 1433. When trying to push a new subscription o...more >>

Log Shipping Performance
Posted by Josh O'Brien at 10/30/2007 5:37:10 AM
We here at $SOFTWARE_VENDOR are putting some numbers to various reporting database scenarios, one of which includes log shipping. How long does it take to replay a log on a target database? What are the influencing variables? It will be something like a 100MB log replaying on a $10k dedicated MS...more >>

Distributor Agent
Posted by Michael Haskell at 10/30/2007 3:35:01 AM
Using transactionl replication to replicate data to our reporting server. The distributor agent is running on the subscriber. Concerned that if for some reason the distributor agent is down or out of service replication changes to the live data will not be replicated to the reports database....more >>

Is there any way to just find the new article added?
Posted by SBR at 10/29/2007 6:40:03 AM
Hi, I'm adding a new table into a DB which is published already. At present I'm looping through all the tables and finding it whether the table has added for publication, and if not enable it for publishing. But the number of article size is large. So it leads to a performance issue. Is...more >>

SQL 2005 Merge w/ different domains
Posted by Darin at 10/28/2007 1:14:08 PM
I have a publisher/distributor on one domain, and the subscriber is on a different domain. Both use administrator, but have different passwords. There is an SQL security account setup that I can use to access the servers via Server Management studio on both machines (both machines can access bot...more >>

How to create a suscription?
Posted by Juan Manuel Porras Gálvez at 10/28/2007 12:38:01 PM
Hello, after fighting to SQL Server replication, I'd like to know how to create a suscriptor on a machine "B" for a publication make on a machine "A". Distributor is placing on the machine "A". The problem is the new suscriptor on the machine "B" cannot view the "A" machine publication. Som...more >>

Replication Wizard - Connectivity Issues?
Posted by voidptr78 at 10/28/2007 4:51:00 AM
Hi, I've got two servers to be a subscriber and publisher resp. The server machines are in a secured environ. and I usually use my own laptop with SQL Server 2005 on XP SP2 to connect to these machines either through Man. Studio over TCP/IP or sometimes I connect using mstsc (remote desktop c...more >>

How do I create and sync a local table from a subscription?
Posted by Steve Mahon at 10/26/2007 12:21:03 PM
How do I create and sync a local table from a subscription? I imagine I'm missing something simple. I currently have a sales order processing Access/SQL 2005 applicaiton we run on our SBS2003 lan. I'd like to run it disconnected from other locations and sync the changes. Reading trough the ...more >>

3rd party software
Posted by Kolitha at 10/25/2007 11:48:01 PM
HI, Any ercomendations for a good 3rd party S/W for sql 2000 replication using minimum bandwidth over a WAN? Thanks....more >>

Newbie replication advise
Posted by John at 10/24/2007 7:08:17 PM
Hi We have a Microsoft Access app which uses Access replication to allow laptop users to disconnect from LAN and be able to work offline. The data gets synched between laptop and server Access databases once users are connected back to LAN. We need to port this Access application to sql ...more >>

2 publishers/1 subscriber
Posted by Janet at 10/24/2007 5:58:01 PM
I have the following scenario: Server A; database = databaseA Server B; database = databaseB Server C; database = subscriberAB Database A and B have the same tables; table name, structure. I need to replicate all changes from databaseA and databaseB to subscriberAB. Question: Can this be d...more >>

Master / Republisher Model
Posted by Greg J at 10/24/2007 3:37:12 PM
I'll give this a shot. We are attempting to setup a master republisher model for horizontal scaling of our mobile devices. We currently have what will be the republisher with CE's connected to it. The goal being I do not want to cause re-inits and data loss from the CE's to the republisher w...more >>

Applying a snapshot to subscriber fron CAB file
Posted by PhilD at 10/24/2007 5:51:02 AM
I have replication running from SQL2005 to SQL2000, The amount of data has grown so large that when a new snapshot is generated it takes a very long time to send to the subscriber. I am using push transactional replication. The distributor and publisher are on the same server in Germany and th...more >>

why the problem arises when we replicate it?
Posted by SBR at 10/24/2007 12:42:01 AM
Hi, I'm setting up Transaction Replication b/w SQL Server 2K and SQL Server 2K5. I have published Tables, Views and SPs as articles. One of the views has more than 300 columns. So when i try to replicate it, I'm encountering the following error Message. "Error 20068: The article cann...more >>

Is there any way to just reinitialize only the changed article?
Posted by SBR at 10/24/2007 12:38:00 AM
Hi, I'm setting up Transaction Replication b/w SQL Server 2K and SQL Server 2K5. I have published Tables, Views and SPs as articles. When I try to modify the published Stored procedure, the changes are not replicated. When I Reinitialize the Subscription and start the Snapshot agent, it is...more >>

Replication or Mirroring
Posted by nas at 10/24/2007 12:07:03 AM
I'm facing some problems with the Snapshot Replication with error "StartIndex cannot be less then zero" and unable to find a solution for this. I'm seriously looking at Mirroring instead as an alternative solution. The question is since I'm having 5 databases (one around 60GB) used for HR, ...more >>

Login failed for user '' in a Transactional Replication
Posted by Fernando Lascala at 10/23/2007 8:26:00 PM
Hi! I need to subscribe a server in some publications to synchronize data from my host server (server1) to my back end server (server2) that work in diferent environments. When I subscribe the server2 in a replication it returns the following message: Error messages: Login failed for u...more >>

http://support.microsoft.com/kb/938671/
Posted by Ganesh at 10/22/2007 3:36:01 PM
FIX: The Distribution Agent may skip some rows when you configure a transactional replication that uses the "-SkipErrors" parameter in SQL Server 2005 Can some one please confirm is this applies only to Publisher,Distributor,Subscriber Computers or applies to all. Please confirm. Than...more >>

questions on recovery (zero day for me, wrapping up recovery)
Posted by David at 10/22/2007 2:37:55 PM
I lost a whole server (was windows 2000 sp4 with sql server 2000 sp3). Restored from backup on new server hardware (new idently as far as domain goes also, did not bring back old server's identity). Luckily I had a full backup from just the day before. I setup new server (w2k3 r2 sp2) and i...more >>

timeout while replicating over a 4 mb internet connection
Posted by G. Scheeres at 10/22/2007 2:27:02 PM
hi, we are trying to setup replication over a 4m sdsl line. the size of the database is about 8Gb. there are about 150 to 200 tables. we first made a snapshot that went ok, but if we push it over the internet to another server we get a bulk copy error on big tables (>35000 records) it retr...more >>

Help with replication error
Posted by Giorgio at 10/22/2007 8:23:03 AM
I am getting this error: The row was not found at the Subscriber when applying the replicated command. I have a transactional replication with row filters with UDFs on some tables and we are replicating data from internal sql server db to web sql server db. We have an internal system that s...more >>

Exclude delete statements
Posted by Rajeshaz09 at 10/22/2007 12:00:01 AM
Hi, I am using sql server 2000. In my replication program i need to exclude delete statements. I want to replicate only insert and update statements. Can any one help me......more >>

Lock Replication tables
Posted by sbonello at 10/21/2007 5:32:00 AM
Hi, I need to perform a maintenance batch process on tables that are being replicated on some tablet PC's. Is it possible to lock these tables so that replication is not performed during the batch process. Regards Simon...more >>

Replication error resolution
Posted by Jack at 10/19/2007 2:50:01 PM
Hi, I had to add a new field. Right now the field is empty (no records). However, I want to bring the field in the subscriber. However, while synchronizing I am getting the following error: Setting up to Sync PWO tables from Master to Laptop and vice-versa. Copying selected data both directio...more >>

troubleshoot transactional replication latency
Posted by imarchenko at 10/19/2007 2:22:15 PM
Hello! We have setup up transactional replication with dedicated distributor in SQL Server 2005 environment. I have noticed that during particular time of the day latency is increasing dramatically. I have been checking Tracer Tokens and Total latency during that time is around 30-40...more >>

removing foreign key column in merge replication
Posted by Udit Ghai at 10/19/2007 3:26:54 AM
Hi, Is there a way to not include a foreign key column in merge replicaiton. it is possible in transactional replication but not possible in merge. for example Table1 col1 pk Table2 col1 pk col2 fk on Table1(col1) i do not want to add col2 of Table2 for merge replication Any point...more >>

Error: HTTP verb used is not allowed.
Posted by will at 10/18/2007 5:38:09 PM
I installed IIS and the SQLServer Mobile server components. I'm getting an error when i Finish adding the Subscription - it's regarding the URL name on "Web Server Authentication" screen. The error is: IIS Error 405 HTTP_STATUS_BAD_METHOD: The HTTP verb used is not allowed. HRESULT 0x800040...more >>

Manual delete of distr agent - can NOT recreate
Posted by Chris at 10/18/2007 4:11:01 PM
SQL2000 trans repl - seperate dedicated distributor. Posted question prior about a failed subscriber. Server crashed, completely lost. We were able to drop subscriptions at pub, but distribution agent was not deleted. Just stuck in a red-x - "...subscription has expired "... err msg. Per...more >>

Copy SQL instance for test upgrade
Posted by Bill Clark at 10/18/2007 2:53:31 PM
We have an imaging product that is running on a Win2K SP4 server utilizing SQL Server 2000 Standard Edition for it's database. We are preparing to upgrade the imaging product but there is a history of bad upgrades. So, I need to create a copy of the production server to a new server and test...more >>

Start Transactional Replication without a Snapshot -- Help?
Posted by Ryan Hanisco at 10/18/2007 2:15:06 PM
Hey everyone, I have geographically distributed databases where I am replicating some tables between SQL 2005 instances via a transactional push replication. Because of the size of the DB and some network speed issues, running a snapshot is not possible as it causes downtime. I am 100...more >>

Merge Replication Rowcounts differ - How to resolve?
Posted by Anachostic at 10/18/2007 11:46:03 AM
We have a new merge subscriber (SQL 2k SP3, same as publisher) that has drastically different rowcounts after completing synchronization. The first attempt was the standard "Add New Push Subscription", but after completion, the database was not complete. It was missing rows in most of the ta...more >>

-SubscriberEncryptedPassword
Posted by Anders at 10/18/2007 8:29:07 AM
I do have a problem in executing parts of the script generated by the "script generator" on a replication job. I have a merge replication "pull subscription", and a job that replicate. This works perfectly However, I do want to make the script that creates the job, and the script can be gener...more >>

Merge replication on demand
Posted by Anders at 10/18/2007 3:18:01 AM
Hi I found an article: http://msdn2.microsoft.com/en-us/library/ms151169.aspx which could explain the detailed steps on a replication on demand which I seek desperately a solution on It.s a Merge replication - a push subscription, and must be done from the subscribers. Unfortunately, ...more >>

Invalid Cursor State
Posted by Santiago Titon at 10/17/2007 2:59:40 PM
Hello Sorry i don=B4t know english very well. I work with: Windows 2000 Server SQL Server 2000 SP4 Replication Transactional with queue update Queue Reader error: DISTRIBUIDOR.Comercial: {? =3D call dbo.sp_getqueuedarticlesynctraninfo (N'COMPLETA', 120)} Servidor: DISTRIBUIDOR, ...more >>

sqlserver 2000 sp_repladdcolumn took long time to add a nullable c
Posted by George Yin at 10/17/2007 2:48:00 PM
I have a table on sql2k under replication as below (it is a huge job to change schema you know that). the table has 500K+ rows. now I need to add one column using script exec sp_repladdcolumn 'TheTable', 'AllowRebuy', 'tinyint NULL', 'all' and the script took 5+ minutes to run; ca...more >>

High Availability OF Distributor?
Posted by bourgon NO[at]SPAM gmail.com at 10/17/2007 12:57:45 PM
I am trying to figure out how to move replication off our cluster and onto a separate distributor. But, what happens if the distributor itself goes down - is there any way to recover from that? Looking at http://support.microsoft.com/kb/886839, you should be able to restore the database. I al...more >>

SQL Server2005 to Oracle Replication of encrytped columns
Posted by Michael Meyer at 10/17/2007 12:49:31 PM
Is it possible to replicate encrypted data from SQL Server 2005 to Oracle? If so how would this be accomplished? I have seen articles on what it takes to do SQL Server to SQL Server, but not SQL Server to another RDBMS. Thanks ...more >>

Is there a limitation for merge replication blob?
Posted by rlu at 10/17/2007 9:06:49 AM
hi, Currently, I did a merge replication for BLOB. if the blob column size less than 495MB, the synchronization is ok. if size more than 495MB, the synchronization will be failure. Does anyone has this kind problem in merge replication? The detail information of my merge replication are: ...more >>

Transactional Rep - Is there any wany to Prioritize the article?
Posted by SBR at 10/17/2007 6:55:06 AM
Hi, I'm setting up Transactional Replication betweeen SQL 2K and SQL 2K5. This includes tables, SPs for replication. One of the tables is associated with a trigger that invokes a strored procedure. And when I initiate the Replication process, the table and SP is replicated but not the ...more >>

Transactional Replication problem Just Help.........................
Posted by rajnikantranjan NO[at]SPAM gmail.com at 10/17/2007 3:35:49 AM
Hi All! I need one help. I have Push Transactional replication on SQl Server 2000. Currently Publisher and Distribution database both are on OLTP Prod Server. Now I want to Move Distribution database from publisher to other remote server without breaking the replication setting. Just helpme. ...more >>


DevelopmentNow Blog