| Thread | Last Post | Replies |
|
| Log Reader error | 29 Feb 2008 19:19 GMT | 1 |
Can't run sp_repldone/sp_replcounters What's this mean & what can I do to resolve it? I've deleted everything & set everything back up several times..... Thanx!
|
| Replication 2005 to 2000 | 29 Feb 2008 19:12 GMT | 3 |
I am getting this message & don't know what it means or what to do, new to Sql 2005 replication & getting ready to take my production 2000 server to 2005, but not until I can see this running replication successfully in test. The log scan number (18875:16062:5) passed to log scan ...
|
| Replicate SQL2K to SQLExpress possible? | 29 Feb 2008 19:10 GMT | 1 |
Simple question, I hope, can we setup push snapshot and transactional replication from SQL2K to SQL Express? We have successfully set up SQL2K to SQL2005, but turns out the client is wanting to use SQL Express instead, and we are struggling getting
|
| Question about Replication Insert Statement and Identity Column | 29 Feb 2008 18:57 GMT | 8 |
When setting up replication, is the wizard supposed to automatically add the IDENTITY_INSERT ON statement to the insert statement for tables with an identity column?
|
| Need to change the primary key of an article in a merged publicati | 28 Feb 2008 21:16 GMT | 2 |
I am using a merged publication. Right now this issue refers to a audit table. The primary key to the audit table is right now ATID field. However I did not realize that ATID field wil have duplicate value if I am to capture each of the field in the main table that is being ...
|
| Move distributor to another server | 28 Feb 2008 19:20 GMT | 2 |
SQL Server 2000 SP4 Standard Edition We would like to move our distributor database to another server. What is the best way to do so? I will appreciate your response.
|
| Which type of replication? | 28 Feb 2008 17:37 GMT | 6 |
We have two servers; one in US and one in Europe. They are SQL Server 2005 Ent. Both have one databases. Both dbs have the same schema, but partially different data.
|
| Ntext columns | 28 Feb 2008 13:45 GMT | 2 |
I set up a new transactional push replication between two SQL Server 2000 SP4. I did create the replicationprocs with SP_scriptpublicationcustomprocs '...' and applied the result on the subscriber.
|
| customized replication stored procedures | 27 Feb 2008 19:06 GMT | 1 |
In sql server 2000, we used customized replication stored procedure instead of using system stored procedures, include insert, update, and delete stored procedures, to improve the replication performace. I don't know if it is helpful in sql server 2005. Do I need to write those ...
|
| Availability of data in Conflict Viewer | 27 Feb 2008 10:02 GMT | 2 |
I have the following two questions about merge replication in SQL Server 2000: If a conflict occurs when synchronizing subscriber with publisher I can view conflict data in Conflict Viewer and resolve or remove it.
|
| Replication commands from local install running on production | 26 Feb 2008 22:05 GMT | 1 |
All-- I'm testing replication locally with copies of production servers. For some reason metadata replication commands (e.g., exec sp_helppullsubscription, exec sp_helpmergepullsubscription) are being
|
| Unable to configure Transactional Replication | 26 Feb 2008 22:01 GMT | 3 |
I am using SQL Server 2005 enterprise edition SP2. This is quite disappointing me to when I am going to configure the publication I am getting the following error TITLE: New Publication Wizard
|
| replication stops truncating log with option SyncWithBackup | 26 Feb 2008 18:18 GMT | 2 |
I have a replicated db running 2 years without problem. both are sqlserver 2000 sp4 patch 2171, one has a publication settings and uses another one as remote distributor. both publisher db and distribution db are on full mode, backup very 15 minutes with distribution db has ...
|
| Urgent help with error - The row was not found at the Subscriber.. | 26 Feb 2008 15:20 GMT | 4 |
I have a SQL 200 Server at both ends and I have a transactional replication that is pushing to a subscriber and it is scheduled to run at a certain time so the snapshot runs at 22:00 and distribution at 22:40 and I am getting the following error:
|
| break one replication transaction into multiple transaction and sub commands | 25 Feb 2008 19:51 GMT | 7 |
Right now, tied to a particular xact_seqno within msrepl_commands, we have around a million + commands that consumes a lot of CPU resources when the distribution agents are all contending to push the underlying commands out to the subscribers.
|