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

Filter by week: 1 2 3 4 5

denormalize
Posted by Andre at 4/21/2006 4:15:29 PM
SQL 2005 We're looking at replication for reporting - a pretty common use of replication. We also need/want to denormalize our tables in the replicated environment for speed purposes. My question is does Replication allow me to denormalize, or do I have to replicate the tables and then de...more >>

Distributor and subscriber ?
Posted by piopicles at 4/21/2006 3:28:01 PM
Hi, I currently have log shipping between a production and a reporting server running SQLServer 2000 but sometimes, because of the transaction log restore, the users are being disconnected before the report is created. I would want to change to transactional replication to avoid this probl...more >>

Publisher removed before push subscriptions
Posted by Brett at 4/21/2006 3:21:01 PM
Before I got here a publisher with push subscriptions was removed. I can't delete the subscriptions at the subscribers. How do I remove these subscriptions? ps Thank you but please don't refer me to an article telling me to drop the subcription at the publisher because it doesn't exist ...more >>

accumulating the result of a snapshot replication filtered by date
Posted by joeydj at 4/21/2006 3:01:02 PM
hi all, Im running a snapshot replication on table. first, i gonna copy the entire table with a regional filter other than date second i'm going to replicate a days worth of data by using both the regional filter and date filter (getdate) to capture a days wordth of data. the publ...more >>

Identify if conflicts?
Posted by David at 4/21/2006 10:17:28 AM
Is there a stored procedure or T-SQL that I can run that tells me if there are any conflicts on the database? I know I can read all of the conflict tables, but was hoping for something simpler. Thanks. David ...more >>

DB Mirror with Trans. Repl. Subscription
Posted by TAbbott at 4/21/2006 8:19:02 AM
Environment: Database A with subscrition to a transactional replication pub... Datatase A is the primary in a database mirror configuration... In failover to Database B everything is fine except the subscription when in the failover mode... How do I configure this environment such that...more >>

Adding subscriptions via script
Posted by LPR-3rd at 4/21/2006 6:39:47 AM
When I add a subscription via a script, the subscription does not appear in the Replication Monitor->Publishers->'servername'->'publication' folder in EM. The script is being generated by EM. When I add a subscription via the wizard in EM, it appears in the above mentioned folder. Am I doin...more >>

sql2005 merge ddl schema chgs not happening
Posted by S c o t t K r a m e r at 4/21/2006 12:00:48 AM
HI! Sometimes with my testing pubs/subs schema (ddl) changes does not happen, even though it's set to true in the pub: compatibility is 90, etc... example: alter table [intra_events] alter column [eventDesc] varchar(600) this changes the pub db, but it does not propagate, also i che...more >>



max number of subscriptions in a single publication?
Posted by Johan at 4/20/2006 7:10:07 PM
Hello, I'm planning a merge replication that will eventually have about 9000 subscribers which all replicate over the internet. and I'm wondering if the number of subscriptions in a single publication is limited. Also, should I divide the subscription over a small number of identical publica...more >>

Replication from SQL Server 2000 to SQL Server 2005?
Posted by YingAtt at 4/20/2006 3:04:03 PM
Can a 2005 server be set up as a replication partner of a legacy SQL 2000 (SP4) instance? Appreciate any assistance!...more >>

Keep Subscriber's Identity
Posted by John Luo at 4/20/2006 1:59:02 PM
Hello, I have a replication table with composite primary key: sID- int (Identity) -No to for replication (or Yes For Replication) UnitID (char(3)) I would like to carry over the subscriber's sID to the server since the server has its own unitID. There is not conflict. I woulad like a...more >>

Crashing pk
Posted by Tigermikefl at 4/20/2006 1:02:02 PM
I have a merge replicated table with a composite pk. One field unique id, the other a float. SQL2Ksp4 and msde subs, anon. I get conflicts 'The row was inserted at SERVER but could not be inserted at SUBSCRIBER....Violation of PRIMARY KEY ...Cannot insert duplicate key in object 'XXX'.' ...more >>

