| Thread | Last Post | Replies |
|
| adding articles | 31 Oct 2006 21:42 GMT | 7 |
I am using trasactional push replication on 2005. So, first I do this: EXEC sp_addarticle @publication = N'azDSS', -- Change value with the name of the
|
| MSDE and replication | 31 Oct 2006 16:48 GMT | 2 |
Does anyone know if MSDE can use replication of any kind? I'm looking to gather up many tiny databases and pull them into a larger 2000 box that is Processor licensed. I read that you can set up replication manually using scripts, but the
|
| Server to server backup | 31 Oct 2006 10:25 GMT | 1 |
I need to take backups of all DBs in the server into another serve, which should be done automatically once a particular period of time(say 30 mins or 2 hrs or 5 hrs etc..). Please help me to do so with step by step explanation. iI am new to SQL
|
| Cannot insert record | 31 Oct 2006 03:55 GMT | 2 |
I am getting the following error when trying to insert a record into a table at a subscriber. Table '[dbo].[Customer]' into which you are trying to insert, update, or delete data is currently being upgraded or initialized for merge replication.
|
| SQL 2005 upgrade | 30 Oct 2006 22:07 GMT | 1 |
I have 3 SQL server 2000 involved in Replication which will need to be upgraded to SQL 2005 Publisher Distributor
|
| Replication between SQL 7 and 2005 | 30 Oct 2006 10:51 GMT | 2 |
Hi i need to know how would it be possible to configure SQL 2005 and 7 to replicate with each other. SQL 7 will need to be the publisher and SQL 2005 will be the subscriber. SQL 2005 will not update back any data to SQL 7 but just read the changes made
|
| Concurrent Snapshot Processing??? | 30 Oct 2006 02:27 GMT | 1 |
Other than the following constraints on "Concurrent Snapshot Processing", is there any reason NOT to check the "Concurrent access durning snapshot generation" option? Known Constraints:
|
| 208 Error - When Trying to generates Snapshot... | 29 Oct 2006 22:48 GMT | 1 |
Snapshot Error Details: ----------------------------- Invalid object name 'sysarticles'. Invalid object name 'sysarticles'.
|
| push or pull - SQL 2000 Transactional | 28 Oct 2006 18:54 GMT | 5 |
I just talked to Microsoft and I was told to do push subscriptions instead of pull, to run the distribution agents on the distributor. I have come across different resources that say otherwise... What is the best approach with a distributed topology.
|
| Merge Replication between Win2000/Sql2000 Publisher and Win2003/Sql2000 Subscriber | 28 Oct 2006 13:08 GMT | 2 |
We currently have Merge Replication setup on a Sql Server 2000 running on Windows 2000 Server as publisher. Same configuration servers (45 units) are acting as Subscribers. We want to replace one of our subscriber servers and run on Windows 2003
|
| FTP Snapshot errors | 28 Oct 2006 12:54 GMT | 6 |
I'm hoping for some insight into this problem. We have Merge Replication setup over FTP and has been working without issues. The last database update we generated a new snapshot and has cause problems since. The snapshot generates fine. When we synchronize uses get the
|
| datatype conversion error in sql 2000 replication | 27 Oct 2006 19:14 GMT | 10 |
I'm working on setting up replication on a database in SQL 2000 and get the following error: Implicit conversion from data type text to nvarchar is not allowed. Use the CONVERT function to run this query.
|
| log scan number | 27 Oct 2006 19:08 GMT | 3 |
Yesterday, we attempted to add a new table to an existing publication. We then created the table on the subscriber and populated it manually. We expected that replication would then take over the data flow to this table. This morning, I found that the log reader had failed with the
|
| Not for Replication in merge replication - help needed | 27 Oct 2006 14:44 GMT | 4 |
I have a merge Replication database with 50 tables. Almost all my tables have identity columns. Now the subscribers of this Publication database cannot "Insert" or "Delete" data on tables that have identity columns.
|
| Transactional Publication with updatable subscriptions | 27 Oct 2006 14:41 GMT | 3 |
I am trying to work out what the difference is between the above and merge replication. Does anyone know what the difference is?
|