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 2006 > threads for october 15 - 21, 2006

Filter by week: 1 2 3 4 5

Replication Active Connection
Posted by masmith via SQLMonster.com at 10/20/2006 2:52:44 PM
Using SQL Server 2000 transactional replication which is running continously to populate our reporting server. We have a thrid party software which we need to use a interface to take a cvs file and import it into their database. The interface requires that it has exclusive access to the database....more >>


merge replication error
Posted by Don Deskins at 10/20/2006 1:11:02 PM
After running a merge replication consistantly for a couple of months, I needed to remove a table from replication so that I could modify the datatype on one of the fields (This table was really unnecessary on the subscribed db). I removed the table from replication by sp_MSunmarkreplinf...more >>

Log shipping and Replication
Posted by Himanshu at 10/20/2006 1:08:01 PM
I am documenting our disaster recovery plans and I was wondering if anyone has any experience with failing over to a log shipping secondary in a replicated environment. If I log ship all user databases, and msdb, and distribution to a secondary server, all to an exact point in time (after d...more >>

Subscriptions Reinitialize with No Explanation in Transaction Replication
Posted by joao NO[at]SPAM braviawebdesign.com at 10/20/2006 12:42:30 PM
Here is my topolgy: I have one server acting as both publisher and distributor. The publisher has a one way transactional publication. This publication has two articles with blob columns, one is ntext and the other is an image (ItemDescriptions and ItemImages, respectively). Everytime I make a l...more >>

Usage of several connections to deliver changes from distr to subs
Posted by andsm at 10/20/2006 10:41:02 AM
I simulating transactional replication on network with high bandwidth but with big latency (it is expected between Chicago and Singapore). I set 400 ms network latency and unlimited network bandwidth, with usage of network delay simulation software. Next I measure rates at which transactions a...more >>

replication to sql server by activeX
Posted by Nazeedah at 10/20/2006 4:35:02 AM
Hello i have a an application developed in vb6.0 and back end sql server 2000. i have a batch file that i created to replicate the data from the sql server 2000 on my pc(local) to replicate on another sql server 2000 which is found on another machine and the batch file is working fine. i ...more >>

Veritas and SQL Replication
Posted by Ada at 10/19/2006 10:33:01 PM
Hi All, We have a pub/dist server(A) and a subscriber(B). A is also being replicated to DR server C by Veritas at the same time. We would like SQL replication continue after moving to DR server C from A? Replication may not work properly since machine name on C is different than A. Do you ...more >>

Changing the data schema in Transactional replication
Posted by Aerin at 10/19/2006 10:17:01 PM
I am using concurrent snapshot - transactional replication. If I need to add the column to the replicated table, do I need to drop and re-create subscription everytime? The database is about 20Gb, it takes up to 4 hours to re-create two subscriptions. Is there any easier way of changing the da...more >>



Merging data from disconnected subscriber
Posted by John Van Vliet at 10/19/2006 7:54:01 PM
I have a single publisher and ten partitioned subscribers using merge replication. The subscription was accidentally removed from one of the subscribers yesterday. There have been lots of inserts and updates on all subscribers since the subscription was dropped. A number of articles use ide...more >>

Sync Data between Access and SQL Server
Posted by Joe at 10/19/2006 4:52:02 PM
Users use a inhouse app with Access 2000 backend. This isn't going to change, however the data in the Access file needs to sync nightly with a SQL database on a different server. Whats available to complete this task? ...more >>

Latency In Transactional Replication
Posted by sqldba at 10/19/2006 4:27:20 PM
During last couple of weeks some new Tables & Fields were added. SO both the time i have to re-intialize the Replication. my question is about LATENCY where i have seen for both the subscriber(SUB) for SUB-1 is 3.5 Hours & SUB-2 is 21 hrs. Size of the PUBLISHER DB is 18GB. AS Latency are in ...more >>

Script code for "Reinitialize All Subscripers" function SQL 2005
Posted by RU Developer at 10/19/2006 8:08:02 AM
Hello All We are running Merge replication on SQL 2005 with Pocket PC Clients. My question is, can i script (T-SQL) the same function as if i rightclick on the Replication Publication, and select "Reinitialize All Subscripers" and then click on "Create New SnapShot" + "Upload Changes"? ...more >>

How does Peer 2 Peer Replication handle conflicts
Posted by Udit Ghai at 10/19/2006 2:58:10 AM
hi, this might be a stupid question to ask we have suppose Server A and Server B having p2p2 replication now if i do an update at exactly same time on the same row. now both server will send out each of its transaction and commit the others transactions. now both servers are in a invalid stat...more >>

Queue Reader Agent Failed
Posted by Chinnappa Rajesh at 10/18/2006 9:16:01 PM
Hi, We have set replication between two servers.In subscriber if i update any row, the transaction is in Msreplication_queue Table.But when it try to push to publisher it throws a error called "Invalid cursor state". I don't know where it is going wrong. what could be the cause of this err...more >>

why is the SQL backup filesize so big
Posted by aaileng NO[at]SPAM yahoo.com at 10/18/2006 6:42:33 PM
Hi, We have an database which is about the file size of 730MB, this db is set configure with publisher and will always push data to our backup server database. When we backup this db, the database backup filesize is actually 85GB (full backup from SQL). Anyone has any idea why is my database...more >>

Small MDF and Large LDF
Posted by Maer at 10/18/2006 2:35:43 PM
Hi guys - I noticed that some subscriber's databases have an incredibly small mdf file and a large ldf. As an example one mdf is 1.4 MB and the ldf is 250 MB. The 250 MB should really be the size of the mdf. What is going on? Thank you, Maer ...more >>

Setting up replication with virtual server name
Posted by Peter at 10/18/2006 12:35:33 PM
We are trying to setup merge replication on a virtual server, but it keeps failing. We have run "sp_helpserver", "sp_dropserver 'localmachinename'", and "sp_addserver 'virtualservername', 'local'" to ensure that SQL Server will use the virtual server name, but the setup still fails. We have also...more >>

Upgrading Publisher
Posted by Maer at 10/18/2006 12:04:44 PM
Hi Everyone, I have a publisher on MSDE 2000 where I use merge replication. I want to upgrade MSDE to a full blown SQL Server Edition (probably standard). My question is if upgrading will in any way interfere with replication. Should I be able to upgrade and continue business as usu...more >>

Explain daily snapshot in transactional replication
Posted by DBAdan at 10/18/2006 11:43:02 AM
We are doing a proof of concept of heterogeneous transactional replication from Sql 2005 to Oracle. I have some questions about the snapshot. Q1) If the schema at the subscriber has been intitialized why do you need to have the automatically created daily job that runs the snapshot? ...more >>

