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 > february 2007 > threads for february 1 - 7, 2007

Filter by week: 1 2 3 4

Insert operation was discarded in subscriber(Newbie)
Posted by Kaliven at 2/7/2007 4:13:23 PM
I have some subscribers in cluster. when delete a record in a subscriber side, Publisher accepted the operation.However if try to insert a record with the same rowguid in the same table named "Image",Publisher rejected the operation. After tracing that operations of the table Image,the re...more >>


The row was not found at the Subscriber when applying the replicated command.
Posted by Krisnamourt via SQLMonster.com at 2/7/2007 4:00:42 PM
I have Scene Replication with Central Subscriber with many Publication with same tables. All tables have horizontal partition data about Publisher table to Subscriber tabler. That's ok. So, when I tried to propagated the second Snapshot of the onother publisher, this message appear. I read Paul...more >>

Database Snapshots vs Snaphot replication
Posted by PromisedOyster at 2/7/2007 3:38:30 PM
In the enterprise version of SQL there is the facility to do snapshot replication which I have not tried. How does this differ from snapshot replication? ...more >>

Vertically filtering columns
Posted by MittyKom at 2/7/2007 11:31:00 AM
Hi All I have a 2 tables Tab1 and Tab2 with the same schema but on two different databases as below: Tab1 Col1 Col2 Col3 1 a a1Z 2 b b2Z Tab2 Col1 Col2 Col3 1 ax a1 2 bx b2 After replication Tab2 Col1 Col2 Col3 1 ax a...more >>

publisher not receiving updates for one column while receiving updates for other columns in same row
Posted by brian.dunzweiler NO[at]SPAM gmail.com at 2/7/2007 8:02:09 AM
I have an issue in my merge replication setup where a subscriber updates three integer fields (status, competitor1, competitor2). When I check the publisher, only updates to competitor1 & 2 make it in. I have checked the conflict tables and they are empty. No error messages are reported durin...more >>

Why mirror when I could replicate?
Posted by ChrisR at 2/7/2007 7:51:00 AM
Howdy. I was reading PromisedOyster's question on "Replication vs. Mirroring" and it got me thinking, what would the benefit to Mirroring be in light of the new Replication enhancements? To be clear, Im referring to Peer to Peer Replication, or continuous Replication with Immediate Updating Su...more >>

Log shipping maintenance on secondary server
Posted by JohnPaw at 2/7/2007 7:16:01 AM
Due to a large input on the primary server, one of our tables had grown enormously. With the right commands (delete, dbcc shrinkdatabase), we managed to shrink this primary server down to normal proportions. Is there a way to do this also for the secondary server? ...more >>

merge replication and cpu 100%
Posted by claudio rizzo at 2/7/2007 6:03:01 AM
Hallo I've created a merge replication where publisher is a sql server 2005 and subscribers are several mobiles. My sql server replica doesn't work very well. Server cpu works at 100%. when a subscriber create a subscription to merge data, the upload appears correct, on the contrary ...more >>



Updating stored procedure definitions
Posted by Cerora at 2/7/2007 5:00:00 AM
Scenario: Windows Server 2003/SQL Server 2005 SP1 on publisher and subscriber. Transactional Replication (without Updateable subscriptions) with a PUSH publication from server A to server B. Replicate Schema changes are set to TRUE. Issue: We have a number of stored procedures with a leng...more >>

Filtering columns in replication
Posted by MittyKom at 2/6/2007 3:58:01 PM
Hi All I have 2 tables with the same structure and data except only the data in one of the columns, NameC. And there are on different databases. Is it possible to replicate Db1..abc table excluding one of the columns, NameC to Db2..abc table on a separate database without inserting anyth...more >>

