Tagged Questions
7
votes
5answers
2k views
Wait for connections to close before restoring SQL Server database
I have a web application that uses two databases. DB1 Users perform their CRUD (Create, Read, Update, Delete) operations. Database DB2 is a readonly database on a different server that i use for ...
5
votes
1answer
9k views
Guide for Replication in MS SQL Server 2008
I wonder if anyone know/have a good guide for Replication in MS SQL Server 2008?
I want to set up a Replication between two different computers that run MS SQL Server 2008, the master runs on Windows ...
4
votes
3answers
865 views
Pattern for updating slave SQL Server 2008 databases from a master whilst minimising disruption
We have an ASP.NET web application hosted by a web farm of many instances using SQL Server 2008 in which we do aggregation and pre-processing of data from multiple sources into a format optimised for ...
4
votes
3answers
8k views
How do I check SQL replication status via T-SQL?
I want to be able to check the status of a publication and subscription in SQL Server 2008 T-SQL. I want to be able to determine if its okay, when was the last successful, sync, etc.. Is this ...
3
votes
1answer
127 views
SQL Server Replication: Transform replicated data
I have an employee database that is replicated to several other servers. Currently, only the employee ID and name are being replicated. However, the need has arisen to have the last four digits of ...
3
votes
3answers
329 views
How to synchronize two (or n) replication processes for SQL Server databases?
There are two master databases and two read-only copies updated by standard transactional replication. It is needed to map some entity from both read-only databases, lets say that A databases contains ...
3
votes
1answer
442 views
Help on choosing which SQL Server 2008 scale-out solution to pick (replication, …)
I am currently crossing the jungle of SQL Server scale-out technologies like replication, log-shipping, mirroring... I have the following constraints on my choice:
I want the read-only load to be ...
3
votes
2answers
751 views
Why does merge replication fail on setting a table's LOCK_ESCALATION?
We're having a problem with a merge replication. Our publisher runs SQL Server 2008, while our two subscribers run 2005. Our publisher is trying to send an ALTER TABLE Foo SET (LOCK_ESCALATION) ...
2
votes
2answers
59 views
SQL Server Performance Suggestion
I have been creating database tables using only a primary key of the datatype int and I have always had great performance but need to setup merge replication with updatable subscribers.
The tables ...
2
votes
1answer
93 views
SQL Server Replication not replicating Foreign Keys
I am replicating several tables to a database on the same server as the source database.
Those tables have several foreign keys between them. When I look at the replicated tables, they do not have ...
2
votes
1answer
58 views
Frequent Setup and Tear Down of SQL Server Replication
I am using the Visual Studio Database Project for my database. I have it setup to auto-build twice a week. When it builds it drops the database and recreates it from scripts.
I really like the tear ...
2
votes
1answer
152 views
Create Duplicate records with autonumber foreign keys
(using SS2008) Within a sql server database, I'd like to copy all the data of one client for a new client. In other words, generate exact duplicates of all records that pertain to client #1, except ...
2
votes
1answer
149 views
SQL Server - best replication model for archiving
I am at the point where I need to start archiving database of website I'm maintaining. Basically, lots of transactional data is generated daily, and after approximately 2 weeks, this data is pretty ...
2
votes
3answers
314 views
Automatically resolve primary key merge conflict
could you please suggest me the way I could automatically resolve
primary key conflicts during a merge between Publisher and Subscriber. It seems Sql Server doesn't do it out of the box :(.
Conflict ...
1
vote
2answers
66 views
I need to sync two Databases [closed]
I want to create an environment where I have a database on one server and replicate (backup) db on another. The two need to synchronize data, i.e. if I add data to one database it's added to the ...
1
vote
1answer
32 views
Sql Server Replication or SyncFramework
I have three database servers, all of them runing SQL Server 2008.
Two of them are located in two diferent stores (LocalServers), the other one is on a remote hosting environment (RemoteServer).
The ...
1
vote
1answer
57 views
publishing(replicating) Oracle to Sql2008r2
Trying to establish transactional replication from oracle server to Sql2008 R2 instance.
I am able to set up 'Oracle publication' through Replication,New Oracle publication wizard;every thing seems ...
1
vote
0answers
45 views
SQL Replication, CE device
I have a Windows CE device that I'd like to replicate data to a SQL Server 2008 R2 database. I understand the basics of replication and I need to use MSDN's "Two-Server Topology". Where there is an ...
1
vote
1answer
61 views
How to best document a replication configuration?
I am looking for suggestions for the best way to document a replication configuration.
Currently the documentation is done in Excel (this sucks), where each dB has a tab & each table is listed ...
1
vote
2answers
69 views
Wanted: A neat way to clone table rows with GUID primary key column
I need to clone table rows but am struggling with this syntax. My train of thought went like this:
DECLARE @myPk Uniqueidentifier
SET @myPK = NewID()
INSERT INTO my.table (pk, fullname, two, three)
...
1
vote
2answers
140 views
Merge Replication - Triggers firing on Both Publisher and Subscriber
Server Version: SQL Server 2008R2
Client Version: SQL Server Express 2008R2
I have been encountering what appears to be locking issues when I run my merge replication process. It appears to be when ...
1
vote
2answers
79 views
what kind of replication should I use?
I can't understand the difference between transactional replication and merge replication.
This is my scenario:
In an organization I have a SQL server which need to collect information from different ...
1
vote
1answer
105 views
SQL Replication
I've got two database servers. One is SQL 2000, the other 2008 R2.
The application I'm writing sits mainly on the 2008 server (and thats where all the "writing" takes place)... however it does do ...
1
vote
1answer
275 views
SQL Transactional Replication - Removing Articles
I have a transactional replication setup between database 'A' and 'B'. If I remove articles from the publication, and save the changes, will this immediately get reflected to all current subscribers?
1
vote
1answer
147 views
What causes this error..please run "exec sp_register_custom_scripting 'CUSTOM_SCRIPT', your_script?
Configuration
SQL 2005 (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 via script & the DDL ...
1
vote
1answer
789 views
Alter Tables that are replicated in SQL Server 2008 R2
We have two databases and some tables in them are replicated.
We want to add to table new rows and also include them in replication.
How can we do this?
Example:
We have [dbo1].Table1 and ...
1
vote
1answer
167 views
Replication with pull subscribers fails under Active Directory policy when using a dedicated replication account
I have a replication set up with pull subscribers and it's deployed in our corporate domain. I have requested to create a dedicated account to run this replication off of.
On a pull subscription ...
1
vote
1answer
1k views
Length of LOB data (78862) to be replicated exceeds configured maximum 65536
Here is a related question.
Why do I get this error even when I have not installed SQL Server replication ? The strangest thing is, when I run the fix
sp_configure 'max text repl size', 2147483647
...
1
vote
2answers
308 views
SQL2008 merge replication fails to update depdendent items when table is added
Setup: an existing SQL2008 merge replication scenario. A large server database, including views and stored procs, being replicated to client machines.
What I'm doing:
adding a new table to the ...
1
vote
1answer
4k views
SQL Server 2008 replication failing with: process could not execute 'sp_replcmds'
I have an issue with SQL replication that I am having trouble fixing. What I am doing is restoring two DBs from a production backup, and then installing replication between them. The replication ...
1
vote
1answer
571 views
Cannot rename a column that is “replicated”, probably due to CDC
I want to run the following rename
EXECUTE sp_rename N'dbo.Semesters.IsPublic', N'Tmp_ShowNCs', 'COLUMN'
I get the error
Msg 4928, Level 16, State 1, Procedure sp_rename, Line 547
Cannot alter ...
1
vote
1answer
408 views
SQL Server replication testing
I'd like to write a sql script to do a basic smoke test to check that the replication setup on my server is correct.
I think a simple set of CRUD operations against the tables that are supposed to be ...
1
vote
0answers
312 views
SQL Server 2008 Peer-To-Peer Replication not working all the time
Has anyone successfully set up Peer-To-Peer replication (not merge)? We have set it up exactly per BOL documentation. All the inserts to a node are replicated to another node with no problems. ...
1
vote
2answers
560 views
SQL Server 2008: Share data between Compact 3.5 and Express
Question: How can we connect a SQL Server CE DB to a SQL Server Express DB? We can't use Merge replication because you can only be a Subscriber in SQL Server Express, not a Publisher.
More ...
0
votes
2answers
48 views
Transaction issue adding column to replicated table
In my software I have a process which runs the database updates that I need to apply to patch up to our latest version. In my latest script, I want to add a column to a table that has a publication ...
0
votes
2answers
41 views
SQL server bi-directional replication and auto-increment primary key
I have read here that a simple way to manage auto-increment primary keys with (bi-directional) replication between two instances, is to have one server always be even numbers and the other number ...
0
votes
2answers
33 views
How to avoid table drop when reinitalizing subscription (Replication)
In replicated database I add extra column into each table. Every time I reinitialize subscription all tables are dropped and I loose column that I added so I have to add it again. Is it possible to ...
0
votes
3answers
154 views
Easiest way to copy development SQL Server to thumb drive
I have a small SQL database that is on my development PC only. I'd like to make frequent backup copies of it to a thumb drive. If I could have it do it automatically on a schedule when the thumb drive ...
0
votes
1answer
32 views
Sql server replication with constraints?
I basically have a database and an application, and what i want to do is creating a second database and a second application that is running mostly independent. Setting this up is easy, but what I ...
0
votes
1answer
27 views
Where to store temp data during replication?
I've just started playing around with Replicating our system and am not sure how best to handle this issue.
I want to filter data, but its not as easy as "where columnName = 'abc'". So I'm writing a ...
0
votes
1answer
78 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
0answers
48 views
Join filter between more than two tables
So, I have a scenario where I have an article that I want to be filtered based on two other articles in the publication. If I were to write this as T-SQL, it'd be:
select t3.*
from t3
inner join t2
...
0
votes
1answer
60 views
SQL Server 2008 Replication - Fixed Overhead of Replication?
We are using SQL 2008 Transactional replication to replicate data from our production database to our reporting database.
We recently created a new 'Global' database that we would like to have ...
0
votes
1answer
51 views
Are there advantages to only use stored procedures to access a database with merge replication?
I have a project where SPs are the only way that the application uses to access or modify the Sql Server 2008 DB.
I have developers asking to abandon the SP only approach and let them use Linq to Sql ...
0
votes
1answer
57 views
central subscriber replication in Sql Server 2008 R2 [closed]
We have regional office and some data in this office.We want to transfer data from each regional office everyday to central office .For this reason I need central subscriber topology.I implement ...
0
votes
2answers
62 views
Mix transactional replication and log shipping?
I've replicated a large database (close to 1TB) to three remote servers using pushing transactional replication. The subscribers are read-only. A lot of data is inserted and updated (from other ...
0
votes
1answer
110 views
Replication with SQL Server 2008 Web edition
I need to use replication between my databases. But me hosting provides only Web Edition of SQL Server. In web edition replication is not supported. May be anyone have some suggestions?
Thanks
0
votes
1answer
325 views
The process could not execute 'sp_replcmds' on 'database_name'
I got a error message in my Log Read Agent: The process could not execute 'sp_replcmds' on 'Database Name'.
I create another agent profile with a large query timeout and a min value to batch, but ...
0
votes
1answer
48 views
Script to find the snapshot job for my replication publisher
Is there a way, via script, to see what the name of the job is that will fire the snapshot for my replication?
This is for my Development environment. I am rebuilding my databases automatically via ...
0
votes
0answers
41 views
SQL replication between 3 servers
I have 3 servers, server A is the master server, server B is the backup server and server C is the intranet server.
Server A is SQL Server 2008 R2 Standard
Server B is SQL Server 2008 R2 Standard
...