Tran.Repl. Migration steps
Posted by Ada at 10/18/2006 11:39:01 AM
Hi All, We have a push transactional replication setup (one box is pub/dist, the other is sub), and it's moving to a new environment (the same domain). I have questions regarding the steps before the migration. - First weekend we have to move the publisher, and the subscriber at the foll...more >>

Distribution Agent Startup Parameters
Posted by John T at 10/17/2006 2:54:01 PM
Hello, I have scenario where I use two servers: SQL 2K sp4, on Win2K3 sp1. One server is a publisher, the other a subscriber. The replication topology is Transaction Replication with 1 queued updating subscriber. The distribution agent resides on the publisher. Firstly, I am aware of...more >>

WITH NO_TRUNCATE clause not working
Posted by Usarian at 10/17/2006 11:37:56 AM
(using SQL Server 2000 Standard) I am trying to test a log shipping script. I still have my regular log backup routine executing every 2 hours until I finish working the kinks out of my log shipping system. I try to back up the transaction log to my device while still leaving the logs int...more >>

Replication with parameters
Posted by jostein.solstad NO[at]SPAM gmail.com at 10/17/2006 1:18:43 AM
Hi I am using transactional replication to transform around 30 tables from a main office to about 30 back office installations. This workes very well with my transactional replication. But, there is a problem when it comes to the price tables. The prices can be different on each back office...more >>

Need help replicating transactional from SQL 2005 Pub/Dist to SQL7
Posted by Rob Kraft at 10/16/2006 1:17:01 PM
I am trying to replicate from SQL 2005 to SQL 7 using transactional replication (I am able to do merge replication). I created a table with one column (two rows) that is also the PK. I use the wizard and take all the defaults for Transactional (except I specify accounts for logging into). I...more >>

merge tables in seperate schedules and time
Posted by Roman at 10/16/2006 11:32:01 AM
Hi I'm using SQL Server 2000 Std Ed. and have a merge replication with 3 subscribers running. I want to merge a certain number of tables every 10 minutes and other tables only once a day. Please let me know if this strategy is viable. How do I implement this ? Thanks in advance Roman...more >>

When *not* to use "Not for Replication"
Posted by GroupReader at 10/16/2006 10:34:49 AM
Hello, I think I understand why one would use the "Not for Replication" option on an identity column. So, now the question is: When would I *not* use "not for replication?" (and Why?) 1. This setting needs to be set when the table is first created, so wouldn't I always set this option i...more >>

Merge Replication - Identity Column causing conflicts
Posted by Guy Thornton at 10/16/2006 8:49:02 AM
I have an application that uses Merge Replication. In my database design, before I created the merge replication publication, I modified the tables and set my identity columns to Yes (Not for replication) option. I am hitting a problem however, when I try to insert a new row in one of the ...more >>

Merge Replication Conflict - Primary Key Constraint
Posted by Guy Thornton at 10/16/2006 8:48:02 AM
I have an application that uses Merge Replication. In my database design, before I created the merge replication publication, I modified the tables and set my identity columns to Yes (Not for replication) option. I am hitting a problem however, when I try to insert a new row in one of the ...more >>

Replication 255 column limit
Posted by robert NO[at]SPAM orisoft.co.uk at 10/16/2006 6:10:29 AM
Is there a workaround for this limitation? I.E can I just use the column filters option when setting replication up to get around this? ...more >>

Migrating Replicated database from one server to other server
Posted by admindba at 10/16/2006 4:29:01 AM
Hi I am having a project where i have to migrate a SQL Server database to another machine with higher configuration in same domain with different name as we follow certain naming convention so name will remain different from old server even after migration Scenario Server A(Old Serv...more >>

reseed required after solving conflicts
Posted by Patrick at 10/16/2006 2:31:42 AM
I have set-up several replications, all of them working on the same way. But on the last one a strange thing occured: It seems that when a conflict is solved by choosing to use the displayed data from the looser, I need to reseed the identity column. The replication is working on the merge mod...more >>

ADD column on Publisher, then DROP Default constraint on Subscriber
Posted by Frank at 10/16/2006 1:53:24 AM
Hi folks, Setup: Transactional Replication on SQL2000 (SP4), PUSH Publication to multiple Subscribers Everything works fine in the current setup I've learned that I can easily ADD a new column to a table on the Publication with the sp_repladdcolumn, or via EM's Publication Props->Filter...more >>


DevelopmentNow Blog