Groups | Blog | Home


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 > june 2005 > threads for june 15 - 21, 2005

Filter by week: 1 2 3 4 5

Fixing a screwup
Posted by Earl at 6/21/2005 1:53:45 PM
After synching a handful of subscribers, I reviewed the data that came back and realized I forgot to set auto range identity on two tables that required it. So I dumped the pub, dumped the subscriptions, manually assigned the identity values to consecutive identities, reset the identity column...more >>


dependency problems
Posted by uykusuz at 6/21/2005 11:06:50 AM
hi all; i have a problem with a view which uses an sp . while appyling the snapshot, the agent complains about the sp that view uses. i used to think that agent take care of dependencies but it is not as in that case. i drop publication and add the view as the last article of the publi...more >>

Replication Monitor disappears
Posted by SQL Replicatio Guy at 6/21/2005 9:05:05 AM
All, I have setup transactional replication in our dev environment with publisher, distributor and subscriber on same box for testing and it was running fine for some time. When I was setting up replication I had SQL Service logged on using local system account and sql agent login was dev a...more >>

Help with info on possible replication issues and considerations
Posted by Oskar at 6/21/2005 5:06:02 AM
Hi Please advise where can I find free info on possible Microsoft SQL Server 2000 transactional replication issues and considerations in addition to what's written in the BOL? -- Many thanks, Oskar ...more >>

Change data structure of Replicated data
Posted by Harsha Shah at 6/21/2005 12:00:00 AM
Hello, I have a database in SQL Server 2000, on which created publication and it has one subscriber . now if I change in data structure , following error occured. 'EMPMAST' table - Unable to modify table. ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot add columns to tab...more >>

One table for both Publication and Subscription
Posted by Leila at 6/21/2005 12:00:00 AM
Hi, Is it possible that a table that is member of a publication, be subscribed to a subscription to receive replicated data? Thanks in advance, Leila ...more >>

Can I create and share snapshot folder on computer running IIS, but not computer running SQL Server
Posted by pikctsach NO[at]SPAM yahoo.com at 6/20/2005 8:27:24 PM
Hi all, Usually , I will create a snapshot folder and share it on computer running SQL Server for MR. Now I have a question: Can I create a snapshot folder on another computer which is running IIS (For merge replication with SQL CE). The computer which is running SQL Server was not installed I...more >>

Push Subscription not applying Successful Snapshot
Posted by SNA2 at 6/20/2005 5:35:48 PM
Hello; I have worked my way through numerous connection problems and login issues, but I’m left with one problem I’m hoping I can get some help on: I’ve got an SQL 2000 v 8.00.760 SP3a, with a production database I’m trying to replicate from one workgroup to another (yes, workgroups ack!) ...more >>



MSDE for replication on both ends?
Posted by SteveInBeloit at 6/20/2005 3:19:02 PM
We are designing an application that will use merge replication from a wireless laptop back to a server. Plan on using MSDE on the laptops, can the central P.C. that will be on the other end use the MSDE also, or does one of them need to be full blown SQL Server? Thanks, Steve...more >>

Replication problems
Posted by Jesus Brito at 6/20/2005 12:47:57 PM
Hello guys, we have a problem with the merge replication in my company, the downloads replication is very very slow all times, the upload process is very fast, but, when the download process starts, then the suscriptor crash and the locks begins to appear in the database. The processor usage ...more >>

Identity Range Issue
Posted by Maer at 6/20/2005 12:47:25 PM
Hi - I have a peculiar problem. I have been able to successfully add merge articles to a publication (both in script and through EM) with identiy range in a instance of sql server. Whenever I try to do the same thing in a default installation of sql server, I get a syntax error. I h...more >>

Distribution DB constantly grows
Posted by Markus Renschler at 6/20/2005 11:46:20 AM
Hi, I have set up transactional replication for a database from one db server to a second. The replication is working fine but the distribution database constantly grows. The size of the replicated db is 524 MB, the size of the distribution db is 24 GB, growing daily. How can I shrink my...more >>

