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

Filter by week: 1 2 3 4 5

Internal error: HTTP header information is either corrupted or missing in the transport message.
Posted by jasonrshaver NO[at]SPAM gmail.com at 1/7/2007 4:30:09 PM
Publisher: SQL Server 2005 Subscriber: SQL Server Mobile I am getting the following error when I try to perform a merge replication: TITLE: Microsoft SQL Server Management Studio ------------------------------ Internal error: HTTP header information is either corrupted or missing in the...more >>

Can I assign rowguid from the client code instead of using default newid()?
Posted by Alex via SQLMonster.com at 1/5/2007 11:39:48 PM
Do I have to use default newid() for the rowguid? I would prefer to pass a sequential GUID from the client code instead. -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-replication/200701/1 ...more >>

Merge Subscription works on some Pc's but on some ...........
Posted by SANJAY PAWAR at 1/5/2007 6:40:52 PM
Thanks for your co-operation given before. I am new to Replication. Pls be patient. Now I am coming with the new problem. On a different location one PC is showing following error. What does it mean? Category:SQLSERVER Source: VINOD Number: 50007 Message: xp_execresultset: problem with ...more >>

Log Shipping AND Database Mirroring ?
Posted by N. at 1/5/2007 4:53:06 PM
We are in the planning stages of setting up a redundant failover SQL environment and were wondering if it's possible to integrate Database Mirroring for some our databases (<10) and log shipping for the rest of our databases. All DB's are on a single instance of SQL Thanks Nick ...more >>

Replication Triggers on replicated tables.
Posted by ChrisR at 1/5/2007 3:32:47 PM
Howdy all. I set up Immediate Updating replication on AdventureWorks on 2005 Person.Address and AddressType tables. When this type of replication is created, a replication trigger is created on the Publisher. However, this replication trigger fires off the other (User) trigger on the table whe...more >>

URGENT HELP REQUIRE==> PLS HELP
Posted by SANJAY PAWAR at 1/5/2007 3:14:58 PM
Following commands from VB6 are working with SNAPSHOP and TRANSACTIONAL replication. But it does not work with MERGE. Pls help ! Option Explicit Const DB_AUTHENTICATION = 0 Const NT_AUTHENTICATION = 1 Const TRANSACTIONAL = 1 Const ANONYMOUS = 2 Const PULL = 1 Const FILETRANSF...more >>

Merge pull subscription through windows synchronisation
Posted by SANJAY PAWAR at 1/5/2007 10:57:00 AM
When I try to synchronise Merge Pull subscription @ subscribers through windows synchronise in XP it gives me following error. "The remote server does not exist or has not been designated as a valid Publisher." Pls help Sanjay ...more >>

best solutions : sql server replication (Maintenance)
Posted by DKRReddy at 1/4/2007 10:56:13 PM
we are frequently running the maintenance tasks on production during that databases are not accessible. to avoid this we want to switch over to the standby server during maintenace and after maintenance has been completed switch back to primary server.During maintenance all data changes need t...more >>



URGENT -==>new Data added on subscribers side is getting deleted
Posted by SANJAY PAWAR at 1/4/2007 5:27:39 PM
I have Publisher and Subscriber on 2 different locations. Data added on subscriber is getting deleted and overwritten by the publishers data at the time of synchronisation. I want 2 way update. Data can be added on PUBLISHER as well as SUBSCRIBER. Is it possible in Trans Replication ? OR is ...more >>

Error 14262
Posted by David at 1/4/2007 5:12:22 PM
Merge replication - SQL 2000. I ran some scripts to add a column to a table and to add a new table and view to articles. All went fine. Then I tried to manually start the snapshot agent and it gave me this error "The specified @job_id('guid number...') does not exist." What do I need to ...more >>

HOW TO IMPLEMENT UPDATE INMEDIATE WITH ONE SUBSCRIBER AND MULTIPLE PUBLISHER
Posted by Maxi at 1/4/2007 1:25:28 PM
Hi, i have SQL2k SP4. My replication topology is: 1 Subscriber central and 4 publisher (no conflic) ok, the subscriber is necesary update inmediate to publicher data, for example: Pub A containt Empresa_id # Sucursal_id # monto ------------ ------------ ------- 1 ...more >>

Clustering or log shipping MS SQL 2000?
Posted by Chris T. at 1/4/2007 11:18:27 AM
Our current SAP production environment consists of a window 2000 advanced server and MS SQL 2000 with SAP 4.7. We would like to setup a reporting server which contains an exact copy of the production database which is up-to-date all the time during the day. I started looking into log sh...more >>

identity range check constraint
Posted by jgmeinder NO[at]SPAM gmail.com at 1/4/2007 11:02:41 AM
SQL 2005 merge replication. I took the defaults on an article for publication - auto identity management and the default ranges. If I attempt to insert >2000 rows (the size of the 2 ranges assigned), I recieve the following error: The insert failed. It conflicted with an identity range chec...more >>

Triggers on replicated tables making Updates tough.
Posted by ChrisR at 1/4/2007 9:14:43 AM
Howdy all. I just set up Transaction, Immediate Updating replication on two 2005 boxes, replicating the adventureWorks DB. One table in particular (Person.AddressType) contains an Update trigger. When I try to Update a value on that table, I get the message "Maximum Stored Proc, function, tr...more >>

Question on Identity columns in 2005.
Posted by ChrisR at 1/4/2007 7:27:09 AM
Howdy all. I used to frequent this forum and hope all has been well with Paul, Hillary, and any other regulars I may have missed. Anyways, I just set up Transaction, Immediate Updating replication on two 2005 boxes, replicating the adventureWorks DB. One table in particular (Person.AddressTy...more >>

Merge Replication and Trigger Problem
Posted by Benzine at 1/3/2007 9:59:05 PM
Hi, I have an issue with my replication at the moment. I will try to describe the scenario accurately. I am using MS SQL 2000 SP4 with Merge Replication. Users/Subscribers connect to the publisher to upload/download changes. I have a trigger set up on one table which updates another, her...more >>

Row Not Found Err w/ zero details
Posted by Chris at 1/3/2007 4:43:01 PM
SQL 2005 Transactional Repl. Receiving row not found error. In SQL2000 you could view the error details and see the exact sp call sp_MSUpdxxx command that was trying to execute w/ param values. Now in 2005 - this is the most detail I get below: How do I see what row was missing? tia C...more >>

Replication and filegrowth
Posted by Morten Snedker at 1/3/2007 10:06:13 AM
SQL Server 2005: After setting up replication of a database (for initial testing) the size of database and its backup has exploded. Normally the size of the mdf-file is about 54MB, but after implementing replication the size went +450MB. Due to the developing phase the database backup set...more >>

Merge changes
Posted by David at 1/3/2007 8:13:10 AM
I just want to verify that my plan for making changes to SQL 2000 merge publication and to ask some basic questions. I need to add a new table, modify a view, add a column to a table in existing articles and uncheck the "Enforce relationships for replication" on several tables due to it causi...more >>


DevelopmentNow Blog