all groups > sql server replication > july 2004 > threads for july 29 - 31, 2004
Filter by week: 1 2 3 4 5
Subscriber Reinitialization and Retention Period
Posted by Maer at 7/31/2004 2:34:53 PM
Hi Guys - I am trying to understand how merge replication works. One
question that I have is this: after the intial snapshot is applied to the
subscriber, does the Snapshot Agent at the publisher generate a new snapshot
every time the Merge Agent runs (although it may not apply it to the
sub... more >>
edition requirements for log shipping
Posted by ChrisR at 7/31/2004 8:24:07 AM
I know that Enterprise Ed is required for Log Shipping. But is that on both
boxes or just the primary? Also, any links to people that have wrote they're
own LS would be appreciated.
... more >>
Replication over different computers
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 7/30/2004 8:53:09 PM
Dear All,
I can successfully create merge replication on the same
computer with two database instances. However, it didn't
success if I replicate over two computers.
I use push subscription and the subscriber seems
nothing to set (set the replication on the publisher).
Therefore, h... more >>
Can you do Full backups off secondary log shiped server?
Posted by bmurtha at 7/30/2004 8:47:44 PM
I finally got log shipping going, however now that we have
a warm backup I want to do the Full Backups off of this
rather then off production. Is it possible to do this or
would it have to be in a fully restored state to do this.
Also would the applys of the shipped logs have to be
turned o... more >>
Merge Replication Problem (814916)
Posted by JCK NT at 7/30/2004 5:13:56 PM
I got a big problem with the Merge replication. detail as below:
Failed to enumerate changes in the filtered articles.
Category: NULL Source:
Merge Replication Provider
Number: -2147200925
Message: Failed to enumerate changes in the filtered articles.
Category: COMMAND
Source: Failed Comm... more >>
replication vs. 3rd party products
Posted by ChrisR at 7/30/2004 4:00:39 PM
Im trying to avoid using Replication for Disaster Recovery
for the typical reasons. Log Shipping requires Enterprise
Edition. Veritas has a product called Storage Replicator
for under 2K per box. It mirrors from one box to the
other. It sound too good to be true. Why wouldnt someone
use th... more >>
add column to updateable subscription
Posted by ChrisR at 7/30/2004 2:07:18 PM
sql2k sp3
Ive got a Publication with a Subscription that is
Immediate Updating with Queued for Failover. I tried to
run sp_repladdcolumn and got:
Server: Msg 21381, Level 16, State 1, Procedure
sp_repldropcolumn, Line 277
Cannot add (drop) column to table 'transdtl' because the
table ... more >>
trans repl failing with error 257 from dist agent
Posted by spork_boy at 7/30/2004 2:03:01 PM
Hi I am trying to set up a transactional replication scheme with immeadiate and queued updating.. Everything is working fine except for one table when i include it as an article I get the following error from the Distribution Agent:
Implicit conversion from data type text to nvarchar is not allow... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
adding fields
Posted by larry at 7/30/2004 10:32:04 AM
Win 2K & SQL 2K
I have several SQL servers replicating to one server and
I need to add a field to a replicated table can I.....
Add the field to the subscriber, then via the Properties-
>Filter Columns->Add Column to Table add the same field
to the publisher??
Will this cause a problem... more >>
Help needed in Table partition
Posted by Sunish at 7/30/2004 3:13:14 AM
Hi,
I'm doing horizontal partition with partition key as an
integer datatype.It's a part of primary key also.When i
search for a particular value, it's fetching correct
results ,but if we examine execution plan all the
partitions are searched for a particular search.
Please help me to fetc... more >>
Repliaction v Log Shipping
Posted by Pmcg at 7/30/2004 2:15:01 AM
I need to set up a seperate database to use for querys (MIS etc), where i want the second database to be in synch with the master database at all times, from books online i figured i could use either of log shipping or replication but cannot see which one is better suited for this task, if anyone ha... more >>
Moving DTS to new server
Posted by Andreas at 7/29/2004 9:47:01 PM
Hi all,
we are moving our database to a new server and I'm wondering how I can move my DTS packages, too.
Can anyone point me in the right direction?
Thanks
Andreas... more >>
Replication Agent dropped - recovery possible?
Posted by Graeme Anderson at 7/29/2004 8:39:53 PM
Hi,
I have a SQL 2000 server replicating to SQLCE devices and all was working
well. The subscription was deleted in error today and now our users cannot
upload their data. We use simple merge replication.
I wonder if it's possible to enable the CE users to upload data again or is
it a los... more >>
log shipping
Posted by bmurtha at 7/29/2004 5:40:17 PM
I have one maintenace plan that backs up the transaction
logs to a network drive:
\\ds1\e$\backup\db1\transact
My log shipping is not working the LSN are not lining up.
I'm guessing because it's pointed at a local drive:
E:\SQL\Logs
My question is this the cause of my problem do both
ma... more >>
Log Reader with An access violation occurred
Posted by John at 7/29/2004 4:17:43 PM
Setting up a transactional replication on a windows small business 2003 server. I have set this up in the past with Windows 2000 server fine (same database) but this is the first with 2003.
Did everything as normal
eg set up Distribution as normal with all defaults
set up a database as a transa... more >>
Topology Question
Posted by Maer at 7/29/2004 2:19:47 PM
Hi there,
Suppose I have a server at the office which is a publisher and a few
laptops with subcribers (Merge replication). If the users of the laptops
need to go on the road to do some work and would like to be able to
synchronize their changes with each other before coming back to th... more >>
Ports for Repication
Posted by Jeanette at 7/29/2004 2:03:25 PM
Hi,
I want to set up a transactional replication between 2 sqlserver2000
databases.
Can anybody say me the ports I need for the replication.
Tanks
Jeanette
... more >>
foreign key constraints cause replication not to work
Posted by Paul at 7/29/2004 1:51:33 PM
> foreign key constraints cause replication not to work
I've just setup transactional replication. When i push out a subscription i
get errors because it says
"The constraint 'PK__Invoices__123EB7A3' is being referenced by table
'ExternalTrans', foreign key constraint 'FK__ExternalT__Invoi__5... more >>
Breaking in SQL connection over Wireless networks
Posted by Sathish at 7/29/2004 1:14:00 PM
Hi All,
I'm developing a (Client-Server)database application in VB inorder to work in wireless environment (CDMA or WLAN). The problem i'm facing is, though the wireless network are not stable as compared to wired networks between Client & server; I'm getting an SQL timeout error.
Does... more >>
Could replication be the answer?
Posted by Ozzie at 7/29/2004 12:23:09 PM
We have a US online business that is growing
internationally. We have a data model that allows us
to easily split countries to their own instance or own
physical server. A high volume of reads are expected
from our web servers so we feel that by spliting reads
and writes to separate servers, ... more >>
Question about replication issue
Posted by Daniel Alvarez at 7/29/2004 10:30:15 AM
Question about replication issue
Actually I'm using replication with Interbase/Firebird, I have a problem and
I wanted to know if someone knows how to solve this, and if people from SQL
Server and Oracle replication knows if this happens too with that engines (I
hope not)
I start de... more >>
Filtering or Transforming????? HELP!!!!
Posted by Martin at 7/29/2004 6:49:43 AM
I want to to set up a database which publishes to several
subscribers. Each subscriber only wants the rows from
various tables relevant to itself. The subscribers treat
the information as read only and there are no updates
replicated back. Despite this not being a rocket science
implementa... more >>
Merge Replication programming with SQL Snapshot and SQL Distribution Control
Posted by Sri at 7/29/2004 6:39:24 AM
Hello all, I am try to implement Merge replication just
like this
article shows for transaction type replicaion
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;319649
using SQL Snapshot and SQL Distribution Control with
Visual C# .NET
First ..I dont see
Use a Distribution Age... more >>
|