Snapshot generation error
Posted by David Gray at 2/6/2007 2:07:59 PM
Hi, SQL 2000 (SP3a) Windows 2003 Getting the following error when running a Snapshot agent which replicates 27 tables (no metadata) to a database on the same server (Tandoori). Cannot use empty object or column names. Use a single space if necessary. (Source: TANDOORI (Data sou...more >>

Peer to Peer question.
Posted by ChrisR at 2/6/2007 1:05:01 PM
BOL link: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/23e7e8c1-002f-4e69-8c99-d63e4100de64.htm Howdy all. I was just reading up on this topic and have a question. It says on this page (Topology with two participating databases) that reads will be spread out between the two servers,...more >>

Replication vs mirroring
Posted by PromisedOyster at 2/6/2007 4:29:19 AM
Our clients would like an automated fallover database server as well as a database for reporting purposes. At face value, mirroring would seem the better option. However, it would appear that the users aren't able to run queries against the mirrored database. See statement below from the MSDN ...more >>

SQL Server 2000 Replication Agents Credentials
Posted by Ronald Green at 2/6/2007 2:03:06 AM
Hi, I have a replication topology as follows: sql server 2000 sp4 publisher on one server, sql server 2000 sp4 distributor on another server and sql server 2000 sp4 subscriber on another server. I execute sp_addpullsubscription_agent (on subscriber) and set all the security_mode parameters ...more >>

SQL Replication Windows Workgroup
Posted by Rustom at 2/5/2007 7:37:20 PM
I have configured transactional replication between 2 SQL Server 2005 servers. Unfortunately, I am experiencing permission issues when try to access configure the pull subscription. They two servers are in a Windows Workgroup, therefore, what are the permission prerequisites I must configu...more >>

Replication conflict
Posted by Ben at 2/5/2007 6:35:01 PM
Hi, I am using SQL Server 2005 replication. In the Conflict Viewer I have the following message for the conflict being reported. The same row was updated at both '[Publisher]' and '[Subscriber]'. The resolver chose the update from '[Publisher]' as the winner. The table is not filt...more >>

SQL05 Merge Publication filtering issue
Posted by Microsoft News Groups at 2/5/2007 5:23:31 PM
Hi All, I am using a merge pull replication with the problem shown in the scenario below: 1) Organisation 'A' is added to tblOrganisations on the "server" 2) "user" synchronises and does not add these organisations because the filter restricts the subscription to only those oganisations t...more >>

Publication XXX does not exist - Invalid Cursor State
Posted by Guy Thornton at 2/5/2007 12:51:02 PM
I have an application that uses merge replication to synchronize data between an SQL 2000 server and MSDE 2000 clients that are desktop systems. I have been testing this applicatio for some time while I developed and have had no problems with replication. This week, I have added additional...more >>

Authentication with MSSQL 2005 Mobile Merge Replication
Posted by Vladimir Kofman at 2/5/2007 12:42:15 PM
Hi, I'm using MSSQL 2005 Mobile subscriber to partitioned publication (with merge replication). In my case the partition is security-related, so it's important to ensure that different subscribers will get only their own data. Since I can't use SUSER_NAME(), and since HOST_NAME() can be ove...more >>

publisher malfunction
Posted by Mor DeRor at 2/5/2007 11:53:01 AM
Hi, Has anyone seen a problem like this: when trying to add an article to an existing publication (i.e. running sp_addarticle) I get the following error if I run it from my workstation: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionCheckForData (CheckforData()). Server: Msg 11, ...more >>

The process cound not enumerate changes at the subscriber - Invalid character value for cast specification...
Posted by jim.smith2 NO[at]SPAM honeywell.com at 2/5/2007 10:58:14 AM
We use MS-SQL replication between multiple servers at various sites but on two independent sites, we are seeing this error message on merge replication. It is returned within seconds of starting the agent. One site was working fine and developed the error while the second is a new installation...more >>

Replication sql 2000 question
Posted by myrights99 NO[at]SPAM gmail.com at 2/4/2007 9:34:05 PM
If i add NEW COLUMNS to 2-3 existing Articles\Tables using "sp_repladdcolumn" do i have to re-initialize replication & apply SNAPSHOT or LOG READER will apply all data in that new columns for subscriber. i am trying to understand when i add new columns how columns are getting replicated to SUBS...more >>

SQL 2000 Distribution error
Posted by myrights99 NO[at]SPAM gmail.com at 2/4/2007 5:25:54 PM
Error = Invalid distribution command type. LAST COMMAND = sync -t"TableName" -d"\\SQLSERVERNAME\E$\Program Files\Microsoft SQL Server\MSSQL\ReplData\unc\................................. \TableName_2336.bcp" -hORDER( [Column1],[Column2],[Column3] ASC) Transaction sequence number and command I...more >>

Error 21776 [SQL-DMO] name XXXX not found in Transpublication table.
Posted by David Gray at 2/2/2007 2:41:08 PM
Hi, Does anyone know how to get over this problem in SQL 2000 without removing all replication then adding back in? Could not create a Pull subscription to publication XXX Error 21776 [SQL-DMO] name XXXX not found in Transpublication table. Thanks Dave ...more >>

RE: Verify Replication
Posted by JN at 2/2/2007 2:20:54 PM
After creating a successful transactional replication, is there a good way to verify that all the articles have been replicated to the subscriber and that the data is in sync? Thanks, JN ...more >>

How do Updatable Subscriptions work?
Posted by Rob at 2/2/2007 12:24:01 PM
Hi, I have a question on how Updatable Subscriptions work. While I understand that triggers are added to the published tables in the subscription database, and when a change is made at the Subscriber, the trigger fires. In light of this, I've been wondering... wouldn't that leave the state...more >>

