| Thread | Last Post | Replies |
|
| Delivering Replicated Transactions | 30 Jun 2006 22:56 GMT | 1 |
Why would a replication Push go into a status of "Running" and Last Action "Delivering Replicated Transactions", and yet just seem to be hung up there & not finishing. This publication/subscription was running fine for months & now all of a sudden seems to be hanging. The Log ...
|
| Field msrepl_tran_version added | 30 Jun 2006 17:16 GMT | 9 |
I've create transacional replication from two databases. At the publisher new field added to all the tables i mark as replicated: msrepl_tran_version It cause damage to my database. What i need to do to ged rid of them? and what i need to do so they won't be created again?
|
| Transactional Replication Errors 20028 | 30 Jun 2006 16:01 GMT | 2 |
I am trying to put distirbuter and subscriber on the same SQL Server Machine. I achieved to enable the remote distributer on my server 2.I was able to enable server1 as a publisher. I wanted to create my publication on my server 1 and use the server 2 as a distributer and
|
| Interactive Resolve with SQL Express | 30 Jun 2006 15:31 GMT | 4 |
I am trying to set up interactive conflict resolution between a SQL 2005 Enterprise Edition server (publisher) and SQL 2005 Express Edition clients (subscribers). I get the following error: The merge process failed to get correct information about the Interactive
|
| Transactional replication | 30 Jun 2006 12:34 GMT | 3 |
I have created transactional replication with 5 publisher.I want to alter a column defination of one of the article.Should I drop the publication and recreate the publication or is there an easy way out
|
| Trigger SQL Server Merge Replication Programatically | 30 Jun 2006 09:36 GMT | 1 |
I need to trigger the SQL Server Merge Replication Programmatically from my Java based GUI. The GUI is web based using JSP, Servlets.
|
| sequence of updates in replication | 30 Jun 2006 09:32 GMT | 1 |
Can anyone tell me if the sequence of updates in transactional replication is applied in order as they are received. for example, I have 2 tables (A and B) that are being replicated to another server. If I have a stored procedure that update table A and then update table B. ...
|
| Replication Monitor reveals poor performance - but what to do to f | 29 Jun 2006 10:30 GMT | 1 |
The client production server CPU starts thrashing. Task manager indicates that SQL server is gobbling CPU cycles. Having a look at the replication monitor, it is obvious that indivual synchronisations to the mobile devices are taking significantly longer expected.
|
| Trying to track down the cause of a distributor failure. | 29 Jun 2006 06:13 GMT | 2 |
I'm very new on the project here. We had a transactional replication machine fail over night with the following event log message. SQLSERVERAGENT - " Microsoft SQL Server Replication : The C:_Program Files_Microsoft SQL Server_80_COM_distrib.exe executable is
|
| Replication from one SQL2000 to another SQL2000 | 29 Jun 2006 02:48 GMT | 2 |
I setup a replication from one SQL 2000 server (A) to another (B). Before creating a replication I scripted a database on a server A and ran a script (successfuly) on the server B. It created all tables, views, sps, etc. After a snapshot had been generated and synchronization ...
|
| Merge Replication differences between SQL 2000 and SQL 2005 | 29 Jun 2006 01:19 GMT | 2 |
We have developed a mobile system that use merge replication for SQL Mobile to SQL 2005. Previously we have developed mutliple mobile systems using merge replication for SQL Ce to SQL 2000. Based on the knowledge we had gathered over about 4 years, we applied the
|
| Merge/FTP schema propogation failure | 28 Jun 2006 15:11 GMT | 2 |
Trying to fathom out my replication issues... Got two boxes running SQL Server 2000, reporting version 8.00.2162. Trying to set up Merge replication between them, using FTP. Publisher/Distributor is Windows 2000, Subscriber is Windows 2003.
|
| Newbie - step by step guidance for building a DB replication.. | 28 Jun 2006 12:21 GMT | 2 |
I am very new to SQL Server replication, currently I am using SQL Server 2005, could any body please inform me where can I get the step by step guidance for building a DB replication.. Please advise..
|
| Oracle replication problem | 28 Jun 2006 12:13 GMT | 1 |
I'm having severe troubles getting replication to work reliably from SQL Server 2000 to Oracle. I've configured the replication to work periodically rather than continuously. The basic issue is that every time the replication is activated, an attempt is made to create the
|
| using BCP while replication is slow | 28 Jun 2006 02:34 GMT | 11 |
I have setup replication but it's not very stable i.e sometimes the connection is bad, in this case will using bcp & bulk insert help to allow me to transfer the data faster ? i have tried to use the following commands :
|