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 > march 2006 > threads for march 1 - 7, 2006

Filter by week: 1 2 3 4 5

duplicate sa login names in sysxlogins
Posted by mitsql at 3/7/2006 8:18:33 PM
Hi, I've systems with merge replication setup. On publisher i 've duplicate sa and distributor_admin login names in sysxlogins. Can i delete them ? why are there duplicate login names? Regds, amit ...more >>


saving time in snapshot?
Posted by Wingman at 3/7/2006 1:21:31 PM
We are using SQL 2K with sp4 and using push replication. if I set up the push replication for the very first time, is there a way to save the time for the initial snapshot generation of all tables by having the subcriber database popuated with tables using backup and restore method from the...more >>

ISAPI Error
Posted by John Luo at 3/7/2006 9:23:30 AM
I Configured WebSync through SQL Server 2005 on a Windows 2003 Standard Server. IIS,CA and Application Pool are also configured. When I try to browse https://Localhost/SalesOrders/Replisapi.dll it gives me a message "The page cannot be displayed". Any help would be greatly appreciated. ...more >>

SQL Server Logs (NOT TLogs)
Posted by LPR-3rd at 3/7/2006 7:38:12 AM
Running Win 2k & SQL 2k Is there any way to control the size of the SQL Server Log?? I have some that are in excess of 35 meg. I am not talking about the TLogs now, the SQL Server Logs. AHIA, Larry.... ...more >>

Deleting TLogs
Posted by LPR-3rd at 3/7/2006 7:36:01 AM
Running Win 2k & SQL 2k I am not sure if this is a bug or by design, but in my Database Maintenance Plans, on the Transaction Log Backup tab, I have the 'remove files older than:' checked, with a value of 2 weeks, but my TLogs do not delete automatically. Is this by design or a bug?? ...more >>

Replicate with Logshipping secondary database
Posted by NET at 3/7/2006 12:00:00 AM
Hi All, I would be grateful if you can give me any direction. Case: when we do log shipping to secondary server, DB on secondary server is state read only, can read only DB replicate data to other server? The purpose of this testing is that we are trying to figure which is the best way t...more >>

Complete newbie to replication, have a question
Posted by Lucas Graf at 3/6/2006 11:59:07 PM
We have had a server in LocationA for quite some time. The need arose recently to have a server setup in LocationB due to some bandwidth issues. LocationB was given a snapshot of the DB @ LocationA when it was first setup. However, both machines will need to have the same data as both are ...more >>

check merge replication conflicts
Posted by mitsql at 3/6/2006 7:45:04 PM
Hi, I would like to know if we can check merge replication conflicts programmatically. which tables do we need to check for replication conflicts? By default some conflict_* tables are created. will these contain the info? Rgds, amit ...more >>



snapshot cleanup with sql server 2000 merge replication
Posted by J.T. Moore at 3/6/2006 5:36:13 PM
Hello, I have a problem where old snapshots are not being deleted after new ones are created. I am running merge replication between two sql servers for multiple publications on multiple databases. Both servers are running sql server 2000 sp4 on windows 2000 sp4 with all updates installe...more >>

Initializing a subscription using SAN copy tools?
Posted by pshroads NO[at]SPAM gmail.com at 3/6/2006 10:11:10 AM
We have a 500 GB database that we are looking in to replicating. Initializing the subscriber is obviously an issue with that much data. I have read about initializing the subscriber using a backup and restore but we are also looking at a feature of our SAN (a Dell CX-500) that can create snapsho...more >>

