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 > august 2005 > threads for august 22 - 28, 2005

Filter by week: 1 2 3 4 5

SQL 2005 and SQL Express VS2005 July CTP Merge Replication
Posted by msmith at 8/28/2005 7:55:03 PM
When I execute (MergePullSubscription)mPullSub.SynchronizationAgent.Synchronize() I get an error {"The MergeSynchronizationAgent class must be instantiated on a Single-Threaded Apartment (STA) thread."}, but as far as I can tell it is. I even added the attribure [STAThread] and still get th...more >>


Replication problem(integrity violation) - Cannot Sync up emulator -HELP!!
Posted by steroche at 8/28/2005 3:41:33 PM
Can somebody help please - i keep getting this erro when trying to sycn up my emulator to my Merged Replication DB. "The row update or insert cannot be reapplied due to an integrity violation. [,,,,,]" Anybody know what this problem could be? I have recently dropped an recreated a lot of ...more >>

problem in - replication
Posted by senthilprabu at 8/26/2005 9:51:48 PM
Two Servers, 1st 2nd database a -------> after replication a' b' <------- after replication b on 1st server a is replicated to 2nd on 2nd server b is replicated to 1st I tried with merge replicati...more >>

Bi-Directional Transactional Replication - Problem
Posted by senthilprabu at 8/26/2005 9:27:21 PM
Two Servers, 1st 2nd database a -------> after replication a' b' <------- after replication b on 1st server a is replicated to 2nd on 2nd server b is replicated to 1st I tried with merge replicati...more >>

