all groups > sql server replication > february 2006
Filter by week: 1 2 3 4
Conflict
Posted by SAM at 2/28/2006 10:59:26 PM
Hello
How can i delete the conflict tables rows? any SP command is there?
Sam... more >>
Queue Reader failed for Transactional Repl
Posted by FJY at 2/28/2006 10:58:26 PM
Hello,
I have set up queued updating Transactional Repl. The Queue Reader keeps
failing and cannot start up any more. The output shows the following error
"cannot have more than one instance of queue reader agent for the
distribution database". What does this error message mean? Please help... more >>
Merge replication - refresh of one article possible?
Posted by R Baker at 2/28/2006 11:55:48 AM
I realize this may not be fully supported, but is there a SQL trick that can
be used at the publisher to force all the rows in a particular article to be
downloaded to the subscribers? This is where a merge publication is being
used and the subscribers are anonymous.
I continue to be plagu... more >>
Suggestions please. pub/dist/sub on all same box or......?
Posted by Combfilter at 2/28/2006 11:29:01 AM
Hello.
I am needing to basically duplicate a db sitting on a clustered instance
of a sql server. My goal is to create a close copy of a particular db
(basically the most used tables of that db) in order to run reports off
of and free up locking from the original db. I was wanting to have ... more >>
Determine sequence of transactions in replication
Posted by Mike Mullane at 2/28/2006 9:09:29 AM
I am running transactional replication with a push transformable
subscription. I am running into a PK error. After researching the error I
have found two transactions tied to record in the subscription database. So I
use the following to determine which transaction is getting fired first.
... more >>
Transactional replication from SQL Server 2005 to SQL Server 7 - how?
Posted by Daniel Crichton at 2/27/2006 4:45:13 PM
I've recently set up a new server using SQL Server 2005, and have migrated
all my public databases to it. However, I still have the old server with SQL
Server 7 and would like to use it to offload reporting from the 2005 server,
and as I've already got transactional replication running with a ... more >>
Remove Identity column constraint/mgmt
Posted by dw at 2/27/2006 1:40:30 PM
Hello...
We have some tables that had been using Identity columns as a Primary
Key...but we abandoned that approach a few weeks ago and adopted GUIDs
instead.
These tables are included in Publications that were originally on SQL
2000...but we upgraded to SQL 2005.
Is there a way I ca... more >>
Identity Columns on replicated data
Posted by Greg at 2/27/2006 11:41:17 AM
CREATE TABLE SALES
(sale_id INT IDENTITY (1,1),
sale_region CHAR(2) )
When replicated, the IDENTITY property is lost. If the Publisher crashed and
I wanted to restore the replicated data off the subscriber, I could manually
edit the table and turn on the IDENTITY property under Enterprise ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Quiescing Replication
Posted by Sandra at 2/27/2006 11:15:11 AM
I need to install a service pack on replicated servers. Server A replicates
to Server B and vice versa. From what I understand (but correct me if I'm
wrong), I'll need to "Quiesce" the servers and install the service packs
simultaneously. But what does that mean. I looked at a KB article,... more >>
Drop an article through EM
Posted by Sammy at 2/27/2006 8:01:28 AM
Hi is there any way to drop an article in EM which is part of a larger
publication which contains other articles, as the article I wish to drop
appears with the tick next to it in the publications under articles but it
does not allow me to untick this which seems strange. Is this by design ... more >>
Merge agent fails due to deadlock
Posted by yong at 2/27/2006 6:41:28 AM
Hi:
I met a problem this morning. the merge replication agen stopped, the
error message shows:
The process could not enumerate changes at the 'Publisher'.
(Source: Merge Replication Provider (Agent); Error number: -2147200999)
--------------------------------------... more >>
Does adding a new column cause entire subscription to reinitialize?
Posted by Pawel at 2/27/2006 4:13:22 AM
Hello,
Some hopefully simple questions for the replication experts!
SQL Server 2000, transactional replication, one publisher, one
subscriber.
I have added a column to an article on the publisher and the publisher
is already published. Initially I tried to do this as follows:
sp_repla... more >>
impact of polling interval
Posted by mitsql at 2/26/2006 7:16:46 PM
Hi,
We have a setup with merge replication and polling interval of 10
seconds.
Frequently merge replication agent stops with deadlocks.
On another system we have default polling interval of 60 seconds. this
system does not
have the above issue.
Is it because of low value of polling interval... more >>
restoring replicated database
Posted by mitsql at 2/26/2006 6:42:20 PM
Hi,
I've restored a merge replicated database (publisher) on a new server
without replication.
Now i observe that there are some default replication procedures named
*_pal in my restored database. What is the way of deleting these
replication procedures. What will be the impact of the same.
... more >>
Merge Snapshot execution does not create any BCP files for data tables.
Posted by klineb at 2/25/2006 8:40:22 PM
Good Day,
After running Merge Snapshot Subscription Job No BCP files are created
for the data tables:
here is my code for the Merge Articles:
---------------------------------------------------
Dim lbResult As Boolean
Dim lobjMArt As MergeArticle2
Dim lbHasIdentity As Boolea... more >>
UPDATABLE TRANSACCIONAL
Posted by Jose Fernandez at 2/25/2006 4:33:44 PM
Hello.
I have a new issue...
I created a publication. It's a Updatable Transaccional Inmediate Updating
replication.
My C.S.I. is:
I have 4 workstation with a localhost web application (subscribers). I have
1 server (Publisher). When I try to enter some data on the subscriber it
comes... more >>
Problem in merge replication with one direction
Posted by umesh at 2/25/2006 8:51:27 AM
Hi,
I have a database with SQL Server 2000 and many MSDE. I need to replicate
all MSDE database to the central Server, which is SQL Server 2000. Also I
dont need to replicate from central database to all other MSDE database. So
central database just acts as backup for all MSDE and also the ... more >>
Subscription database not being updated.
Posted by klineb at 2/24/2006 11:09:41 PM
Good Day.
I have a server running SQL Server 2000 SP4 as the Distributor and
Pulisher. I have multiple XP systems with MSDE SP4 installed as the
subscriber. The Databases on the XP systems have a database created
during installtion with all of the tables created.
I am running into a proble... more >>
Trans Repl with Immediate Update Subscriber
Posted by msnews.microsoft.com at 2/24/2006 4:03:58 PM
Why would the transaction not be replicated using Trans. Repl. with =
Immediate Updating Subscriber?
What could I have missed?
SQLA.Pubs =3D Publisher
SQLB.Pubs =3D Subscriber
Servers are in same domain (same server actually, just different =
instances), when I update publisher the change ... more >>
Distributed transactions and replication creation: which is the link?
Posted by SammyBar at 2/24/2006 10:38:46 AM
Hi all,
I'm getting a strange error after reinstalling and recovering a database
server on a new hardware. It was posted on
http://groups.google.com/group/microsoft.public.sqlserver.replication/browse_thread/thread/8533e8e11bc6ab19/c9f6213ef6965f41?lnk=st&q=Error+when+creating+replication%3A+... more >>
replication after starting the snap shot agent
Posted by Wingman at 2/24/2006 9:30:28 AM
We are using SQL 2K with SP4 and is using Transaction replication with the
Push method. After adding two tables to a subscription. I started the
snapshot agent. It generated the snap shot for that two articles
sucessfully. But the two tables are not replicated to the subscriber server.
... more >>
How to defrag an SQL 7 AND 2000 server?
Posted by Clayton Sutton at 2/24/2006 9:26:03 AM
Can someone tell me how to defrag. an MSSQL 7 AND MSSQL 2000 server. We
have both ver. 7 and 2000 (running on two different systems). I am not a
DBA but I really need to get this done tonight (2/24/2006) while we take our
systems down. I will also want to defrag the Windows 2000 and Windows... more >>
sql 2005 and other issues
Posted by uros at 2/24/2006 1:26:28 AM
Hello!
Where can I get the best information about SQL 2005 replication, but please,
do not tell me to read books on line, because these new books on line are
really step backwards compare to previous version.
Paul and Hillary, I 've seen that new book about replication is comming out
in ... more >>
PollingInterval
Posted by mrprice at 2/23/2006 9:20:32 AM
Does the PollingInterval parameter on the LogReader and Distribution Agent
need to be the same? I've found that if I don't change the default in the
job (no parameter) for the LogReader Agent and I include the parameter in the
job for the Distribution Agent, the Distribution Agent just hangs ... more >>
Transaction Replication Recovery
Posted by georgeg at 2/23/2006 8:33:21 AM
Hello,
I had a database that was working fine using transactional replication. Now,
I am expereincing problems with the distribution agent. I would like to
recover the replication using backups from the publisher database.
Please verify that the following steps:
1. Get a full backup from pr... more >>
Separate SQL Servers sharing common data
Posted by Hogman at 2/23/2006 8:21:20 AM
Is it possible to achieve the following...(I'm not an SQL person)
Two individual SQL Servers (2000 or 2005), both will need to access the same
DB (located on a iSCSI SAN), server one will need to be able to query and
create records, while the second server will only allow users to query the
... more >>
Replication Question
Posted by Ben at 2/23/2006 6:16:28 AM
Hello
I have a production database that i would like to have mirrored on another
server. I have never worked with database replication, but from what I
understand, changes made to any of the replicated DBs get reflected in all
other DBs. What I need is to have the one production database ... more >>
Transactional Replication over the internet.
Posted by GCP2000 at 2/23/2006 5:59:54 AM
Hello:
I am trying to set up transactional replication over the internet where the
client (subscriber) has a dyanamic IP address with a firewall and the
Publisher (distributor too) has a static IP with a firewall where the port
1433 is directed to the publisher/distrubuter. Under the client net... more >>
Replication Disaster - Help
Posted by J Jones at 2/23/2006 5:21:26 AM
I had merge replication fully implemented and working beautifully. However,
I recently discovered a 1:many table (tblLoanException) that did not have a
foreign_key constraint created on it. So, I took the following actions:
1. I scripted out the creation of the foreign key constraint on
... more >>
database size
Posted by peti at 2/23/2006 12:00:00 AM
hello all,
I have implemented a transactional replication (queued updating) that
creates a full replica of the main database. The size of the main db is 15GB
and the replicated db's size is 12GB. I would like to know why this
difference.
thank you,
peti
... more >>
Merge Replication Problem
Posted by Sam at 2/23/2006 12:00:00 AM
Hello
I have merge Replication MSSQL Server 2000 SP4, One Publisher and 5
subscribers,
a) Subscribers1 has inserted the record at 8 AM and Send it to
subscribers2 & subscribers3
b) Using DTS, but not insert directly subscribers2 DB its Inserted
TempDB to subscribers2 DB usin... more >>
Orphaned Entries in sys.objects after Deleting Merge Replication - How to change sys.tables?
Posted by Stefan Rosenthal at 2/22/2006 8:48:05 PM
After Removing Merge Replication on SQL2005 (Publisher) I wasn't able to
rename Tables, Columns...
(Error: ... is used by replication) ... I applied Scripts found here (Thx!)
.... no success
Digging deeper into the problem I found out that there is a flag in the
system view sys.tables call... more >>
What is the SQL-DMO equivlaent of sp_mergesubscription_cleanup.
Posted by klineb at 2/22/2006 7:59:42 PM
I am trying to disable replication via SQL-DMO. I have order Hillary
Cotter's book but I can not wait for this answer.
What is the SQL-DMO equivlaent of sp_mergesubscription_cleanup.
Thanks
Brian
... more >>
Identity Range Problem
Posted by Maer at 2/22/2006 3:38:15 PM
Hi guys - A client just encountered a problem where he could not insert
into a table because of pk constraints. The database is a replica of a merge
publication with automatic identity range with settings:
Range at Pub : 1000
Range at Sub : 1000
Thresh.: 80
When I ch... more >>
Error when creating replication: Cannot use SAVE TRANSACTION within a distributed transaction
Posted by SammyBar at 2/22/2006 12:50:39 PM
Hi,
Recently we changed the hard disk of our production server for a bigger one,
so W2K was reinstalled and the database (sql server 2k sp3) was recovered
from backup. Database was updated to SP4. Now I'm trying to restore the
replication setup we had but I'm having troubles. Our replicatio... more >>
Remote replication question
Posted by pdx at 2/22/2006 11:40:15 AM
I'm not a db person so please excuse any simplicity or lack of clarity in my
question.
My company currently uses a model of remote employees updating MS Access dbs
and then transferring those dbs to the main office where they are merged with
a main Access db. The remote employees are disconne... more >>
sqlexpress 2005 synchronization
Posted by luca at 2/22/2006 11:25:15 AM
Someone knows a way to synchronize data programmatically without using https
publication?
With sqlexpress i can't use agent job ...
thank you, Luca
... more >>
-UseInProcLoader
Posted by Chris McGoey at 2/22/2006 10:27:28 AM
Apparently this parameter will speed up the initial snapshot to a subscriber
on sql2000. Has anyone used it ? What kind of improvement did it provide and
are there any concerns in using it ?
--
Chris... more >>
SQL2005 - Snapshot agent won't start
Posted by John F. at 2/22/2006 8:18:30 AM
I have tried both SQL logins with sa permissions and then windows logins also
with sa permissions to both servers as well and I still get this message and
the Snapshot Agent won't start - any ideas?
Replication-Replication Snapshot Subsystem: agent NPRPROD-NPR-NPR-1 failed.
Unable to start ... more >>
Merg replication - data from subscriber is not updated at publisher
Posted by yohai.allouche NO[at]SPAM gmail.com at 2/22/2006 7:33:43 AM
Hi,
I try to set Merg replication.
no data that is changed on the subscriber is updated at the publisher.
The updated/new data is removed from the subscriber and he return to
present the publisher data.
I checked scurity issus can find somthing.
Thanks in advance.
Yohai
... more >>
Agent is suspect
Posted by mrprice at 2/22/2006 4:11:29 AM
I'm getting this error on the distribution agent. Am I correct when I say
this would be expected in a testing environment where transactions are not
being processed by the database regularly? I have now up'd the inactivity
threshold to like 720 :-)
Also, what’s the best way to recover a... more >>
Merge replication new subscriber problem
Posted by l.coronati NO[at]SPAM p3italy.it at 2/22/2006 3:24:46 AM
Hi all,
i can't create new subscriptions for my publication since i made a
change to a view:
i used to have a view called vlAnag
i changed the view adding a reference (join) to a new view called
vlAnagValidi
then added the new view to the articles in my publication
since that moment when i ... more >>
Newbie designing a database
Posted by Michael Wong at 2/22/2006 12:00:00 AM
Hi,
I am currently designing my first SqlSever database and I'm new to
replication.
For now, I'll be using the database for one single location (Shop). But
I'm already planning to use replication in the future for a second shop
(a branch actually).
I have read a lot with the Books Onl... more >>
red accross in replication monitor
Posted by nick at 2/22/2006 12:00:00 AM
Hi all:
how can i get rid of the red accross in replication monitor ? i already
delete all fail records in merge agent.
Cheers
Nick
... more >>
Why should I use LogShipping and not Replication
Posted by Tejas Parikh at 2/21/2006 12:19:28 PM
Hey. I've logshipping implemented right now. I'm confused as to why should I
not be using Replication instead. Are there any benefits of using Logshipping
in place of replication. I understand how replication works and I know how
Logshipping works but is one better than the other. Also, what s... more >>
when do new/changed triggers replicate?
Posted by SteveInBeloit at 2/21/2006 7:11:26 AM
In merge replication, if you add a new trigger to a table, or change one,
when is that replicated to the user. They are initiating pulls.
Thanks,
Steve... more >>
Merge Replication database can not truncate log
Posted by ponnu at 2/21/2006 4:16:27 AM
In my SQL Server 2000 Standard Edition.
I am trying to truncate the log for the database but i am getting the below
message.
The log was not truncated because records at the beginning of the log are
pending replication. Ensure the Log Reader Agent is running or use
sp_repldone to mark tr... more >>
Synchronization Problem
Posted by Vin at 2/20/2006 11:45:41 PM
We've got a SQL Server 2000 to store the data. There are 2 offices,
Office A and Office B. The primary server is hosted in office A and both
staffs in Office A and Office B can modify the data in the system. We
are planning to setup one more server in Office B in order to improve
the performa... more >>
Consultant needed in NY
Posted by Moshe Rosenberg at 2/20/2006 1:20:29 PM
I need a consultant to come to our business to assist in a SQL replication
setup. Where would be a good idea to find a reliable one?
I would appreciate any help.... more >>
Synchronize data between 2 instances of SQL Server Express?
Posted by holysmokes99 NO[at]SPAM hotmail.com at 2/20/2006 1:16:10 PM
I am building an application with a SQL Server 2005 Express backend. I
would like to create a secondary instance the database on another
server that will serve as a fail-over in case the primary server goes
down (there is only the Express version of SQL Server in this picture).
I see that repli... more >>
|