Replication Expired subscription clean up job failed
Posted by T Ho at 3/6/2006 9:54:28 AM
Don't know why this job failed since I deleted and rebuilt the subscriber and publisher last week. Can someone help? Error detail says: 'Executed as user: FOSTER\sqlservice. Could not find stored procedure ''. [SQLSTATE 42000] (Error 2812) Associated statement is not prepared [SQLSTATE HY...more >>

Publisher set to Simple Recovery - Is this a problem?
Posted by Adam at 3/6/2006 9:20:30 AM
If the publisher database is set on simple recovery mode and if the transaction log gets truncated on check point, then is there a chance that the rows that should be replicated might get lost before the log reader agent can read them and send them to the distributor. Publisher is a 7.0 box an...more >>

Droping a table in subscrier !!!
Posted by Mathew at 3/6/2006 8:57:23 AM
Hello, I had a merge replication that was replicating a table, and i deleted it, now it doesn't let me drop that replicated table in my subscriber database. It says that it is being used for replication. I even stoped and started my server, but no success. Any help !!!!!!!! Thanks, Ma...more >>

Merge Replication with filters throwing error
Posted by Lonifasiko at 3/6/2006 6:11:27 AM
I'm synchronizing SQL Mobile 2005 with SQL Server 2005 using Merge Replication. I've filtered a table like this: WHERE HOST_NAME() = convert(nvarchar(100), patientId) "patientId" is uniqueidentifier type column, the primary key of "Patient" table. The error when synchronizing is the follo...more >>

Replication and BDE (Borland Database Engine)
Posted by Leila at 3/6/2006 12:19:23 AM
Hi, Is it true that BDE encounters problem when the database is used for replication? We have problem with BDE when the tables are used in publication and rowguid column is added to them. The error message returned by BDE is not helpful at all (Capability is not supported!) Any help would be...more >>

Deadlock on merge agent
Posted by Yong Zhang at 3/5/2006 12:57:30 AM
Hi, I found deadlock error a week ago, and set up the 1024 traceflag as you advised. It caught one deadlock, but I'm really confused. The two nodes of the deadlock are: sp_MSmakegeneration and one stored procedure which find a specific record by key a...more >>

Cons to seperate distributor
Posted by Hassan at 3/4/2006 10:27:55 PM
What are the cons of have the distribution database on its own seperate server from the publishers with regards to transactional replication ? I am more concerned from a latency perspective ? Would the changes be a bit slower to propagate to the subscriber as a result of this ? Let me kn...more >>

Data Validation on merge agent
Posted by yong at 3/4/2006 9:42:27 PM
Hi, I intend to set up data validation and re-initialize on merge agent. But I'm not sure if it will cause data lost at subscriber side. If the data validation fail, the merge agent is supposed to re-initialize the subscriber from last successful data validation. Does it mean any data ...more >>

Merge Replication
Posted by Mathew at 3/4/2006 6:39:27 AM
Hello, I have a Merge Replication, which has only one of my tables of my database. I transfer the other tables by my other replication which is transactional. This table has almost 1,300,000 records. After the snapshot is ready and it goes on to transfer the data everything goes well up to ...more >>

Transactional Replication Distribution Agent
Posted by RedCamel at 3/3/2006 9:30:07 AM
Hello Everyone I've been having problems getting replication up and running on our production server. Both publisher and subscriber are sitting on the same box. The issue I am having is that the Distribution agent keeps rolling back after it has deployed the initial snapshot and deployed so...more >>

Transactional snapshot fails after processing a number of tables
Posted by pete.saunders NO[at]SPAM honeywell.com at 3/3/2006 7:41:35 AM
Hi- I am having problems getting a transactional publication snapshot to complete on a Win2K, SQL 2K box with SP3 installed. The snapshot process runs fine through a number of tables, then disconnects from the publisher server with no error message shown. I tried dropping the article it ...more >>

need urgent help ! - remove immediate updating subscription
Posted by maxzsim via SQLMonster.com at 3/3/2006 5:14:07 AM
Hi , I have set up my subscription to be immediate updating which has led the application program not able to bulk copy for table that has been subscripted for immediate updating so how can i remove it ? appreciate ur advise tks & rdgs -- Message posted via SQLMonster.com http://ww...more >>

Merge replication doubt
Posted by ruy.peter NO[at]SPAM gmail.com at 3/3/2006 4:32:55 AM
It's possible in a merge replication topology to deny subscribers updates ? Thx, Ruy ...more >>

Merge Replication using TCP/IP
Posted by SouRa at 3/3/2006 4:31:27 AM
Hi, We need to setup merge replication between server A & B using TCP/IP. These servers are behind a firewall. The connection between these servers can be done only using IP (class C) How to configure this. rgds, Soura...more >>

sp_helpsubscription - update mode
Posted by maxzsim via SQLMonster.com at 3/3/2006 12:00:00 AM
Hi , I used sp_helpsubscription on a db and the value in the column "update mode" returned is 2 which i cannot find from SQL BOL. What does actually 2 stands for ? in BOL it states that 0 - readonly 1 - immediate-updating appreciate ur advice tk...more >>

transactional replication and log shipping
Posted by Chris Trailer at 3/2/2006 7:28:33 PM
Hi, can you setup transactional replication and log shipping on the same database? My guess is no, but would like confirmation. thanks in advance. ..chris. ...more >>

Merge Control Synchronization Problem
Posted by Maer at 3/2/2006 7:25:45 PM
Hi Guys - I have been using the Merge Control ActiveX successfully for some time. However, one client has found a problem synchronizing. Here is the relavent piece of code: agent.Publisher = "MyServer\InstanceName"; agent.Distributor = agent.Publisher; ...more >>

distribution database having problems???
Posted by Kristy at 3/2/2006 6:11:52 PM
Something is wrong with my distribtion database. When the distribution clean up agent runs (or I run dbo.sp_MSdistribution_cleanup manually) I get the following error message: Executed as user: sa. Table error: Database ID 9, object ID 5575058, index ID 1. Chain linkage mismatch. (1:89299)->ne...more >>

Replicating twice
Posted by JC at 3/2/2006 3:47:47 PM
I have a question that google seems eerily quite on. I'm running SQL 2005 and am replicating (merge via the web) from an intermediate box which is also running 05. The intermediate box is replicating in some fashion (unsure since it isn't under my control) from a SQL 2K box. My issue is that w...more >>