replacing sp_MSinsTable1
Posted by Bob Castleman at 8/26/2005 3:40:11 PM
The short story. Many branch databases need to be consolidated into one central database. Each branch has identical schemas: CREATE TABLE [Table1] ( [PK1] [int] NOT NULL , CONSTRAINT [PK_Table1] PRIMARY KEY ( [PK1] ) ON [PRIMARY] ) ON [PRIMARY] CREATE TABLE [Table2] ( [DBGU...more >>

Removing Replication
Posted by michael at 8/26/2005 12:41:01 PM
Hi, I'm trying to remove the distribution database froma server, and it tells me that I can't b/c its used for replication. What table stores this info, its half cooked and I'm trying to manually cleanup the removal of the distributor and replication. -mike ...more >>

Table permissions being removed on transactional replication
Posted by Johnny at 8/26/2005 11:55:08 AM
I found it odd that randomly, some of the table permissions at the subscriber of a transactional publication are removed after distribution. I've been testing the distribution of a transactional publication and occasionally when the distributor runs, it removes the security permissions on ...more >>

SQL Server Replication to MsExchange
Posted by JPM at 8/26/2005 9:57:08 AM
Hi, I need to replicate specific data fields to a contact folder on an MsExchange server. Is this something I could do with a DTS package or should I be looking elsewhere. If I can't set up a DTS package, what type of programming do I need to do to make this happen. Any suggestions or p...more >>



Error Icons displayed on parent objects with no or different children
Posted by troy at 8/26/2005 9:22:36 AM
I recently had to restore a database from backup and the restored database had a different set of publications than the one I overwrote. Since then, in EM, on the Replication Monitor object, Publishers, and Servername objects as well as on the Agents and Snapshot Agents objects, I see the little...more >>

can't configure replication
Posted by John F. at 8/26/2005 6:19:01 AM
Someone here inadvertantly removed the distribution database leaving the replication configs hosed & also some orphan publications. I figured out how to clean all that up using the repl stored procs & the @ignore_distributor flag. Now, however we are unable to re-configure replication - can ...more >>

Transformable Subscription --> Add Column?
Posted by Mojo at 8/26/2005 5:43:41 AM
Hello, I've been beating around Oracle databases on Solaris for about 8 years. New to SQL Server...not a Microsoft programmer. Happy to be learning something new. I'm on a project which involves a hierarcy of SQL Servers, with multiple publishers replicating to single subscribers, using ...more >>

Merge replication problem
Posted by Chris Winstone at 8/26/2005 3:19:01 AM
I am having a problem with sp_MSfetchidentityrange in a merge replication with one subscriber. The merge agent history shows the following 4 errors after executing the last command: exec sp_MSfetchidentityrange N'Capacity_Type', 0 exec sp_MSadd_merge_history 32, 6, N'The merge process coul...more >>

Guide line for moving replication
Posted by Paul at 8/26/2005 2:15:01 AM
We are planning to move SQL server from SBS to windows server 2003. This means that we are setting up a server and will backup the existing DB and Restore it on the new server. I need require assistance in the setting up of replication to/from XXX server on the new server same as we are usin...more >>

Migration replication jobs
Posted by YK at 8/26/2005 12:51:04 AM
Hi all, I will be migrating a production database to a new box. I will be using detach and attach db method to migrate, but I forsee that my replication job will break. Can anyone advise me on how to migrate the replication jobs over to the new db? Here is the sencario: DB-1 in Box A detach ...more >>

export session details
Posted by TCorp at 8/25/2005 7:50:54 PM
My (pull subscription) replication agents allow me to view each agent's job history and seasson details in the replication monitor (Enterprise Manager). How I can export this list to examine more closely outside of EM? TIA, ...more >>

Missing system stored procedures
Posted by PGallez at 8/25/2005 5:19:02 PM
I developed a Pocket PC app that uses merge replication in an isolated development environment. It worked fine. The I moved to the operational environment. Synchronization fails with error 2812, "Could not find stored procedure 'sp_MSgetmakegenerationapplock'". A little investigation shows tha...more >>

Can't set Custom Conflict Resolver
Posted by dw at 8/25/2005 2:11:06 PM
Hello... I have been trying to set and use a Custom Conflict Resolver for our Merge Replication (SQL Server 2000) and when I access the Articles tab/page and select the Resolver tab...all of the controls are disabled. Even when I create a new publication, these controls are disabled. ...more >>

Need Help with Error 37000
Posted by Joe D at 8/25/2005 11:23:07 AM
Hello all, I have SQL 2000 with SP3 on both the primary and secondary servers. This is one-way transactional replication environment. I've just recently setup a number of databases for replication. Two of them keep getting following error. Both of these databases are very nearly the ...more >>

restore replicated databases
Posted by DrBob at 8/25/2005 10:05:11 AM
I can't restore trans replicated databases because I get message that they are in use - do I need to stop agents to get exclusive access - then restore - then restart agents? Thanks...more >>

two way replication
Posted by BUBAI at 8/25/2005 9:26:17 AM
Guys, Is two way replication possible in MS SQL server??? Can I do it with transactional replication??? If yes then which model do I need to use, Multiple publisher/multiple subscriber or updating subscriber??? Regards Jaideep ...more >>

Repl failure on <> in data field
Posted by golfnut at 8/25/2005 5:36:24 AM
We added data to a table with ‘<’ and ‘>’ symbols. The replication failed on SQLServer with the error “Syntax error or access violation”. We replaced the '<' and '>' with '(' and ')', which fixed the replication error. Can you not use brackets in a table that is replicated?...more >>

Replication
Posted by hammad at 8/25/2005 5:34:45 AM
i know that it's natural that one publication could update three subscripers the transaction replication do that but i need the inverse case of that. i have three subscripers and i need any update in each of them appear in the original database. can i have a help? thanks for any one helps me. ...more >>

trans repl add article cmd?
Posted by Chris at 8/24/2005 7:13:03 PM
What is the sp command to add a new table to a publication, and to add the new article to each subscriber? TIA, Chris...more >>

Replication across domains ...
Posted by Bob Castleman at 8/24/2005 4:30:52 PM
I need information on setting up replication across domains. What kind of gotchas there are, what kind of trust relationships need to exist. All the gory details. :) Any links to resources would be most helpful. Thanks, Bob Castleman DBA Poseur ...more >>

Adding a table to transactional repliaction
Posted by sbawa at 8/24/2005 3:42:03 PM
I am adding a table to an existing publication that has one pull subscription using the steps listed below. When I run the snapshot agent, it does not recognize the newly added article ("no subscriptions needed initialization"). I WANT TO RUN THE SNAPSHOT FOR JUST ONE TABLE. Do I need t...more >>

Any store dprocedure to know this in merge replictaion???
Posted by vinod NO[at]SPAM nevenvision-dot-com.no-spam.invalid at 8/24/2005 3:07:17 PM
Is there a way i can know the rows that where synchronised in th publisher after some updates are done on subcriber and synchronise to publishers?? Example say i update a table1 in subcriber and click synchronise an the data is updated in publisher But on publisher side i need to know what r...more >>

Never seen solution for merge replication in views -SQL2005
Posted by vinod NO[at]SPAM nevenvision-dot-com.no-spam.invalid at 8/24/2005 3:07:16 PM
Is it possible to replicate some field from multiple tables (as result of select query with joins) at source to a single table a target ?? For example i have two tables at source 'source_table1' an 'source_table2' and one table at target namely 'target_table'. Now wan Field1 from 'source_ta...more >>

Merge Replication - Stored Procedure(s)
Posted by WB at 8/24/2005 12:30:21 PM
I was trying to add a new stored procedure at the publisher and found that through enterprise manager only tables and views are listed as articles. Is there a way to add a stored procedure and then have it replicated or do I have to manually add the stored procedure to each subscription? wb ...more >>

Running simultaneous snapshot for 2 transactional subscribers
Posted by frankm at 8/24/2005 7:59:21 AM
I need to do parallel snapshots for 2 transactional replication subscribers to one publication. Is this possible and how? The initial snapshots are taking longer and longer - I am now very close to running outside our mantenance windows and I need to be able to run the snapshots to both simul...more >>

Access Denied on BCP file for push
Posted by frankm at 8/24/2005 7:54:33 AM
I setup a snapshot with 2 subscribers I started one push agent - let it finish - stopped the agent and started the second push agent. The following error is returned almost immediately... .............bcp could not be opened. Operating System error code 5(Access Denied) ........... Any ideas?...more >>

Republisher replication model
Posted by Erkan Aygun at 8/24/2005 6:29:08 AM
Hi, how can be implemented republisher replication model? When I first configure and create a publication "P1", and then create pull subscripton on "RP1 = Publishing subscriber" everything is ok. But whenever I try to create a new Publication on RP1 I get an error message which says that befo...more >>

SQL Server Replication with oracle
Posted by Nateshan at 8/24/2005 5:25:57 AM
Hi, I have a requirement wherein I have some tables in SQL Server which needs to be synchronized itself with oracle. SQL Server 2000 contains the tables (Copy) Oracle 8i contains the Master tables(Acutal data) Please let me know how can we achieve this.....Methods of implementation...more >>

Merge Replication - Changing Identity Increment Values
Posted by Javed at 8/24/2005 12:00:00 AM
Guys, How do I change Identity Increment values. For eg: currently on table ABC I have identity seed value starts from 1 and increment by 1. I want to set identity seed value = 100001 and increment by 2. Help with any script most appreciated. Regards Javed ...more >>

Which type of replication?
Posted by Leila at 8/24/2005 12:00:00 AM
Hi, Our company has several branches and we need to get new records and changes from these branches into our main office. The main server will not send any information to branches. The data is inserted at each branch and must be replicated to main server. If any changes made at the branch, it m...more >>

When should sp_publication_validation be called?
Posted by Johnny at 8/23/2005 11:45:10 PM
What are the "best practices" for calling sp_publication_validation to validate a transactional publication? I am distributing a transactional publication once a day to the subscribers and I would like the data validated daily. When should one call the data validation sproc, before or afte...more >>

Error
Posted by M at 8/23/2005 3:33:54 PM
If someone could tell me how to solve the error: The process could not bulk copy out of table '[dbo].[syncobj_0x4530303342304638]'. I/O error while writing BCP data-file (Source: ODBC SQL Server Driver (ODBC); Error number: 0) Thanks ...more >>

How to manually start transfer data
Posted by M at 8/23/2005 1:52:42 PM
After create the publication of snapshot replication. and manually start the agency. The subscription properties window shows the status is 'Pending' How can to manually start the data transfer without waiting. Thanks ...more >>

Question about replication
Posted by Roy at 8/23/2005 1:05:02 PM
Do I need to buy license for replication in SQL Server 2005 Express version? Or it is totally free?...more >>

replication
Posted by BUBAI at 8/23/2005 11:41:43 AM
Guys, I am new to MS SQL server replication. As of now, I am trying to spec thngs out. What is the difference between Multiple Publisher/Multiple subscriber scenario and Updating Subscriber scenario??? Both seem to me as a Sybase DBA as Multiple master scenario as both have the same data and r...more >>

Add new tables to replication
Posted by SQL Replication Guy at 8/23/2005 9:40:05 AM
I have setup transactional replication with no snapshot. I created a new table on publisher side and I would want the table also to be replicated. Here is what i did- - drop the subscription - create/dts table to subscriber - create insert update stored procedures at subscriber(i have create...more >>

SQL Server Enterprise Manager could not disable publishing on 'MyServerName'
Posted by akej via SQLMonster.com at 8/23/2005 8:01:11 AM
Hi All !!! I try to disable publishing and distribution on 'MyServerName' (SQL server 2000), however i got the following error : SQL Server Enterprise Manager could not disable publishing on 'MyServerName' Also the distribution database doesn't exists on this server, my coleuge dropped...more >>

GETTING STARTED?
Posted by MSUTech at 8/23/2005 5:38:39 AM
Hello All, I have a SQL Server database up and running on my domain... I want that to act as a replication server for my other 2 database servers.... is there a specific place anyone would recommend that I go.. to start this off on the right foot.. in regards to LEARNING the way to set this...more >>

ho to do sql replication having sql on diffrent ip addresse
Posted by sunil_chdhcl at 8/23/2005 1:37:14 AM
can any body help is sql replication is possibel when we have sql installed on servers who have diffrent ip addresses. here i have three sql servers two servers are are installed at localley and one is at remote side. my remote side server is having diffrent ip address when i try to regist...more >>

sp_msgetmetadatabatch ??
Posted by Erkan Aygun at 8/23/2005 12:26:04 AM
I use merge replication. Client db is MSDE when I synchronize I get the data but just before finish sql server execute "sp_msgetmetadatabatch" for 15-20 minutes. What can be the reason? ...more >>

Invalid Column Name 'xxxxxx' appears during Push Replication
Posted by Kuen at 8/22/2005 8:16:01 PM
Dear folks, Initially I restore a database backup to 2 instances and set up transactional replication among them. The snapshot agent generates articles successfully. When it push the publication from publisher to subscriber, after a number of schema scripts applied successfully, it prompt...more >>

MSDE to MSDE Replication
Posted by Arun Kumar at 8/22/2005 7:17:01 PM
Hi, I would like to know if I can do Replication from a MSDE 2000 to another MSDE 2000 system (one way). All I need to do is Sync Server database changes on to a Workstation database(Real-Time). Let me give an example. We have Server and Workstation product. Our Server will have a Live...more >>

Maintaining Replication
Posted by Brad M. at 8/22/2005 3:27:38 PM
Is there any nightly maintenance tasks I can run that will keep my replication going smooth? I remember reading somewhere about re-indexing replication tables, but could somebody offer some more insight as to what I could do to keep everything afloat? Best Regards, Brad ...more >>

Are Steps 1 and 3 of a replication agent job important?
Posted by Johnny at 8/22/2005 1:04:02 PM
Hello, I am creating a custom job that will publish several publications to subscribers. I will NOT be using the auto-generated jobs created by SQL Server to perform these tasks, and instead I am performing this activity in my custom job. I copied the job steps from the SQL generated jobs ...more >>

help with indexs/keys/constraints in replication...
Posted by skip NO[at]SPAM bosmusic.com at 8/22/2005 12:51:10 PM
Hello, I'm hoping someone can help me out here... BACKGROUND: I'm trying to replicate a bunch of tables, and am having difficulty figuring out how to handle keys/indices/constraints. The project is focused on co-locating a production database. So, I have data feeds going into my publishe...more >>

Changing data types and lengths in replicated tables
Posted by Nicole at 8/22/2005 12:26:01 PM
Okay, this is a real bummer. I setup a one way replication from one SQL server to another. Now, the data types and lengths in some of my tables needs to change to fit a new data structure but I keep receiving and error that SQL cannot drop the table because it is replicated. I can make the cha...more >>

Configuring Merge Replication between 150 clients and one sql server over the internet
Posted by AG at 8/22/2005 12:16:17 PM
I am trying to configure Merge replication such that remote client data is consolidated at the sql server level using the internet.We have 150 msde clients which are located all across USA. I have to give them an application which will enable each client to configure the client network utility...more >>

Re: transactional replication doesn't work according to the schedule
Posted by edi at 8/22/2005 11:43:38 AM
Paul, Thanks for the quick answer. I think I found out what was the problem. Application which loads the data packs huge transactions. Sometimes transactions have around 60,000 commands (I cannot do anything about that, third-party application). So I'm guessing that if such transaction is being ...more >>

Central Subscriber with updates to subscriber possible?
Posted by Laurence Neville at 8/22/2005 10:36:29 AM
I am trying to set up a central subscriber topology (seven small databases replicating into one large database). The requirement I am having trouble with is that updates need to be made to the central subscriber and get replicated back to the publisher DB they belong to. This is why this to...more >>

transactional replication doesn't work according to the schedule
Posted by edi at 8/22/2005 10:03:10 AM
Hi, We have transactional replication between 2 (sql server 2000 sp3) servers accross VPN. It is scheduled to run every 5 minutes, between 11PM and 7AM (all agents). However, when I checked agents at 10AM this morning, they were still running. What could be an issue here? Thanks, Eddie ...more >>

Conflict Viewer hangs
Posted by Ray D at 8/22/2005 7:58:04 AM
Hello, All! MS SQL 2k EE SP3a, merge replication. After long time Conflict Viewer began to hang when viewing conflicts on some articles (not on all). There is no waiting locks. Workload is minimal. What's wrong? Thanx in advance. ...more >>

How to return a partial string based on a particular character?
Posted by SteveInBeloit at 8/22/2005 7:25:10 AM
Hi, I am looking through books on-line but an not finding what I am looking for. In my stored proc, I am being passed a varchar field, 20 long. It looks something like, '103098-1' I need to split the characters on the left side of the '-' into one field, and the characters on the right sid...more >>

transactional replication timeout expired
Posted by Chen at 8/22/2005 6:09:08 AM
Hi, Our production historical database got the "Detect nonlogged agent shutdown" error message from transactional replication once a week. How can I solve this problem? Can someone help me? Regards! Chen...more >>

How to clear the Conflict tables from database
Posted by Sharad2005 at 8/22/2005 3:39:04 AM
Dear Friends I have created a Mearge Replication with name TEST for database DBTEST I have deleted the same Replicaiton but now in my Database DBTEST i see the tables with name Conflict_TEST_TableName How i can clean the same. Your guidance will enable me to solve the problem. Than...more >>

location of the CALL sp_MSins/del/upd statements
Posted by quackhandle1975 NO[at]SPAM yahoo.co.uk at 8/22/2005 3:06:22 AM
Hi I am looking to solve an issue with replicating table and column names that contain spaces. I originally thought that SP4 would solve this issue however after installing Service Pack on both the Publisher and Subscriber I still receive the "access violation or syntax errror". I looked ar...more >>

Drop 'syncobj_0x' View
Posted by 555 Rider at 8/22/2005 12:00:00 AM
Hi, I have found many view objects starting with the 'syncobj_0x' in publication database but I can't drop these views because of dependancy on itself. How can I purge them? Thx Ron ...more >>


DevelopmentNow Blog