When will distribution log file size shrink?
Posted by Chen at 4/20/2006 11:57:02 AM
Hi, I set up the transactional replication for our pre-product db server (EE2000 on Windows 2003 with 64 bit). The distribution database data file allocate size is 947MB and used 113.69MB, but the transaction log file allocation size is 2463.8MB and used 2421.5MB. The Log Reader and push a...more >>

sp_change_secondary_role help
Posted by tractng NO[at]SPAM gmail.com at 4/20/2006 11:14:50 AM
Guys, When I ran this procedure (sp_change_secondary_role), I would get this error below: Server: Msg 14442, Level 16, State 1, Procedure sp_change_monitor_role, Line 30 Role change failed. Anyways, I follow Microsoft KB Q294397 by placing terminate = 0. EXEC sp_change_secondary_r...more >>

Creation of Indexes on the subscriber database
Posted by georgeg at 4/20/2006 5:42:02 AM
I have to create a number of indexes on the publisher database. These indexes are then replicated to the subscriber, and the distributor agent is taking many hours to delivered these transactions. Can I prevent these indexes from replicating, and then recreate them on the subscriber database? ...more >>

Disconnected application and replication
Posted by John at 4/20/2006 4:56:34 AM
Hi We have a situation where the sql server backend is on the server but several laptop users need to disconnect and still be able to use the data. Can we have copies of say sql express on each laptop which can replicate data with the sql server when connected and still make the data availa...more >>

New pull Subscription
Posted by John at 4/20/2006 12:00:00 AM
Hi, Can anyone point me to some details on how to setup a Pull Subscription? I have tried and get the same error each time. "Enterprise Mgr could not retrieve info about the Distributor or the Database". I'm sure i'm doing something wrong so a step by step guide is what I need. I have alrea...more >>

@keep_partition_changes
Posted by Ryan at 4/20/2006 12:00:00 AM
Is the above parameter only useful when using dynamic filters? ...more >>

Replication between MSSQL 2005 and MySQL
Posted by Dejan Markic at 4/20/2006 12:00:00 AM
Hello all! Is it possible to replicate table from MSSQL 2005 to MySQL? I have one table, which I would like to replicate to MySQL, but I don't see the option to do that ... is it not possible?! Thanks for all your input. Kind regards, Dejan ...more >>

What's the best way to keep a live db and an archive db?
Posted by 0to60 at 4/19/2006 3:03:14 PM
I have a live, production db that I'd like to keep lean and mean for performance reasons. Every so often, I'll run a cleanup script to scrub out some older data in order to keep the tables from growing indefinitely and slowing my querying speed. But some employees would like to query ALL the...more >>

Deletetion of an old Remote Server
Posted by Rob at 4/19/2006 2:29:01 PM
I am trying to set up a publisher and I get an Error 18482: Could not connect to server 'servername' because 'WEB1' is not defined as a remote server. I went to the Remote Servers where WEB1' is listed, although this server is no longer on our network. When I try to delete the listing, I ge...more >>

Need more information on this deadlock
Posted by Tejas Parikh at 4/19/2006 2:23:02 PM
Deadlock encountered .... Printing deadlock information 2006-04-19 15:50:37.38 spid1 2006-04-19 15:50:37.38 spid1 Wait-for graph 2006-04-19 15:50:37.38 spid1 2006-04-19 15:50:37.38 spid1 Node:1 2006-04-19 15:50:37.38 spid1 PAG: 8:1:248401 CleanCnt:2 Mode: ...more >>

loopback_detection
Posted by LPR-3rd at 4/19/2006 1:06:19 PM
How can I determine if a subscription has loopback_detection set to true?? If I am doing bidirectional transactional replicaiton, do I need to have loopback_detection set to true on both subscriptions?? Larry... ...more >>