distrib. agent remains stopped
Posted by batuka at 6/20/2005 9:50:19 AM
We have a situation where if the subscriber becomes unavailable for an extended period (say over 15 minutes), the distribution agent at the publisher will make several attempts to re-connect to the subscriber. Once the subscriber returns to service, the distrib. agent remains in 'failed' status ...more >>

another simple snapshot replication question
Posted by jason at 6/20/2005 6:48:59 AM
i have a publisher agent that generates 61 articles for publication without a problem. however i'm having trouble understanding exactly how the distribution agent executes. when executed manually once, it ran successfully, and the subscriber got the data. is it possible to run the distribut...more >>

Does transactional replication require DTC?
Posted by Oskar at 6/20/2005 3:28:01 AM
Hi Does the DTC service need to function properly if I plan to use transactional replication between two Microsoft SQL Server 2000 machines? -- Many thanks, Oskar ...more >>

shif
Posted by shif at 6/18/2005 9:21:01 AM
Hi How can i do replication from one db to another.I am having a master db and i want to replicate all the modify records,new insertion of record from master db to another databases on diffrent servers . This diferents servers are connecting through isdn line.Which kind replication i can use...more >>

simple snapshot replication question
Posted by jason at 6/17/2005 11:00:42 PM
i am replicating all tables in SERVER1 MAINDB (publisher) database to SERVER2 COPYDB (subscriber) database. but the distribution agent creates the tables in COPYDB under the dbo user. how do i specify a different user in the COPYDB database to create the snapshot tables under? ...more >>

system sp to disable replication on db
Posted by John Grandy at 6/17/2005 3:18:28 PM
I see how to remove replication objects and configurations from a replication distributor, disregarding any existing dependencies, by running the following SQL at the distributor server: sp_dropdistributor @no_checks=1 This suffices for my present servers configuration. However, I would p...more >>

Replicating with Access in Hilary's book
Posted by Earl at 6/17/2005 12:51:57 PM
On page 50, you discuss replicating SQL Server to Access. Two questions: 1. While you discuss all 3 replication types, it sounds like you are recommending Merge as the solution? 2. In the hint, it says in part, "all transactions occuring on the Merge Subscriber [Access] will be "published"...more >>

Pausing Replication
Posted by Paul Butler via SQLMonster.com at 6/17/2005 12:00:00 AM
Several times over the course of a month, our network admin team performs necessary maintenance due to company moves and general growth. During this time the connection between my Publisher and Distributor is disconnected. My Subscriber and Distributor are on the same server. I have three tra...more >>

Need support/help to setup replication
Posted by Rick Rushing at 6/16/2005 4:07:04 PM
Hello, Anybody know who I might call to pay for help setting up replication. I am under a time constraint. -- Rick Rushing System Administrator D & J Construction...more >>

Who can I call for support/help in setting up replication?
Posted by Rick Rushing at 6/16/2005 3:19:02 PM
Hello I am under a time constraint...anyone know who I can call to pay for help in setting up replication between 2 SQL 2003 servers? -- Rick Rushing System Administrator D & J Construction...more >>

Unique identifier
Posted by robert at 6/16/2005 1:33:11 PM
Hello, When I have a table which I want to replicate and this has as primary key a number, I read that it is easier when I use a unique identifier than for example a number which is automatically incremented. Why it is easier to handle the replication with a unique identifier than with an...more >>

Replication - Conflicts
Posted by robert at 6/16/2005 1:28:09 PM
Hello, I read in articles that there can occur two kinds of conflicts during replication and that the SQL Server Reconciler solve such conflicts: 1) If more subscriber try to modify a row on the publisher database at the same time. 2) If a certain row is modified at the subsriber databa...more >>

Unique identifier
Posted by mathon at 6/16/2005 10:38:04 AM
Hello, Why is it better when I want to replicate a table to use a unique identifier as primary key than for example a number which increments automatically if a new row is added to the table? thx mat...more >>

Conflicts during replication
Posted by mathon at 6/16/2005 10:37:10 AM
Hello, I read in articles that the SQL Server Reconciler solves conflicts which can occur during the replication. The kind of conflicts are: 1) If more subscriber want to modify the same row on the publisher database at the same time. 2) If a certain row is changed at the subscriber d...more >>