replication setup
Posted by 00MichaelJordan at 2/2/2007 10:09:42 AM
Hi, I am using SQL 2005 server. If I want to replicate a table from A server to B server, using transactional publication, do I setup a publication in A server with article of the table and then setup a subscription in B server? Am I over-simplifying or there is some thing I n...more >>

changing column size on publisher side table
Posted by Rich at 2/2/2007 9:04:00 AM
Hello, If I want to change the column size of a table under replication on the publisher side, can I do this manually? And then manually change the column size of the corresponding table on the Subscriber side? Or does this require the use of Replication SP's? If so, what Replication SPs...more >>

QUEUE READER - A FREQUENT PROBLEM!
Posted by Luca Schiavon at 2/2/2007 5:19:00 AM
Hy, we have a recurrent problem on a transactional replication with queue updating, after about 1 month the replication has worked well the queue reader stop with this error: ODBC error invalid sql data type, we have solved this problem in this way: 1 we have tracked the activity of th...more >>

Cause INSERT statements without column lists to fail
Posted by confused at 2/2/2007 4:21:02 AM
Hi Hilary, Paul..... I have another real problem I hope you can help with. Setup replication now with no problems but one! The database tables fail from the application thats using them because of the ROWQUID column. I noticed that JUST before the articles are created it shows this; ...more >>

how to reduce replication lag time
Posted by mdGandhi at 2/2/2007 3:33:09 AM
I have two identical databases on two different servers connected via LAN running SQL Server 2000 with the latest service packs applied on Windows Server 2003. I have set up merge replication for a few tables on these databases. The process works fine. However, when any change is made to data in...more >>

Replication Monitor
Posted by Tigermikefl at 2/1/2007 1:31:00 PM
In SQL 2k, I recently found my replication monitor displays no subscriptions in the tree = Replication Monitor > Server> Publication. Where I could see all 50 + subscribers, now there is only a snapshot agent showing. Yet all subscribers are happily synching away and visible in the Repli...more >>

Post Setup Maintenance
Posted by Tigermikefl at 2/1/2007 1:24:00 PM
Hi all, I have designed and implimented my 2K pubs and msde subscribers, anonymous pull. There isn't much docs on maintenance steps and less on the "Validate all users." Does that just show validation stats in the history or will it set the user to reinitialize if something is off or som...more >>

getting locking error when trying to copy database
Posted by pigfinn at 2/1/2007 11:30:00 AM
Hi all... I made a backup of our production database, and am trying to copy it over to our test server. About 3/4 into the way of the copy, I get an error message that reads: cannot copy nmhsystem_013107: The process cannot access the file because another process has locked a portion o...more >>

Identity range management
Posted by John Van Vliet at 2/1/2007 9:42:00 AM
I apologize for the repeated post, but my previous posts were not answered and I'm getting desperate. I have a SQL2005 Standard publisher with 10 SQL2005 Express subscribers using web synchronization (anonymous subscriptions). The identity ranges on the subscribers are not properly updating...more >>

SQL Server 2005 Express vs MSDE
Posted by Stuart Lowe at 2/1/2007 6:39:03 AM
Can MSDE be used as a Publication to another MSDE Subscriber using Merge Replication? Can SQL Server 2005 Express be used as a Publication to another SQL Server 2005 Subscriber using Merge Replication? What is the difference between SQL Server 2005 Express and SQL Server 2005 Compact Edi...more >>

Minimum Setup Requirements for SQL 2005 Replication.
Posted by Stuart Lowe at 2/1/2007 5:59:00 AM
What are the minimum setup requirements to support the following. 2 Remote Laptops running SQL Server 2005 Express databases with the ability to synchronize with each other. Also they should be able to synch with a server hosting a SQL Database whci is accessible from 2 other Desktop PCs. ...more >>

Violation of Primary Key Constraint
Posted by confused at 2/1/2007 3:47:00 AM
Hi, I'm running SP4 with the latest rollup so everything should be fine.......erm NOPE I'm getting the above error because the subscriber is NOT reading the schema properly. Now I dont why this happens and MS apparently corrected it in SP4 but they have not...... Everytime a do a new ...more >>

Log shipping - Huge transaction log after maintance.
Posted by Mikael at 2/1/2007 12:52:00 AM
Hej Im running 2005 enterprice with logshipping every 15 minutes. I have a maintance plan including the following in this order: - Check integrity - Rebuild indexes - update statistics - Full backup. The backup is the last task in the process so the following logshipping sould only ta...more >>

Deleting replication, leaves data in distribution database
Posted by Deshtierre at 2/1/2007 12:12:25 AM
Hi, >From a publisher I replicate 3 databases to a distributor/subscriber machine. On all of them i have MS SQL 2005. When i delete one of the replications by running publisher => sp_dropsubscription subscriber/distributor=>sp_removedbreplication publisher => sp_removedbreplication subscr...more >>


DevelopmentNow Blog