help quick please! Could not connect to server [servername] because 'distributor_admin' is not defined as a remote login at the server.
Posted by drisso NO[at]SPAM ortc.com at 4/19/2006 11:46:09 AM
We are getting the error " Could not connect to server 'DISTRIBUTOR' because 'distributor_admin' is not defined as a remote login at the server." It was working fine. Mistake happened were tried to delete the remote server through enterprise manager. It wouldn't let the remote server drop b...more >>

log shipping failback
Posted by vkb at 4/19/2006 11:11:01 AM
I am setting up log shipping for SharePoint databases. The primary and secondary servers are SQL 2000 Ent. w/ SP3a, and connected over a WAN. I am testing failover/failback processes and have questions regarding failback. I have been unable to find sufficient documentation on the failback p...more >>

Variables in TSQL w/Linked servers
Posted by LPR-3rd at 4/19/2006 11:06:41 AM
I am attemting to write a TSql script that dynamically plugs in the linked server name in based on the value in @Location. In this example the linkes server name is Rouse03 I wrote the following script <---------start--------------> DECLARE @LOCATION AS char(2) SET @LOCATION = '03' DECLA...more >>

Retaining timestamp values in transactional replication for standb
Posted by Oskar at 4/19/2006 4:22:01 AM
Hi, I try to implement a warm standby server based on the transactional replication in Microsoft SQL Server 2000 (SP3). Is there any way I can retain original timestamp values from a replication publisher (production) database in a subscriber (standby) database and at the same time have times...more >>

SQL Server Merger REplication Configuration Error
Posted by Priyank Desai at 4/19/2006 3:09:01 AM
Hey Paul, Thanks for the answer. On writing: "Use Master go Select @@Servername" I got the following output: STUDENTLT ------------------------------------------- what should i do in this case? According to me it should be STUDENTLAP00493. I s...more >>

Preventing subscriptions expiring
Posted by Kwezza at 4/19/2006 3:06:40 AM
Hi, we currently have an install of SQL 2000 in our UK office which performs merge replication to three other offices in Thailand, Spain & India via a vpn. The whole setup has been working great over the past couple of years until.... Our ISP in Spain went BANG and they lost their Internet con...more >>

Merge Replication Installation and configuration issue
Posted by Priyank Desai at 4/19/2006 2:38:03 AM
I am getting this error: " SQL Server Enterprise Manager could not configure 'STUDENTLAP00493' as the distributor for 'STUDENTLAP00493'. Error 18482: Could not connect to server 'STUDENTLAP00493' because 'STUDENTLT' is not defined as a remote server. " Can anyone throw some light...more >>

Replication within LAN workgroups
Posted by YP at 4/19/2006 2:06:02 AM
I was searching for solutions regarding setting up merge replication within LAN workgroups without domain. Is this possible in MS SQL Server? Is it true that replication require active directory to work? Therefore require domains environment? Thank you...more >>

2005 Merge Replication and VB.Net
Posted by Tim Ford at 4/19/2006 12:00:00 AM
Morning All, I used to use the Merge ActiveX control under VB6 and use withevents to get information about the Agent replication process. Is this still possible under VB.net to use the new RMO objects and get events. I have and a look at some examples and they all seemto have to refresh to ...more >>

Replicating Data between SQL Server 2000 and Adaptive Server Anywh
Posted by Dz_yuan at 4/18/2006 9:22:02 PM
I have been able to replicate between SQL Server 2000 to SQL Server 2000 inside of my workgroup. However, whenever I try to Replicate Data between SQL Server 2000 and Adaptive Server Anywhere , I am getting the error "error 14094". Has anyone done anything similiar to this? Any help would be...more >>

Merge Repl Question
Posted by Jude at 4/18/2006 6:28:34 PM
Shouldn't the Merge agent stay started once you select "Start Agent" I had an issue with one of my servers that stopped my Merge from = running, and now that I have reinitialized, the Merge Agent doesn't seem = to stay started. Perhaps I am wrong & thinking in terms of Trans. Repl, = but I co...more >>