Synchronization - Replication
Posted by robert at 6/16/2005 10:34:02 AM
Hello, What is the difference between the term Synchronization and Replication? thx rob...more >>

distribution agent works for one db but timed out for another db
Posted by FYK at 6/16/2005 8:25:03 AM
Hi friends, Can someone help me on this? I have set up transactional repl between the primary site and secondary site for 2 databases. Both transactional repls are bi-directional. Now the publication for one db works file but it did not work for another db. The distribution agent was saying...more >>

Insert Error: Column name or number of supplied values does not match table def
Posted by akej via SQLMonster.com at 6/16/2005 7:44:06 AM
I got this error when distributor running, however i perform replication of full database. On publisher and subscriber there are identical database. Any ideas???? -- Message posted via http://www.sqlmonster.com...more >>

hhhhelp, restore
Posted by Carlo at 6/16/2005 12:00:00 AM
ho fatto un update che non dovevo senza fare backup prima come posso ripescare i dati??? gia committato ovviamente carlo ...more >>

Merge agent not giving Duplicate key error
Posted by Vikas Kohli at 6/15/2005 10:32:02 PM
Greeting! I have a Merge Replication setup with Dynamic Filter Hostname( ) and "Exchangetype 1" and Conflict resolver " Microsoft SQL Subscriber always wins the Conflict Resolver" (I want only my subscriber changes to be uploaded to central publisher) However, today I noticed some problem w...more >>

replication technique
Posted by pat at 6/15/2005 4:30:32 PM
Hello, I read serveral articles about the mechanism of replication from a sql server 2000 database on desktop with an mobile device running windows mobile. I want to remark my understanding fo the replication mechanism and wanted to ask you if you could give me feedback if I understand i...more >>

Wireless merge replication failures
Posted by SteveInBeloit at 6/15/2005 2:52:01 PM
If you are doing a merge replication between a wireless laptop and a server, and you lose wireless connectivity during the replication, what state are you left in? Does it know enough to rollback changes, or are half of them done and half not. Thanks, Steve...more >>

Generate sp_addsubscriber
Posted by A. Robinson at 6/15/2005 1:12:07 PM
Is there any way to generate a script for the subscribers of a publication? I know you can generate scripts for the publication, the distribution database, the replication jobs, but have not found anyplace where you can have EM generate the SP_ADDSUBSCRIBER script. Any help would be appreci...more >>

missing object warning when adding column to table with sp_repladd
Posted by Untamo at 6/15/2005 10:34:04 AM
Added a column to one table with sp_repladdcolumn in publisher/distributor. This warning comes from every publication this table belongs to: Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'sp_sel_C245F32C38A611D525494BFC6FD140A7_pal'. ...more >>

Replication from sp?
Posted by David C at 6/15/2005 9:51:52 AM
Is it possible to do all of the replication (Merge) exchanges from stored procedures? I need a way to run a Merge replication from laptops when they are connecting to the network after being out of the office. Thanks. David ...more >>

Error: 4813 Expected the text length in data stream for bulk copy
Posted by Shan at 6/15/2005 8:01:01 AM
Hi, I am getting this error with Transactional replication for a table which has column data type text, and has no data in it. "Error: 4813,Expected the text length in data stream for bulk copy of text, ntext, or image data." Any idea why I am getting this error. Thanks Shan...more >>

IDENTITY VALUE PROBLEM IN REPLICATION
Posted by SouRa at 6/15/2005 6:31:02 AM
Hi, I am dealing with merge replication. I ran the following two queries 1. SELECT MAX(IDENTITYCOL) FROM tablename 2. DBCC CHECKIDENT(tablename) The result of the 1st query and the current column value in the result of the 2nd query should be same...? Some times it differs. ...more >>

.Net custom resolver
Posted by msnews.microsoft.com at 6/15/2005 12:00:00 AM
Can anyone point me towards a source code listing for a working replication custom resolver written in .Net (C, VB etc dont mind which)? I just need the skeletion of it and not the actually implementation of the conflict resolution. cheers ...more >>


DevelopmentNow Blog