all groups > sql server replication > january 2006 > threads for january 1 - 7, 2006
Filter by week: 1 2 3 4 5
Replication of SPs
Posted by Mathew at 1/7/2006 7:21:02 AM
Hello everybody,
Does anybody know why SQl Server replication creates lots of other SPs while
creating real SPs, and all the names are like "sp_MSdel_MyTableNames", that
sp_MSdel_ part is repeated in all of them.
Thanks,
Mathew... more >>
SQL 2000 - Replication and LDF file
Posted by Des Norton at 1/6/2006 4:38:36 PM
Hi NG
I have a replicated SQL 2000 DB (Merger Repl).
The DB has a single MDF and LDF file.
The LDF file grows by ± 500MB per week
I would like use the following script to truncate the LDF file on a daily
basis. The question is whether this will have any effect on replication.
R... more >>
Merge versus Two Way, Bidirectional Transactional Replication
Posted by CLM at 1/6/2006 2:25:03 PM
I just received some great help on this forum on two way, bidirectional
transactional replication. But I'm not sure it's really the best solution
after finding out more about it. I'm working with 2000 servers btw.
I see two issues that (I think) will make merge replication (or maybe more
... more >>
SQL 2000, Transactional Replication and Communication Compression
Posted by Piotr Szukalski at 1/6/2006 2:15:24 PM
Hi!
I have a question considering transactional replication: is there any
possibility to compress the communication with server (I don't mean
compressing snapshots) during synchronization? The thing is the
replication will be performed with GPRS connection where real transfer is
about 4KB/s..... more >>
Agent Deadlock Errors
Posted by David Grau at 1/6/2006 9:19:06 AM
I have been getting numerous deadlock errors in my Queued Reader agent and
Distribution clean up agent.
We are running transactional replication with immediate updating
subscribers-with queued updating as failover. We have one primary server
with 9 subscribers.
My Queue Agent is set to ru... more >>
Collation Conflict with Snapshot Rep
Posted by Rob at 1/6/2006 9:00:06 AM
I'm trying to setup replication from an external web server to internal sql
box. The internal box with do a pull subscription to external webbox. I ran
snapshot and all works successfully. As soon as I try to run Pull
subscription, I get an error a Collation Conflict on a table. I tweaked ... more >>
SQL Mail, Replication Monitor Agents and Operator Configuration
Posted by C_Hudson at 1/6/2006 8:09:03 AM
After establishing replication of a database in a test environment I am now
working on monitoring the success or failure of the replication process. In
implementing this feature I ran across several issues, some of which raised
questions I would like to pose here:
I am running SQL Server 2... more >>
SQL Server 2005 replication monitor questions
Posted by Charts at 1/6/2006 7:41:01 AM
1) SQL Server 2005 replication monitor has publisher trees under my
publishers\server name. However I could not find way to sorting the
publishers.
2) The whole distribution agent trees are missing. I usually use
distribution agent trees of replication monitor of SQL 2000 to find out which
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
t-slq/script replication question
Posted by LPR-3rd at 1/6/2006 7:10:27 AM
When I run this script...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
declare @location as char
declare @pubname as char
declare @SerVerName as char
set @location = '03'
set @pubname = 'EDI for #03'
set @ServerName = 'ROUSE03SERVER'
-- Enabling the replication database
use... more >>
Merge replication "Subscription Deactivation" - what happens if...
Posted by Sam Martin at 1/6/2006 4:33:02 AM
Hi all,
I have a problem whereby our main DB server has been off for an extended
period over the holidays and as such the Merge Replication (default 14 days)
has expired resulting in "Subscription Deactivation".
I've found this,
http://msdn.microsoft.com/library/default.asp?url=/library/... more >>
Upgrade scenario
Posted by Tom at 1/6/2006 12:23:59 AM
Current situation:
- 1 central location running SQL 7.0 acting as a publisher and distributor
in merge replication
- 30 remote locations running SQL 6.5 and acting as subscribers
- subscribers are pushing articles to central location twice a day
We are planning to replace all servers with ne... more >>
INSERT fails after setting up Transactional Replication
Posted by Ten Ten at 1/5/2006 7:22:36 PM
Hi ,
I have set up a transactional replication between two servers : A is the
distributor and subscriber and B is the publishers. It works correctly
Published objects in B has new columns rowguid(uniqueidentifier) and
msrepl_tran_version (uniqueidentifier)
The problem is when inserting ... more >>
Partial config on a non-replicating DB?
Posted by alouts NO[at]SPAM hotmail.com at 1/5/2006 5:01:21 PM
I have an issue on one of my test servers that I'm not entirely sure
how to solve, and would appreciate any advice people have.
We are not using replication on any of our DBs, and so far as I know
this instance/DB has never been configured for replication. Currently,
Enterprise Manager is say... more >>
Reqplication queues up without any errors
Posted by Ziggy at 1/5/2006 3:56:02 PM
I have two publications (with only one article in each) based on the same
source table. Both of these publications have one pull subscription each.
Using sp_browsereplcmds and querying MSrepl_commands, I noticed that
replication queues up for these two articles. How can I check whether th... more >>
Add a field
Posted by Jeff Cichocki at 1/5/2006 12:01:08 PM
I need to add a rowguid to 300+ tables. Is there a way to script it?
Thanks
Jeff
... more >>
SQL 2005 Merge Replication and Locking...
Posted by BATMAN at 1/5/2006 10:49:05 AM
We're having a problem updating an article in one of our merge replication
publications. Replication is holding a lock, during syncing a subscription,
on the entire article and when we need to do an update we get timeouts. Is
there any way to manage the locks that Merge Replication is using ... more >>
Create or Change Merge Articles
Posted by David Chase at 1/5/2006 10:37:09 AM
We are setting up a merge replication with laptops as subscribers. I read
an article about altering columns in a table but want to verify the correct
sequence of events to add or change articles after Publisher is created.
For a new table:
CREATE TABLE command
sp_addarticle
For a revise... more >>
Problem with tables where the Column_id > 255
Posted by William F. Kinsley at 1/5/2006 10:06:41 AM
I am using bi-direction Transactional and I have a table that has about 190
columns. However, the column ids (in the syscolumns table) range from 1 to
160, then there is a gap and the column_ids and they start again at 240 to
260. When I try to add this article to a publication I get an error ... more >>
added article to current transactional repl. How to replicate additional article?
Posted by JohnBright at 1/5/2006 3:17:44 AM
Hi, I already have transactional replication setup between two servers
(production server to reporting server).
I have created a new table witha primary key and have added this table as
an article to the publication.
How can i get my setup to take an initial snapshot of the table and appl... more >>
Replicate large table through an unreliable network
Posted by Urs at 1/4/2006 8:50:53 PM
Hi there,
I''ve got a large table wich I have to replicate (snapshot would be fine enough) to another SQL2k Server. The problem is, that the
network is very unreliable (Internet connection to China). Most of the time the connection breaks before the snapshot file is copied
to the subscriber. So... more >>
Auto Create trigger after re-initialization completed
Posted by stephanie at 1/4/2006 7:50:02 PM
Is it possible to create a trigger after creation of table during
reinitialization? if so, how can I do that? Thanks in advance!
... more >>
cannot delete subscriptions
Posted by MLi at 1/4/2006 5:19:33 PM
To test SQL2000 replication, I enabled replications for NorthWind between
ServerA and ServerB. ServerA was the publisher and distributor, ServerB was
the subscriber.
After test, I deleted everything about replication on ServerA, at last, I
disabled replication. However, when I ckeck ServerB... more >>
distribution clean up job fail
Posted by MLi at 1/4/2006 5:02:13 PM
I have created a snapshot replication between ServerA and ServerB, the
snapshot file location is \\SERVERA\ReplData. Everything runs fine except
the distribution clean up job fails every 10 minutes. The error message is:
Executed as user: 'ACCOUNT_NAME'. Could not remove directory
'\\SERVER... more >>
Two Way Bidirectional Rep
Posted by CLM at 1/4/2006 2:52:03 PM
I implemented the above between 2000 two servers according to the following
link :
http://support.microsoft.com/default.aspx?scid=kb;en-us;820675
I am just testing on one table and put in NOT FOR REPLICATION on both
servers according to the following:
CREATE TABLE [dbo].[tbl_IssueTracker_Is... more >>
Subscription to SQL 2000 from SQLX 2005?
Posted by C_Hudson at 1/4/2006 12:12:02 PM
I am working on establishing replication for a SQL Server 2000 database, and
created a SQL Server Express 2005 database to act as a subscriber.
I have proceeded as far as establishing the distributor, publication and
article on the SQL 2000 server, but I am unable, using Enterprise Manager,... more >>
Peer to peer replication on SQL 2000?
Posted by AL at 1/4/2006 11:50:37 AM
Hello,
reading about peer-to-peer transactional replication in SQL 2005
(http://msdn2.microsoft.com/ms152536.aspx), I would like to do the same
thing with 3 SQL 2000 servers. Of course peer-to-peer replication is not
available, but can anybody suggest a way to simulate this kind of
replicat... more >>
Does replication setup make some entry in the Remote servers setti
Posted by Wingman at 1/4/2006 8:58:03 AM
If I create a transactional replication - Push method in SQL 2K standard with
sp4, will replication create entries in the Remote Servers setting in EM?
Currently I found three entries in the Remote Servers listing, server name
for the publishing server name, server name for the subscriber ser... more >>
Failed Replication
Posted by Tommy at 1/3/2006 5:22:24 PM
I use SQL2000 and Transactional Replication from server A to B. It is
success to replicate the changes in "Add" and "Deleted" records. But, if I
change the record in server A and then find that fails to replicate. In "Log
Reader" in server A, I can see 1 log is delivered but no any changes in ... more >>
2005 Replication Mon Interface
Posted by TCorp at 1/3/2006 4:32:18 PM
I am playing around with the new Replication Monitor in 2005. In the old
Replication Monitor (SQL Sever2k), you could right click on a subscription
and Start or Stop Synchronizing. So far I have not been able to find this
feature in the new Replication Monitor and I've had to SQL Server Mana... more >>
Is SQL2005 Database Mirroring ready?
Posted by Kirsten at 1/3/2006 4:30:11 PM
The last news I read about SQL2005 is that Database Mirroring was delayed
for further testing. Is now available? If not, when it will be?
Thanks!
... more >>
Snapshot doesn't find any subscription available
Posted by Wingman at 1/3/2006 11:23:02 AM
We are using SQL 2K std sp4 and using Push transaction replication. We
created table two months ago and was added to the article to be replicated.
Since then we didn't create any new snapshot. Today when I tried to create a
snapshot and thought it would create one for this table, the snapsh... more >>
Was REPL_Snapshot created for Merge Replication, clears Conflict tables.
Posted by Douglas J. Badin at 1/3/2006 8:30:38 AM
I have set up Merge Repliction with only one subscriber. Everything is
managed through Enterprise Manager.
There is a job, REPL_Snapshot, that runs every Saturday night. One of the
effects that is causing us a problem is that the conflict tables are
cleared, probably because they are recr... more >>
Error 20068, Article Column Max 256
Posted by dtaylo75 at 1/3/2006 6:31:01 AM
I'm trying to replicate a table that now has more than 256 columns. SQL2000
chokes when creating replication with error 20068, stating that the maximum
number of columns allowed for an article is 256.
The workarounds I am aware of involve creating two tables and using views to
abstract thi... more >>
Invalid object name 'sysmergearticles'.
Posted by k_s at 1/3/2006 4:06:04 AM
Hi,
When trying to push a subscription I am getting the above error. It's a 2005
database upgraded from 2000.
I had disabled replication on the server before moving to 2005. The db has
some 2000 tables, and recently I dropped many unwanted tables usin T-SQL and
a table with 'useful tables' e... more >>
Application is closed during second synchronization
Posted by Lonifasiko at 1/3/2006 1:29:20 AM
My Merge Replication was working correctly till New Year.
The initial synchronization is always synchronous (I must have a
database in order to start my application) and the rest of them are
asynchronous. This scenarios was working perfectly.
Now, without making any changes, initial replicatio... more >>
Running replication with code
Posted by Roy Goldhammer at 1/2/2006 4:00:25 PM
Hello there
I build transactional replication that works fine.
It work with scadular, and when i want to run it manually I: go to
enterprise manager, running the agent that run the job of the transactional
and it works fine
The name of the agent is being changed when i remove and add th... more >>
newbie: how-to start a transactionnal replication ?
Posted by Eric Belhomme at 1/2/2006 2:58:03 PM
Hi,
I'm newbie on replication, so :
I own 2 MSSQL server 2000 servers :
- server A owns many populated databases (biggest is hundreds of Gb)
- server B is fresh installed and have no databases
I would replicate the server A over the server B so :
- I configured server A as publi... more >>
merge replication doesn't work properly
Posted by Susanne Senger at 1/2/2006 1:34:31 PM
Hi,
I have a push replication for 4 quite simple databases. First problem was
that all of a sudden it did not work any more (after 1 month without
problems) - red crosses in the replication monitor. I finally found out that
this problem is solved by updating to SP4.
I did the update on t... more >>
|