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 > november 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

timeout expired
Posted by alfred at 11/30/2005 5:53:01 PM
Hi I am getting a timeout expired error on a transactional replication distribution agent. how do I go about figuring out what is wrong. I can select from the subscriber while in the publisher database, so does that mean the connection is OK. help thanks al...more >>


Bi Directional Transactional Replication
Posted by CLM at 11/30/2005 2:05:16 PM
Okay I posted this yesterday I believe: “Let's say TableA on a 2000 ServerA.DatabaseA has an identity key and I want to transactionally replicate that TableA to a ServerB.DatabaseA (that is also 2000). But here's the catch: in the case of a significant outage on ServerA I want to be abl...more >>

replication between SQL 2000 and 2005?
Posted by Guillermo Lovato at 11/30/2005 12:27:16 PM
We currently have a SQL2000 replication in place and we're considering moving one of the servers to SQL2005 x64. is 2000/2005 replication interoperable?. is the x64 2005 different in handling replication or is it interoperable with 32bit versions?(be it 2005 x64 to 2005 32b or 2000 32b) tha...more >>

Snapshot Replication with Identity
Posted by M at 11/30/2005 11:03:26 AM
I create the subscription table manually using the IDENTITY property and the NOT FOR REPLICATION option. I set the 'name conflicts article' property to 'keep the existing table unchanged' (Actually they are blank tables no any records in the tables). The question is after data are transfer...more >>

Using DISTRIB.EXE or REPLMERG.EXE in SQL Express
Posted by RSH at 11/30/2005 9:06:15 AM
Can I use DISTRIB.EXE or REPLMERG.EXE to force SQL Express to synchronize a Pull Subscription on the SQL Express machine to the publisher (SQL Server)? ...more >>

Replicating Data between SQL Server 2000 and SQL Server 2005
Posted by Scott Hunley at 11/30/2005 9:03:02 AM
I am currently trying to implement a replication strategy between n-many SQL Server 2000 databases, located on our hosting companies machine, and our reporting/datawarehouse server, located here in the office. So, I have 2 versions of SQL, Connection over the internet and 2 different domains ...more >>

System Account
Posted by Mathew at 11/30/2005 8:49:06 AM
Hello everybody, I cannot set my server as a distributor. It keeps telling me "SQL Server Agent on 'My Server Name ' currently uses the system account, Which causes replication between servers to fail. In the following dialog box specify another account for the Service startup account". I u...more >>

Transactional replication with multiple publishers seems unreliable.
Posted by Chris McGuigan at 11/30/2005 8:46:07 AM
We have a SQL2000 Publisher, and SQL2005 server doing Distribution and Subscription. We're using transactional replication with push subscription. We've had this running reliably for 2 weeks with one publication with 21 articles. The database is a Great Plains DB for our UK office. We cre...more >>



Session Details in Distribution Agent
Posted by Tejas Parikh at 11/30/2005 8:07:04 AM
Hey guys. I went to the Agent history for the distribution agent and it tells me 'A total of 1 transaction(s) with 8 command(s) were delivered.' Can someone tell me how I can check what was exactly done at this transaction? I need to know this because I just want to see wut it updated. Th...more >>

Skipping initial snapshot in trans repl with SQL 2005
Posted by Marco at 11/30/2005 5:11:08 AM
Hi all, my application (with sql server 2000) used transactional replication with several publishers and one subscriber. Because the subscriber could have its own data, when creating subscription I chose the "The subscriber has already schema and data" option, skipping initial snaphot from be...more >>

problem with updating identity in transactional replication
Posted by Tejas Parikh at 11/29/2005 4:38:03 PM
Hey. I've a few transactional publications. It fails with this error. When I looked at the command, it's trying to insert a null in identity column. Why does it do that? As of now, I've commented the update for the identity column in the sp_msupd_logdevicebeacon. But now, if somebody tries to ...more >>

Forcing SQL Express to synchronize
Posted by RSH at 11/29/2005 12:50:50 PM
I have a situation where I have SQL Server 2005 as my Publisher/Distributor and I have it setup to run Push Merge Replication. The subscriber is an instance of SQL Server Express. Obviously SQL Server Express doesn't have the means to force synchronization. I do have it setup at the moment ...more >>

queue reader agent reports ODBC Error: Invalid cursor state
Posted by John T at 11/29/2005 11:40:16 AM
Hello, SQL Server verison on Publisher: 8.00.970 SQL Server verison on Subscriber: 8.00.970 An update proc containing two statements was issued on the subscriber. The queue reader reports ODBC Error: Invalid cursor state. I do not believe that Q831997 Applies here, because the symptoms p...more >>

Could not find the index entry for RID
Posted by andrew bourne at 11/29/2005 11:00:09 AM
Hi all, got this error and well want some advice really. Cheers The process could not enumerate changes at the 'Subscriber'. (Source: Merge Replication Provider (Agent); Error number: -2147200999) --------------------------------------------------------------------------------------------------...more >>

Two Way Transactional
Posted by CLM at 11/29/2005 10:25:07 AM
Let's say TableA on a 2000 ServerA.DatabaseA has an identity key and I want to transactionally replicate that TableA to a ServerB.DatabaseA (that is also 2000). But here's the catch: in the case of a significant outage on ServerA I want to be able to repoint the web to ServerB.DatabaseA and ...more >>

restarting sql server with transactional replication
Posted by Sammy at 11/29/2005 6:57:10 AM
Hi I have transactional replication on my server. If I need to restart the Agent or Sql Server is there anything I should be aware of or is there a set way to restart sql server or the agent. If I restart Sql Server while a transaction is going on will there be any corruption or will Sql Serve...more >>

Adding New Column & updating bulk data in merge replication
Posted by SouRa at 11/29/2005 2:32:03 AM
Hi, We have about 50 databases (SQL Server 2000, SP3) which are merge replicated. We merge replicate about 100 odd tables in each of these database. We need to add couple of columns in one of our major transaction table where most insert/updates are being done. This table presently on averag...more >>


DevelopmentNow Blog