Tagged Questions
The transactional-replication tag has no wiki summary.
6
votes
2answers
464 views
SQL Server 2005 Transactional Replication Fails to Publish Stored Procedure Containing an Index Create
I've experienced a bizarre problem with a SQL Server 2005 Transactional Publication. The issue is this: If the publication contains an article that is a stored procedure that contains a create index ...
3
votes
3answers
571 views
Consolidate data from many different databases into one with minimum latency
I have 12 databases totaling roughly 1.0TB, each on a different physical server running SQL 2005 Enterprise - all with the same exact schema. I need to offload this data into a separate single ...
3
votes
2answers
264 views
wait for transactional replication in ADO.NET or TSQL
My web app uses ADO.NET against SQL Server 2008. Database writes happen against a primary (publisher) database, but reads are load balanced across the primary and a secondary (subscriber) database. We ...
2
votes
2answers
147 views
Problems with Entity Framework Model when Transactional Replication active
I have a situation where I use SQL server transactional replication from my main database to my failover database. I have a main site and my fail over website is using my failover database.
Both ...
2
votes
1answer
284 views
New table not showing up in publication's article list in SQL Server 2008
I'm very new to SQL Server. I just had someone transfer my entire database from Access to SQL Server and I'm trying to get up to speed.
This is a merge replicated database.
I added a new table ...
1
vote
2answers
65 views
Post Replication script in SQL Server 2008
I have setup SQL Server 2008 Transactional Replication between 2 databases. Once the replication session is complete, I want to execute a T-SQL script. Is there a configuration to setup Post ...
1
vote
1answer
91 views
Change Database Structure on Table being Replicated
I need to make structure changes to a database that is part of a subscription that is using Transactional Replication.
I am wondering if I take the Database out of the Article list, make the ...
1
vote
1answer
54 views
Replicate SQL Server CLR Function
Is it possible to replicate a CLR Function using Transactional (or Merge) Replication?
1
vote
1answer
123 views
SQL Transactional Replications with triggers running concurrently
I have setup SQL Server transactional replication to run continuously for two tables (Parent and child records). At the subscriber end, I have insert and update triggers on both replicated tables.
...
1
vote
1answer
428 views
Replication problem (distribution with subscriber) in SQL SERVER 2008 R2
We have transactional replication between two MS SQL Server 2008 R2.
Our servers were rebooted because of failure of a hard drive.
Replication automatically continued working. But in an hour after we ...
1
vote
1answer
342 views
Adding new article to transactional replication gives error at subscriber
I have an updatable transactional replication set with SQL Server 2008. Everything is working fine. I added a new table to the existing publication thru sp_addarticle followed by sp_addsubscription. ...
1
vote
1answer
221 views
Can you replicate data from MS SQL Server 2005 to MySQL 5.1 one-way?
I need to set up a one-way transactional replication from a SQL Server 2005 database to MySQL 5.1 Database.
I have installed the ODBC driver and started to work on creating the publication, but I am ...
1
vote
1answer
103 views
Replication related issue,
Replication related issue,
I am explaining my architecture .
I have created , its transactinal replication process
2 Publisher on table vendors script I have given below,
A Distributor
2 ...
1
vote
2answers
259 views
Can I add a delay to sql server transactional replication?
I've got transactional replication configured from a database called DBProd to another database called DBWarehouse ; everything works fine, and transaction are usually replicated instantaneously to ...
1
vote
1answer
469 views
How do I add new articles with transactional replication?
Suppose I'm using transactional replication to replicate articles from one server to another (both running SQL Server 2000). This is setup and working great.
Then, I decide to add a new article. ...
0
votes
0answers
17 views
setup transaction replication in cross domain [migrated]
I'm trying to setup transaction replication between two domains under the same active directory, the publisher server is in a DR site domain and the remote distribution server is in the main site ...
0
votes
0answers
8 views
Using SQL Replication, can I sync to a subscriber without it first needing to be intialized to a state that is identical to the publisher?
I want to setup Transactional Replication between two existing SQL Server databases that are structurally identical (same tables and columns and PK's), although the subscribing database already ...
0
votes
1answer
77 views
<Transactional Replication> Data is not getting updated in subscriber
I was testing Transactional Replication on my machine before setting up on PROD but when I do a UPDATE that update is not getting propagated to the subscriber and when I see the replication monitor I ...
0
votes
1answer
96 views
Can SQL Transactional Replication work between SQL 2005 Standard (Publisher) and SQL 2008 R2 Web (Subscriber)?
I've been trying, googling and hitting my head against the wall but can't figure our what the problem is or how to solve it.
I have and SQL 2005 Standard server acting as a publisher. I need to do ...
0
votes
0answers
21 views
SQL Replication & Restriced Access to the publisher
I'm trying to set up SQL Replication on our server as the distributor and having a remote SQL Subscriber who is one of our clients.
It's working fine but I would like to restrict access to the user ...
0
votes
0answers
167 views
SQL Server Transactional Replication with same table reference constraint
With SQL Server 2008 and transactional replication (with updatable subscriptions), I get the following error during replication:
The DELETE statement conflicted with the SAME TABLE REFERENCE ...
0
votes
1answer
23 views
Add additional subscription?
I already have a push transaction replication (SQL 2008) from A to B. Now I need to add an additional subscription C. I know the following steps should work,
Remove the publication from A.
Backup ...
0
votes
1answer
26 views
Was this subscription initialized?
Running SQL 2008...
Where can I find in the SQL dB or how can I determine if a transactional subscription was initialized when it was created??
AHIA,
LarryR...
0
votes
1answer
36 views
Transactional Replication on a table carrying incompatible data type
I am trying to implement a transactional replication in 2008. Both the publisher and subscriber are in 2008 version.So far so good.
The publisher database is in 2005 compatibility mode. It has a ...
0
votes
1answer
30 views
Will adding column to replication db have influence on source db?
If I add column to a replication database, will this column also be added to source database? I'm using transactional replication.
PS I don't want it to be added to source, I just want to make sure ...
0
votes
1answer
123 views
It is possible to alter SQL Server replication filter without delivering an entire publication snapshot?
I am constantly asked to change the filters on my companies SQL Server Transactional Publications which contain several hundred tables and roughly 400GBs of row data.
Each time I am required to alter ...
0
votes
0answers
39 views
Forcibly create merge subscription in a database running trasactional subscription
I have a database that is running transactional subscription. I am able to create a merge publication, but when I try to create a subscription for the merge publication(on the same database), I get an ...
0
votes
0answers
57 views
Planning database backups for Distrubutor and subscriber in SQL Server 2008 for Read Only Transactional Replication
Question: I have a situation where I need to manage distributor and subscriber on two different servers. while publisher is being managed by another department. I need to plan backups and maintainence ...
0
votes
1answer
144 views
Replication and CDC SQL 2008r2 what causes some replicated tables to drop CDC?
Transactional replication from SQL 2005 into SQL 2008r2. CDC established on SQL 2008r2 side. Each day, from 2 to 4 of these tables lose their CDC settings (ie. is_tracked_by_cdc in sys.tables moves ...
0
votes
0answers
72 views
"exec sp_register_custom_scripting 'CUSTOM_SCRIPT' ERROR
Configuration
SQL 2008 (Server A) replicates to SQL 2008(Server B) which replicates to SQL 2008(Server C).
I recently added a column (to Server A) to a replicated table SMS & the DDL change ...
0
votes
1answer
71 views
Validation stored procedure for Replication
Does anyone know of the correct stored procedure that validates the actual code in transactional replication? I have a view that basically is a select * from table1. I changed that view to select * ...
0
votes
0answers
70 views
MSQL Replication Updating rows by deleting and inserting
I just want to clarify, If I have a table that is fed from an outside source daily or hourly (we have multiple tables being replicated that are fed data from a batch file process.) that is then ...
0
votes
2answers
145 views
Multiple Publishers, Single Subscriber (Data Warehouse)
I'm trying to figure out the best way to populated the staging database in a
data warehouse. I will have a number of databases (identical schema, SQL
Server 2005 Standard). Ideally I'd set up each ...
0
votes
0answers
85 views
removing replicated stored proc articles from the publication
I am configuring p2p replication between two servers (SQL2K8 and WIN2K8R2, 64bit). I initially included some stored procs in publication with Sp article property Replicate set to ='Execution of the ...
0
votes
0answers
67 views
Transactional Replication - scheduling job to occur nightly instead of continuously
I've got a Transactional Replication push subscription for a single table. One database is the subscriber, publisher, and distributor.
The repl-log reader is set to run continuously. How do I set ...
0
votes
0answers
342 views
Cannot use SAVE TRANSACTION? altering replication articles
Hello all (first time posting here)
Yesterday i was notified about an error that raised in our production database environment (SQL Server 2008 R2) while trying to release changes to existing stored ...
0
votes
0answers
61 views
How does TableDiff handle continuously changing tables?
I want to use tablediff.exe to compare several tables in replication publisher and subscriber (in SQL 2005).
I am curious to know if this utility can handle the scenario where the source table is ...
0
votes
1answer
112 views
Throttling SQL server Replication?
We have a performance issue with the current transactional replication setup on sql server 2008.
When a new snapshot is created and the snapshot is applied to the subscriber, we see network ...
0
votes
1answer
187 views
Oracle-to-SQL Server replication: manipulate data during replication
I've "inherited" a working Oracle (10g) to SQL Server 2005 data replication using standard SQL Server snapshot and transactional replication.
Everything works fine - as long as Oracle doesn't try to ...
0
votes
1answer
355 views
SQL Server Replication Tutorial Issue
Working through a tutorial on Transactional Replication on SQL Server 2008 R2 with AdventureWorks. Publisher, Distributor and Subscriber are all in the same instance. I am getting this error...
...
0
votes
1answer
115 views
Synchronizing in SQL Replication works when manually syncing, but not automatically
I'm using SQL Server 2005 to create a replication copy of the main databases, so that the reports can point to the replication copy instead of locking out our main databases.
I have set up the 3 ...
0
votes
1answer
27 views
Adding to the schema of a subscribing database
Transactional Replication on SQL Server 2005 Enterprise x64 (SP3).
I need to add check constraints to a databases that is the target for a replication, but I cannot add the check constraints to the ...
0
votes
1answer
2k views
Transactional replication with no primary key (unique index)
I've just come across something disturbing, I was trying to implement transactional replication from a database whose design is not under our control . This replication was in order to perform ...