Help on Trans. Replication
Posted by DMLCo at 4/18/2006 11:46:02 AM
Hi there ... Here is the situation. * PUB is the publisher, SQL 2K, which is on the Internet, behind a firewall that is allowing 1433 and NetBIOS traffic from me. SUB is the subscriber, SQL 2K. * The publication and the subscription are all setup. They are set to use SQL security, ...more >>

distribution database
Posted by Wingman at 4/18/2006 6:02:02 AM
We are using SQL 2k with SP4, and using push replication. The distribution database and the publishing database are on the same SQL server computer. We are doing daily backup on the distribution database. If for whatever reason, the distribution database becomes corrupted, is it ok to resto...more >>

Sql Service user account
Posted by GC at 4/18/2006 5:55:02 AM
Hi, I'm working with a merge replication All the subscribers are salesman that work with their laptop On each Lap Top we install MSDE service pack4 Now which user account should we use to run the MSSQLSERVER service and SQLAGENT service if the salesman work disconnected of the network ...more >>

The subscription(s) have been marked inactive and must be reinitia
Posted by BaniSQL at 4/18/2006 3:10:02 AM
Hi, after some days that I've been for vacation, after coming back becuase of the problems with link one of my replication of a databases became inactive. I'm using NoSync intitialization from: http://www.replicationanswers.com/NoSyncInitializations.asp Before this happened to me, what I d...more >>

merge Replication with a Notebook not in domain
Posted by Bonato Pierantonio at 4/18/2006 12:00:00 AM
Hi All, I have a problem, I have a database in a SQL 2000 SRV that I need to replicate with a Notebook where is installed MSDE 2000. The Notebook is non link to the Domain but it use a Workgroup Access to browse the LAN. When I try to use a PULL replication it give me an access denied error, ...more >>

Configure web synchronization wizard
Posted by dgerlach at 4/17/2006 1:30:38 PM
i am running this wizard and when i get to the page in the wizard for Snapshot share access it wants me to point to the network path of the snapshot share. where is this folder located at by default? i have read through documentation and have not been able to find it. any help would be mu...more >>

A database marked for replication by error
Posted by Wingman at 4/17/2006 10:51:11 AM
Hi, We are using SQL 2K with SP4. Recently I tried to detach a database and for whatever reason, it is marked for replication so I can't detach or delete it. How can I change its 'replication' status to none? There is another database marked correctly for replication so whatever sugge...more >>

syncobj_?????????? views.
Posted by LPR-3rd at 4/17/2006 7:34:15 AM
Running Win 2003 & SQL 2000 Have Trans & Merge Replicaiton There are bunch of system views named like dbo.syncobj_0x4133334337354442 in one of my production databases. I am not sure where they came from, when or who uses them if anyone. Are these SQL Server views used by the system itsel...more >>

Subscriber scheduling
Posted by Ben at 4/17/2006 5:01:01 AM
Hi, I have set up SQL Server 2005 Express as a subscriber. In the setup process I was not able to schedule the time interval for merge replication. How can I accomplish this? Thanks Ben...more >>

Identity range management
Posted by Kurt Hill at 4/17/2006 12:52:20 AM
Can anyone explain why I regularly get errors complaining about the identity range being exhausted, with the "helpful" suggestion that I run "sp_adjustpublisheridentityrange" when the identity ranges are clearly NOT exhausted? DBCC CHECKIDENT shows the various subscribers have different cur...more >>

Replication, conflicts and reinitialization
Posted by Kurt Hill at 4/17/2006 12:41:14 AM
Question: Is it safe to reinitialize a subscription if there are unresolved conflicts from the subscriber? What happens?...more >>

Conflict resolution behavior (Merge)
Posted by Kurt Hill at 4/16/2006 12:00:00 AM
Do conflicts that show up in the conflict viewer somehow automatically resolve themselves after a default time? It seems as though I get a number of strange conflicts all the time, and quite often I cannot resolve them due to an identity range management issue... I log the info, and spend ...more >>


DevelopmentNow Blog