Splitting Subscriptions
Posted by David at 3/2/2006 2:53:25 PM
I am ready to split my subscriptions to one with tables and one with views and stored procs as was recommended by Paul. However, our database is used by 2 major applications which share some of the tables and views. I have 2 questions: 1. Do I need to find out the exact views and stored p...more >>

Remove publication from the EM
Posted by Carlos at 3/2/2006 1:41:26 PM
I accidently removed a publication using sp_removedbreplication before deleting it from the EM. Now when I try to delete it from the EM I get this error message "'Old_publication' was not found in the TransPublication Collection. If the name is a qualified name [] to separate various parts of ...more >>

Can't drop procedure ... Snapshot won't run... Help!
Posted by SteveInBeloit at 3/2/2006 12:55:26 PM
Hi, I have a server set up for Merge replication. It is the publisher and the distributer. Has been working fine. It has two publications. I wanted the subscribers to get a new copy of the data next time they replicate, so I went to the first publication, which is stored procs and vie...more >>

The process is running and is waiting for a response from one of the backend pro
Posted by RedCamel at 3/2/2006 4:53:56 AM
Hello everyone I've generated a Snapshot which has been applied. The log reader agent is happy. But the distribution agent keeps saying The process is running and is waiting for a response from one of the backend processes. The log reader is working but it's not applying what it's reading. ...more >>

Query for Replication Status
Posted by SouRa at 3/1/2006 11:03:26 PM
Hi, We have 50 databases in Merge Replication. We want to know the replication status (replicating or failed) using query, Any query is there to find out the status? Please advise me. Rgds, Soura...more >>

SQL 2005 snapshot for merge fails
Posted by PaulDav at 3/1/2006 2:31:11 PM
I'm converting an existing production replication process to SQL 2005 for testing. My snapshot for a merge replication is failing. Environment: Single XP server, no filters, @schema_option = 0x000000000C034DD1 I have several snapshot jobs in my process, 2 for transactional replication and...more >>

Removal of merge replication.
Posted by adi at 3/1/2006 12:26:27 PM
I've got this SQL2K/WIN2K setup and a database having merge replication setup. It's been running there for more than couple of years. Now due to strategic changes we don't need this replication on the database. When I tried to remove it, it started blocking normal user activity that is most...more >>

Determining if a replication is in process within a stored procedu
Posted by Matt Sradley at 3/1/2006 9:45:29 AM
I have 1 section of a stored procedure that I would like to skip if a replication is in process but I want the rest of the procedure to be processed. There is a trigger that fires during replication and normal operation that calls a SP that does some validation. I want to skip a small portio...more >>

Replicate to read-only db?
Posted by Ben at 3/1/2006 8:49:03 AM
Is it possible to set up replication to replicate to a database that is set as read-only? I would like to have the db mirrored on another system, but i do not want users to be able to 'mangle' the mirrored data. Thanks for the help! ben...more >>

Distribution Question
Posted by Ben at 3/1/2006 8:48:59 AM
Hello I'm just starting to look at replication for a job I have and I have a question about setting up a distributor. 1. Can i have multiple distributors? 2. Is it possible to define which distributor is used for a certain publication? 3. Can i set up the distributor to also be on the su...more >>

replication - agent is suspect
Posted by paulysc at 3/1/2006 7:58:20 AM
I setup a client with merge replication, the following error was returned after working successfully for a day "The agent is suspect. No response within the last 10 minutes". Most research I found on the newsgroup is this error does not stop merge replication from working, but in my case it did...more >>

Removing Articles
Posted by mrprice at 3/1/2006 7:05:33 AM
I want to remove all articles from a subcription and publication. Will these two commands do it for me? EXEC sp_dropsubscription @publication = 'EMOBILE_OLTP_OLAP', @article = 'all', @subscriber = 'all', @destination_db = 'all' EXEC sp_droparticle @publication = 'EMOBILE_OLTP_OLAP', @arti...more >>

Can a Sql CE 2.0 application be a subscriber of a Sql Server 2005 publication ?
Posted by Steve B. at 3/1/2006 12:00:00 AM
We actuallly have en error when we try to synchronize a ppc 2003 device running an application built with CF 1.0 and Sql Ce 2.0 and a Sql 2005 server. The errror is this one : 28035 SSCE_M_FAILUREQUERYINGHEADER Internal error: HTTP header information is either corrupted or missing in t...more >>


DevelopmentNow Blog