| Thread | Last Post | Replies |
|
| Mirroring | 30 Jan 2009 21:50 GMT | 1 |
In SQL 2005 Microsoft recommends not to mirror more than 10 databases between 2 servers. Is there a way around this or is that a hard and fast rule? Can anyone point me to documentation on how to if it is possible?
|
| Problem in creating snapshot for merge replication from a script | 30 Jan 2009 19:42 GMT | 2 |
Here's the sample script ================== -- DB system: MS SQL Server 2005 Standard -- Objective: create a snapshot for merge replication
|
| Newly created objects' replication | 30 Jan 2009 15:34 GMT | 1 |
OS: Win Server 2003 SQL: 2005 SP2 + CU10 We use Transactional Replication for our prodoction DB to replicate it to another node in Cluster to be used as a reporting server.
|
| Schema Changes in Merge Replication | 30 Jan 2009 15:29 GMT | 1 |
i am using merge push subscription. i have to update/modify the schema in publication db. So the changes in the publication db should be reflected in Subscriotion db. i have more than 25 subscribers. How can i do the schema changes ?.
|
| new publication wizard not responding | 29 Jan 2009 22:49 GMT | 1 |
Hi Freinds, SQL2008 I am trying to create a new publication but as I go to new publication wizard page where I should select the database, the screen freeze and
|
| Transaction Log | 29 Jan 2009 22:46 GMT | 1 |
We'll be implementing replication soon but we have some concerns in the case of disaster recovery. My question revolves around the transaction log on the publisher. Setup
|
| Transactional Replication Without Snapshot or backup restore | 29 Jan 2009 16:56 GMT | 3 |
I would like to initiate transactional replication without using an initial snapshot or backup restore. I just want to replicate the latest delta but I don't need the current data. Is this possible?
|
| How to find table in existing snapshot? | 29 Jan 2009 13:29 GMT | 4 |
I want to find programaticaly some table in an existing snapshot file. How can I do this? Please don't tell me about sysmergearticles table. Any idesa? Zaza T
|
| EXEC sp_changearticle | 29 Jan 2009 09:43 GMT | 2 |
SQL Server 2005 sp2 CU9 (9.0.3282) I am trying to use this sp to alter an article's propert but get this error, any idea? EXEC sp_changearticle
|
| Make existing snapshot invalidate | 29 Jan 2009 09:23 GMT | 3 |
How to make existing snapshot invalidate without reinitialize the active subscriptions? When I tried to do with this code: EXEC sp_changemergearticle
|
| synchcronization in progress... | 29 Jan 2009 09:21 GMT | 3 |
I have a problem with replication service on sql server 2005. I have 2 servers. Master server is in a site (Rome for example) and target site is on Paris (for example). On the Paris server I have setted a pull subscriptions. Local publications is on the Rome server. I have ...
|
| Replication with mirroring - Need advice | 28 Jan 2009 10:46 GMT | 1 |
I have a SQL Server 2005 Sp2 server (ServerA) located in one data center (DC1). As part of a tax SOP & disaster recovery strategy we have decided to have one more box (ServerB) in a data center (DC2) in tax free country and mirror the data between ServerB & ServerA. ServerB would ...
|
| Space is not being reclaimed in distribution database | 28 Jan 2009 00:58 GMT | 2 |
I have setup transactional replication (4 publications) between two SQL 2005 servers. Distributor is on the same server as Publisher. Distribution jobs are running once a day. I have noticed that space consumed in distribution database keeps growing. Even after I manually ...
|
| How to disable a snapshot job that runs continuously (In Merge Replication)? | 27 Jan 2009 20:55 GMT | 2 |
Ok, the snapshot was initially set up to run continuously. Now, I'd like to change it ONE time only, that is, a) the snapshot will be pulled by any future new subscriber ONCE upon subscription; b) it will stop other existing subscribers from pulling the snapshot from this
|
| Snapshot agent job roles | 27 Jan 2009 09:19 GMT | 5 |
Day One ------------- Publisher -- I have a snapshot replication, naturally it created a snapshot agent job.
|