all groups > sql server replication > october 2006
Filter by week: 1 2 3 4 5
SQL 2005 MERGE REPLICATION
Posted by Nazeedah at 10/31/2006 11:18:01 PM
i have a replication "rep1" which is done for a table named "customer"
i have to have another replication "rep2" done for 2 tables name "customer"
and "supplier".
Both publications is found on the same machine that is machine A and both
subscriptions is found on mahine B
The replication rep1... more >>
MSDE and replication
Posted by TM at 10/31/2006 10:26:26 AM
Does anyone know if MSDE can use replication of any kind? I'm looking to
gather up many tiny databases and pull them into a larger 2000 box that is
Processor licensed.
I read that you can set up replication manually using scripts, but the
document didn't go into much detail.
... more >>
Replication Monitor Times and Handheld Synchronization times
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 10/31/2006 7:10:33 AM
Hello
When i am Synchronizing(SQL2005 merge replication)
I can see the duration of the Synchronization on the Replication
monitor and i can see that lets say an "initial loading" of the
database with lots of data is taking 4 minutes but on the handheld if i
take the time of the Synchroni... more >>
adding articles
Posted by michael.swinarski NO[at]SPAM cox.com at 10/31/2006 5:57:55 AM
I am using trasactional push replication on 2005.
So, first I do this:
EXEC sp_addarticle
@publication = N'azDSS', -- Change value with the name of the
publication we wish to add to
@article = N'tbPhxSrvrpf', -- Change value with the name of the
article we are adding
@source_owner =... more >>
Server to server backup
Posted by angelin at 10/31/2006 12:00:00 AM
I need to take backups of all DBs in the server into another serve, which
should be done automatically once a particular period of time(say 30 mins or
2 hrs or 5 hrs etc..).
Please help me to do so with step by step explanation. iI am new to SQL
Server.
--
Regards
Angelin Enita.A
... more >>
SqlCeReplication.Synchronize() error
Posted by John A Grandy at 10/30/2006 6:15:11 PM
I've completely removed replication from the publisher/distribution server
and reconfigured a number of times, however my Windows CE 4.21 4.21
Windows Mobile 2003 Second Edition (Pocket PC 2003 SE) still triggers an
error on calling :
SqlCeReplication.Synchronize()
"A request to send dat... more >>
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION...
Posted by Adam Patrick Cassidy at 10/30/2006 1:39:39 PM
http://support.microsoft.com/kb/902320/en-us
This article is titled "The Snapshot Agent fails and a "The COMMIT
TRANSACTION request has no corresponding BEGIN TRANSACTION" error message
may be logged in the Snapshot Agent log in SQL Server 2000" and is exactly
the problem that I have. Howe... more >>
Error 28549 and Enforce For Replication, Help needed.
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 10/30/2006 2:27:53 AM
Hello
I have a database of 52 replicated tables .
I am using several filters on my Merge Replication and I can
synchronize my handhelds just fine.
The problem is that after some updates of the my main database(SQL
2005) when i try to synch the handhelds i get an 28549 error for a
table.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Replication between SQL 7 and 2005
Posted by Mike at 10/30/2006 12:21:44 AM
Hi i need to know how would it be possible to configure SQL 2005 and 7 to
replicate with each other.
SQL 7 will need to be the publisher and SQL 2005 will be the subscriber. SQL
2005 will not update back any data to SQL 7 but just read the changes made
and store it into the sql 2005 databas... more >>
208 Error - When Trying to generates Snapshot...
Posted by BATMAN at 10/29/2006 1:01:01 PM
Snapshot Error Details:
-----------------------------
Invalid object name 'sysarticles'.
Invalid object name 'sysarticles'.
(Source: SQLServer2B (Data source); Error number: 208)
--------------------------------------------------------
Thanks!
Michael... more >>
SQL 2005 upgrade
Posted by Omran Abdurrahman at 10/28/2006 6:40:31 PM
I have 3 SQL server 2000 involved in Replication which will need to be
upgraded to SQL 2005
Publisher
Distributor
Subscriber
Can I upgrade the 3 servers without interruption of replications meaning I
would not need to reinitialize my subscription.
Thanks,
Omran
... more >>
Concurrent Snapshot Processing???
Posted by BATMAN at 10/28/2006 2:20:01 PM
Other than the following constraints on "Concurrent Snapshot Processing", is
there any reason NOT to check the "Concurrent access durning snapshot
generation" option?
Known Constraints:
--Must run log reader agent after snapshot generation
--Primary key or unique constraint must be contai... more >>
Cannot insert record
Posted by Ben at 10/28/2006 4:48:01 AM
Hi,
I am getting the following error when trying to insert a record into a table
at a subscriber.
Table '[dbo].[Customer]' into which you are trying to insert, update, or
delete data is currently being upgraded or initialized for merge replication.
I droped replication at suibscriber an... more >>
Merge Replication between Win2000/Sql2000 Publisher and Win2003/Sql2000 Subscriber
Posted by Khooseeraj Moloye at 10/28/2006 12:00:00 AM
Hi,
We currently have Merge Replication setup on a Sql Server 2000 running on
Windows 2000 Server as publisher. Same configuration servers (45 units) are
acting as Subscribers.
We want to replace one of our subscriber servers and run on Windows 2003
server/Sql2000 configuration. What issues ... more >>
sever to server replication
Posted by angelin at 10/27/2006 5:42:28 PM
Hi,
Help me to take live back ups of my db in one server into another
server...
--
Regards
Angelin Enita.A
... more >>
push or pull - SQL 2000 Transactional
Posted by BATMAN at 10/27/2006 3:50:01 PM
I just talked to Microsoft and I was told to do push subscriptions instead of
pull, to run the distribution agents on the distributor. I have come across
different resources that say otherwise... What is the best approach with a
distributed topology.
Thanks!... more >>
log scan number
Posted by michael.swinarski NO[at]SPAM cox.com at 10/27/2006 8:41:59 AM
Yesterday, we attempted to add a new table to an existing publication.
We then created the table on the subscriber and populated it manually.
We expected that replication would then take over the data flow to this
table. This morning, I found that the log reader had failed with the
following:
... more >>
Transactional Publication with updatable subscriptions
Posted by PhilC at 10/27/2006 4:53:02 AM
I am trying to work out what the difference is between the above and merge
replication. Does anyone know what the difference is?... more >>
The merge process failed
Posted by Udit Ghai at 10/26/2006 11:35:41 PM
hi, i have been playing around with the custom resolver for merge
replication. i have a merge publication with 1 article having non
overlapping partitions dynamic partitions going to a single partition.
i have 2 subscriptions which had row tracking enabled. i changed the
resolver to microsoft s... more >>
Merge Replication-Massive Insertion
Posted by Maria at 10/26/2006 6:16:22 PM
Hi,
I have a merge replication with two sql server 2000 sp3.
The schedule of the merge is periodic every 10 minutes.
Though no change has taken place in any of two databases, always massive
insertions take place by the suscriptor.
Why?.That I must do?.
Thank you in advance and sorry for my ... more >>
Replication Manager in split envionment
Posted by michael.swinarski NO[at]SPAM cox.com at 10/26/2006 2:31:15 PM
After many pain staking hours, I have rebuilt my replication setup so
that we are now running our publisher on one server and our
distributor on another as recommended by Microsoft. Although data QC
seems to show that the data is replicating fine... Replication monitor
(running on the publish... more >>
MySQL vs MsSQL on replication
Posted by Sintel Silverblade at 10/26/2006 10:07:57 AM
We currently run MSSQL 2005 with updatable transactional replication. I
would like a compare MySQL to MSSQL when it comes to replication. I have
several people telling MySQL replication smokes MSSQL replication.
Does anyone know of any good articles on this subject?
Thanks in advance,
Br... more >>
disable publishing and distribution error
Posted by John A Grandy at 10/25/2006 5:10:48 PM
The "Disable Publishing and Distribution' wizard fails. It corresponds to
the tsql
use master
exec sp_dropdistributor @no_checks = 1
go
The error is
Msg 208, Level 16, State 1, Procedure sp_MSmergepublish db, Line 103
Invalid object name 'dbo.sysmergesubscriptions'
... more >>
merge replication between Sql 2000 and Sql Express 2005
Posted by sushil prasad at 10/25/2006 4:32:00 PM
I setup a merger replication publisher/distributor on the sql server 2000.
The users with pc have sql express 2005 loaded. When i set the subscriber
through the wizard on the sql express i get the following error:
Error:
For merge publications, the version of the subscriber must not exceed ... more >>
Merge Replication between Sql 200 and SqlExpress 2005
Posted by sushil prasad at 10/25/2006 4:30:42 PM
I setup a merger replication publisher/distributor on the sql server 2000.
The users with pc have sql express 2005 loaded. When i set the subscriber
through the wizard on the sql express i get the following error:
Error:
For merge publications, the version of the subscriber must not excee... more >>
safe to drop Distribution db ?
Posted by John A Grandy at 10/25/2006 4:10:21 PM
I've noticed that the Distribution db is not present on a fresh instance of
SS05, but then apparently is created on creation of a replication
publication or subscription.
Does anyone know, is it safe to delete the Distribution db ? ( Assuming no
publications or subscriptions are present on... more >>
Invalid object name: dbo.sysmergepublications
Posted by John A Grandy at 10/25/2006 3:35:24 PM
I am using SSMS : For a Sql Server 2005 merge replication publication with
SQL Mobile 2005 subscribers, repeatedly deleting and recreating the
publication has led to a state where SQL is unable to recreate the
publication, and also is not able to create a publication of another table.
T... more >>
sprocs to recreate replication tables
Posted by John A Grandy at 10/25/2006 2:44:56 PM
For SS05 : Which system sprocs recreate all replication related tables ?
Also, the order in which to run the sprocs. Thanks.
( I'm assuming that all publications and subscriptions have been deleted ).
... more >>
SQL CE Interface and Web App Interface
Posted by Andrew Sweeny at 10/25/2006 9:34:02 AM
Hello,
I am inquring for suggestions on how develop for an application. We
currently have a SQL Server 2005 database that is set up as a publisher. It
has SQL Mobile subscribers. We have a custom application that is able to read
and write to that Mobile Database on the PDAs. We have also pr... more >>
SQL 2000 Conflict Resolution
Posted by Natalie at 10/25/2006 9:10:23 AM
Hi,
Is there any way in SQL 2000 to have a confilct resolver which does not
update either the Publisher or the Subscriber, but waits for
intervention to decide which is the winner?
Thanks,
Natalie
... more >>
SQL 2005 Replication Monitor
Posted by LPR-3rd at 10/25/2006 6:59:09 AM
SQL 2005 Replication Monitor Question....
Is there any way of sorting the publications with in the publishers so
that they are grouped by their name rather than in the order they were
added??
To quote Hilary....'Its on days like this I pine for Enterprise
Manager'
AHIA,
Larry....
... more >>
datatype conversion error in sql 2000 replication
Posted by archuleta37 at 10/25/2006 5:30:02 AM
I'm working on setting up replication on a database in SQL 2000 and get the
following error:
Implicit conversion from data type text to nvarchar is not allowed. Use the
CONVERT function to run this query.
(Source: MYBACKUPSERVER (Data source); Error number: 257)
Why would this occur? I do... more >>
A problem with qrdrsvc.exe
Posted by Luca Schiavon at 10/25/2006 3:52:01 AM
hello,
I have a big problem with quereader agent, the agent was stopped since 3.00
am of today, when i try to start it tries to deliver the transaction in the
queue to the publisher and after 10 tries goes in a strange loop and there is
no way to stop it.
In every retry of the service a unh... more >>
RMO - Synchronization Data
Posted by Boyan at 10/25/2006 1:39:01 AM
Hi all,
I'm implementing Business Custom Logic Conflict Resolver. My confict
resolver works just fine. But I have the following problem.
When UpdateConflictsHandler executes I receive as parameters only
publisherDataSet and subscriberDataSet. In this datasets I receive actual
data towa... more >>
Replication vs Restore from backup
Posted by thejamie at 10/25/2006 1:39:01 AM
What are the implications of restoring a roughly 50 gig database daily to
another server versus setting up the entire database for a replication
subscription from the production server?
--
Regards,
Jamie... more >>
Identity Range
Posted by Microsoft Newsgroup at 10/25/2006 12:00:00 AM
Hi,
It has been a while that I have been struggling with an issue of Identity
Range. I have manually assigned Identity Ranges to the table. Inspite of
assigning a good range of 1000 records after adding only 100 records the
table says that it is out of identity range. Why is that?
Ple... more >>
FTP Snapshot errors
Posted by CrudeOil at 10/24/2006 9:03:24 PM
Hi,
I'm hoping for some insight into this problem. We have Merge
Replication setup over FTP and has been working without issues. The
last database update we generated a new snapshot and has cause problems
since. The snapshot generates fine. When we synchronize uses get the
infamous "The schem... more >>
Snapshot Agent account rights
Posted by John A Grandy at 10/24/2006 11:13:11 AM
Using SQL Server Agent as the Snapshot Agent account is not a recommended
best security practice. If a domain account is used, what rights and
permissions should it be granted ?
... more >>
2 way replication.
Posted by Simon at 10/24/2006 10:15:02 AM
Is it possible to have 2 database on 2 SQL servers and replicate between them
both. ie. Each server being a subsribed and a publisher. If so how do you
maintain data integrity between the two ?
Si... more >>
Configure Web Synchronization Wizard
Posted by John A Grandy at 10/24/2006 10:01:20 AM
I am on SS05/SSMS on WXP SP2.
I've created a Replication Local Publication: this is a merge replication
publication of the Northwind Orders table.
In SSMS, I right-click the publication, but the "Configure Web
Synchronization" menu choice is not available.
Could this be due to SS05 bein... more >>
Replication
Posted by Billy at 10/24/2006 3:38:01 AM
I was looking at performing replication and would like transactional
replication...but my system says my licence does not allow for transactional
replication.
Does anyone know how to get this enabled? Do I need to buy another licence
or a different kind of licence?
Thx for replies.
Bill... more >>
Problem removing replication
Posted by masmith via SQLMonster.com at 10/23/2006 6:58:42 PM
Running SQL Server 2000. I removed the subscription and publication from a
database but the database is still showing that it is being replicated. I
have checked the tables in the distribution database and that database is not
listed. Anyone lese ver have this problem or now of a solution.
-- ... more >>
snapshot agent security settings
Posted by John A Grandy at 10/23/2006 5:04:44 PM
For a configured local publication, how to edit the snapshot agent security
settings ?
... more >>
Transactional replication in SQL Server 2005
Posted by Cristian at 10/23/2006 12:56:01 PM
Hello,
I am using Replication Monitor for SQL 2005. I can't seem to find the Tracer
Token tab. I clicked on a particular publication in the left pane of the
Replication Monitor, the right pane will have two tabs: All Subscriptions,
Warnings and Agents, but I can't see to figure out how to mak... more >>
Other ways to replicate ?
Posted by Simon at 10/23/2006 9:27:02 AM
We have an application that we need to replicate but the suppliers say that
their application does not support SQL replication. Can anyone recommend a
good third party replication tool ? Also if the application does not support
SQL replication would this mean that a 3rd party tool couldn`t be ... more >>
merge replication w PocketPC and trigger order
Posted by Ricardo Sánchez at 10/23/2006 3:47:01 AM
Hi
We've got a problen in a customer with SQL Server 2000 SP3 and merge
replication with PocketPC
We have some triggers FOR UPDATE on the same field used to distribute in
replication settings, so I suspect sometimes our triggers didn't work, and
sometimes the first trigger that has been ... more >>
Not for Replication in merge replication - help needed
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 10/22/2006 12:18:54 AM
Hello,
I have a merge Replication database with 50 tables.
Almost all my tables have identity columns.
Now the subscribers of this Publication database cannot "Insert" or
"Delete" data on tables that have identity columns.
My question is , Would it be better to set the "Not for Replication" o... more >>
Replication Active Connection
Posted by masmith via SQLMonster.com at 10/20/2006 2:52:44 PM
Using SQL Server 2000 transactional replication which is running continously
to populate our reporting server. We have a thrid party software which we
need to use a interface to take a cvs file and import it into their database.
The interface requires that it has exclusive access to the database.... more >>
merge replication error
Posted by Don Deskins at 10/20/2006 1:11:02 PM
After running a merge replication consistantly for a couple of months, I
needed to remove a table from replication so that I could modify the datatype
on one of the fields (This table was really unnecessary on the subscribed
db). I removed the table from replication by
sp_MSunmarkreplinf... more >>
Log shipping and Replication
Posted by Himanshu at 10/20/2006 1:08:01 PM
I am documenting our disaster recovery plans and I was wondering if anyone
has any experience with failing over to a log shipping secondary in a
replicated environment.
If I log ship all user databases, and msdb, and distribution to a secondary
server, all to an exact point in time (after d... more >>
|