| Thread | Last Post | Replies |
|
| one table in two merge publication with different filter | 30 Apr 2009 09:37 GMT | 1 |
I have a Sql Server 2005 sp3 with two merge publications dynamicaly filtered : - publication 1 : table A with filter xxx = HOST_NAME - publication 2 : table A with filter xxx = null
|
| Merge Replication Conflicts | 30 Apr 2009 09:29 GMT | 1 |
Example: In the table [article table] , the column [article stock] is 5 subscriber 1 sells 1 unit and updates [article stock] to 4 subscriber 2 sells 2 units and updates [article stock] to 3
|
| Removing a Column | 29 Apr 2009 14:44 GMT | 4 |
We have transactional replication up and running and would like to remove a column from a particular article (table). Is there a way to do this? I found the sp_repldropcolumn for 2000, but was wondering if there was anything 2005 specific. Also, once the column is removed, how ...
|
| Problem in SQL2000 sp3 Replication | 29 Apr 2009 09:51 GMT | 3 |
Hi, im having an issue with one of my subscribers, when you update any row you get this errors : Servidor: mensaje 208, nivel 16, estado 1, procedimiento tsvw_EDC2093F08B34C1A919B32B79153D97E, línea 2
|
| Disable merge publication | 27 Apr 2009 16:45 GMT | 5 |
I am trying to find a way to disable and enable a publication. Can some one tell me the correct way to do it? My scenario is as follows: 1. Sql server 2005 merge publications (20 merge publications)
|
| report shows logshipping out of sync, but event viewer shows retore? | 27 Apr 2009 16:21 GMT | 1 |
Hi All: I have a secondary server in a log-shipping scenario (SQL2005/server2003). When I view the transaction log shipping report for that server, the "status" shows "alert" and the last backup is from when I first configured shipping.
|
| Transactional Replication Large Database | 27 Apr 2009 16:16 GMT | 4 |
Sql Server 2005 I am not a replication expert but have set it up a few times. Now I have a very large database 150GB, with 3500+ tables that needs to be replicated. Data will be used for reporting and is an SAP database.
|
| No process is on the other end of the pipe. | 27 Apr 2009 13:55 GMT | 1 |
hIhave a Transaction publication on SQL Server 2005. I have two different databases on the same server (sql server 2008) that have subscriptions to the publication. One works well and the second one receives an error : Shared Memory Provider: No process is on the other end of the ...
|
| Replication error, Error number: 1934 | 27 Apr 2009 11:25 GMT | 1 |
Hi I am getting error when I add new table. Table is same as other tables, but why I got error when I add this new table. The error is like: Command attempted: CREATE TABLE [dbo].[CCy](
|
| MONITOR REPLICATION DATA TRAFFIC | 24 Apr 2009 16:22 GMT | 2 |
I need to monitor the amount of traffic that my replies generate. I use SQL Server 2000 and my replies are "Merge Replication". How can i know it? Thanks a lot and sorry for my english.
|
| Peer To Peer Replication and Persisted Computed Columns | 24 Apr 2009 10:04 GMT | 3 |
We have two servers with databases using Peer to Peer replication. We are steering the Development teams to use Composite Keys in order to avoid Replication Conflicts and the extra overhead of managing Identity ranges. I know there are a number of ways to avoid confilcts i.e ...
|
| Apply New Reports To New Directory | 23 Apr 2009 14:19 GMT | 1 |
I have a SQL Server 2005 reporting services that has numerous reports. I would like to create new directory for a different client style resports using the same database instance . Please help me with the steps to complete this task
|
| replicate reference tables to the subscribers | 23 Apr 2009 14:01 GMT | 2 |
Sql2008 I would like to replicate ONLY reference tables to the subscribers, one way only. What type is this?
|
| 2005 merge to 2008 | 22 Apr 2009 09:37 GMT | 1 |
We are upgrading from SQL 2005 to 2008 and our primary database is setup with Merge relication with publisher and distributor both on the same server. Our subscriptions are laptops running 2005 Express. Can we just backup 2005 database and restore on 2008? Also, can we keep the ...
|
| sp_addsubscriber.@login | 22 Apr 2009 09:27 GMT | 1 |
The SQL 2000 [sp_addsubscriber] stored procedure has an @login parameter. Is this the login for the publisher or the subscriber? I imagine it is for the subscriber, but I'd like to know for sure.
|