all groups > sql server replication > june 2005 > threads for june 8 - 14, 2005
Filter by week: 1 2 3 4 5
sp_repladdcolumn (will this work from sql2k to 7.0?)
Posted by combfilter at 6/14/2005 4:52:22 PM
Merge replication and dynamic filters question
Posted by Zzzbla at 6/14/2005 11:25:57 AM
Hi!
I have a schema that looks like this, on my main server:
table Files:
FileID (PK)
FileName
table FileProperties
PropertyID
FileID (FK Files.FileID) (PK)
PropertyName (PK)
PropertyValue
table Hosts_Files
HostName (PK)
FileID (PK)
Now what I want to achieve ... more >>
Replication Progress
Posted by LPR-3rd at 6/14/2005 9:02:15 AM
How can I see what the pending transacions are for a given server?? Is
there an app that will show me this, or do I have to query a table?
TIA,
Larry....
... more >>
deadlocked Merge agents
Posted by Marco Broenink at 6/14/2005 8:02:01 AM
I have a deadlock problems with my merge agents.
Situation:
- 1 Publisher, 3 Subscribers
- All three merge agents are stopped (to simulate a network connection
failure, so temporary no replication)
- On each database a lot of items (for example 1200) are inserted in table X
- Then all three ... more >>
Best technique for Replication
Posted by Rick Rushing at 6/14/2005 6:50:04 AM
thx Christian and Paul fro previous answers!
I have a SQL2000 server that hosts our accounting database and I want to
replicate it to another SQL2000 server so I can write reports etc, and do not
want to use the production server for these tasks. I tried to setup a
"snapshot" and was somewh... more >>
Unable to drop subscription by calling sp from ASP.NET
Posted by microteq at 6/14/2005 3:23:36 AM
Good morning,
I would like to use the sp_dropmergepullsubscription procedure to drop
(and later cleanup) an anonymous pull subscription.
My SQL Server (containing the subscription) is local, also IIS 5.0 and
the ASP.NET application.
I have added the ASPNET user to the db and gave him the ... more >>
Using HOST_NAME() in dynamic Filters for Merge replication
Posted by Michael Buck at 6/14/2005 12:34:41 AM
Hi all...
While setting up my merge replication through the replication wizard in I
read that the use of HOST_NAME() in the dynamic filter returns the
Subscriber's Machine Name. However the only thing that ever matches and
causes replication of the data to fire is the Machine Name of the
... more >>
Distribution Agent failed with error
Posted by Rick Rushing at 6/13/2005 3:03:02 PM
My Snapshot was successful but an error occurs when I try to run the
distribution agent.
Invalid object name 'PA_COLUMN_NAMES1_V'.
(Source: ADMIN1SERVER\ADMINSQL (Data source); Error number: 208
------------------------------------------------------------------------------------------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Changing field length for Merge
Posted by rr at 6/13/2005 2:16:48 PM
Hello -
I am using Merge replication, pushing subscriptions to clients, and SQL
Server 2000.
I need to change the field size in one of the tables that is in a
publication. Basically, from nvarchar[4] to nvarchar[8].
Can I do this without having to drop/add all subscribers?
I'm hoping ... more >>
Disk Subsystem Problem during snapshot
Posted by Martijn at 6/13/2005 10:49:02 AM
We have set up a new SQL environment that has to replace our current SQL
environment. On our current environment we apply a snapshot every night from
our production database (the production database is hosted on another
environment). This means every night approximately 15GB is being copied to... more >>
4 SQL instances in Cluster on 2 windows server?
Posted by Pari at 6/13/2005 8:25:03 AM
Is it possible to have 4 SQL instances in Cluster on 2 windows server.
Active/passive set-up.
In detail, what i mean is:
I have 2 windows OS - WinClustA with WinClustB
On WinClustA - SQLInstA (active) and SQLInstY (passive)
On WinClustB - SQLInstB (passive) and SQLInstX (active)
In case o... more >>
Identity ranges different for different pubs
Posted by Earl at 6/13/2005 6:11:05 AM
Silly question that came to mind as I was driving back from a poker game:
What would happen if one publication sets an identity range at say, 100,000
and another publication (in the same database) has the identity range set
for 50,000 on the same table?
... more >>
Problem with CPU Overhead
Posted by CoSNikO! at 6/13/2005 4:13:03 AM
My replication system consists of a Publisher with Windows NT4 w/ SP6a and
SQL Server 7 w/ SP3 and 35 subscribers, with the same windows and sql server
versions, beeing synchronized by a schedule.
When i am trying to synchronize a subscription manually my cpu is running up
to 100%, blocks wer... more >>
Yukon - Problem when inserting in subscriber
Posted by Ki at 6/13/2005 3:08:02 AM
Hi,
I created a publisher for "transaction with updateable subscription". I
created a subscriber for the publisher. (both the subscriber and publisher
are running in the same machine. i'm using hierarchical topology) Now, when I
update the subscriber, i get the following error.
Msg 2107... more >>
Distibution servers ...
Posted by Bob Castleman at 6/13/2005 12:00:00 AM
So what happens when the Distribution Server blows a gasket? Somehow I get
the feeling that restoring from last nights backup isn't going to get things
back to normal? I ask because we are going to build a replication solution
that will fall under Sarbanes Oxely issues, one of which is documen... more >>
Accuracy of replicated data
Posted by Leila at 6/12/2005 12:00:00 AM
Hi,
I use dial-up connection to replicate data between to servers. Our
replication type is Merge and I'm worried that what happens if the
connection fails when merge agent is working. Will the synchronization be
rolled back or I must necessarily use Transactional replication?
Thanks in advance,... more >>
Replication without using Domain Accounts???
Posted by Dave at 6/11/2005 8:23:02 AM
We have publisher and subscriber sitting in their own VLAN and domain
accounts are restricted to login on both machines. We can only login locally
to these machine.
Is replication possible without using domain accounts in above situation.
Thanks... more >>
dynamic filters
Posted by uncle ho at 6/11/2005 7:13:12 AM
i am working on a publication which has about 400 tables. i want to define
dynamic filters, but i dont want to use EM.
how can i add the filters on query analyzer? ... more >>
Should users be allowed to create their own publications?
Posted by Earl at 6/11/2005 5:25:11 AM
I've got a scenario where my bright but non-technical users may need to
create their own publications on a daily basis. Essentially, they would just
need to use a template and do transforms on 3 of the tables to narrow the
WHERE query. Is this wise? Is there an alternative solution?
... more >>
PRIMARYKEY VIOLATION
Posted by SouRa at 6/10/2005 10:24:02 PM
Hi,
I am dealing with merge replication.
For identity columns EVEN seed value is set in Publisher database
and ODD seed value is set in Subscriber database(increment value 2) to avoid
insertion conflicts.
For a particular table, usually the records are inserted from
subscriber(through a... more >>
Merge Replication Speed
Posted by Marshall Cummings at 6/10/2005 2:13:48 PM
Hello,
When I first started experimenting/testing Merge Replication about a year
ago, I found that the default Merge Replication speed seemed to be a full
minute. After doing some research, I tried creating a profile and changing
the -PollingInterval parameter from 60 to 1. This got changes ... more >>
Snapshot Help
Posted by JLS at 6/10/2005 1:24:16 PM
Is there a way to have just the posting into the Distribution database =
portion of a snapshot resubmit after some process blocks the snapshot?
This is the 3rd time the job is attempting to get the snapshot =
completed. After 50 minutes of processing it became deadlocked & was =
chosen as the... more >>
Replication Error
Posted by Gary Murphy at 6/10/2005 12:06:46 PM
I have been trying to setup SQL Server Replication between two SQL Server
2000 SP3 servers.
I have configured the Distributer and publisher on the same SQL Server. I
modified the Publisher Snapshot folder to a non default ie.
\\server\is\Replication\TLIS. Note \\server is a file serve... more >>
How to find the replication frequency
Posted by sunil via SQLMonster.com at 6/10/2005 9:19:19 AM
Hello,
We are getting the replication data from some other database. Our
replication method is push method. How to find out the frequency of the
replication process per day? I have to find out this from the subscription
database side.
Regards,
Sunil... more >>
BULK LOGGED Operations
Posted by A. Robinson at 6/10/2005 7:43:01 AM
I'm seeing some odd behavior:
When applying an initial snaphot to a subscriber, I keep getting errors
saying the log for the database is full and a rollback occurs.
The weird tying is that I have the recovery model set to BULK LOGGED and I
also created a job that dumps the transaction log ... more >>
Yukon - problem with replication wizard
Posted by Ki at 6/9/2005 11:28:01 PM
Hi,
I deleted all the jobs in SQL Server Agent. I tried to run the publication
wizard. I got the following error. Please explain what i shd be doing in
order to correct the error and to create the publication.
TITLE: New Publication Wizard
----------------------------------------
SQL ... more >>
Cannot sync when Auto Identity Ranges Enabled?
Posted by James Goodman at 6/9/2005 12:23:00 PM
I have been pulling my hair out with this for some time now:
I have a small db which I need to merge replicate with a number of PocketPC
devices. NT Authentication is used.
If I do not enable the automatic identity range option, the PocketPC clients
can connect without error. However, if I... more >>
1 Article not updating at the subscriber side in Merge Topology
Posted by Juan jose at 6/9/2005 11:31:48 AM
Hi,
I have a problem with the merge replication. One of the tables is not
updating at the subscriber side even if i make updates at the publisher side.
My configuration is as follows:
publisher: win2k sp3a
subscriber: winXP Personal Edition
Replicacion Type: merge (although changes on ... more >>
merge replication
Posted by Peter Feakins at 6/9/2005 11:31:32 AM
In a pull subscription is there a way to to set query time out for the merge
agent prior to creating the pull subscription?... more >>
SQL 2000 Replication Best Practices
Posted by Elroyskimms at 6/9/2005 10:32:13 AM
I have a production DB server that I want to mirror/replicate to a
second server to be used as a fail over in case of a localized network
outage. I'm in the beginning of the planning stages and have no
experience in SQL replication. Where can I find some "Best Practices"
for doing this? During r... more >>
Merge agent properties
Posted by Peter Feakins at 6/9/2005 9:50:05 AM
I'm trying to troubleshoot a merge replication with a single pull
subscription on a remote server. We have a merge agent that is staying in the
retrying status. The intiial problem appears to be a query timeout, which
we've changed.
We can right click and see history and modify agent profi... more >>
Wireless merge replication stability question.
Posted by SteveInBeloit at 6/9/2005 9:46:02 AM
Hi,
We have been asked to develop an application for a auction company. (Real
auctions, not on-line). They want the clerks to walk around with a tablet
notepad P.C. and enter the sales information as the auction is progressing.
I plan to write that in ACCESS. I am thinking of using MS SQL... more >>
sp_addsubsciption with automatic not wanting to take snapshot
Posted by Hassan at 6/9/2005 9:29:05 AM
I did a sp_dropsubscription followed by sp_addsubscription with
sync_type='automatic' to resnapshot one article.
I ran the snapshot and it said that nothing has been reinitialised. Do I
also need to drop the article and recreate it ?
... more >>
xp_cmdshell needed to set up replication?
Posted by Julia Nicholas at 6/9/2005 8:30:08 AM
SQL 2000 SP 3a (build 8.00.818) on Windows 2003
Is is necessary to have the xp_cmdshell operational when setting up
Replication? I ask because our hosting company have built our SQL server
with the xp_cmdshell renamed to close up a security hole. When I try to
install replication on the SQL... more >>
Primary Key in Transactional Replication
Posted by Dave at 6/8/2005 9:35:11 PM
How I can publish tables wihout primary key in transactiona Replication?
... more >>
Merge agent error
Posted by Peter Feakins at 6/8/2005 1:21:09 PM
We have a client on SQL Server 2000 sp2 whose merge replication had the
following error:
The merge process could not update the last received generation.
Does anyone have an idea as to the possible causes?
thanks
... more >>
Role of Distributors in transactional replication with queued updating
Posted by William F. Kinsley at 6/8/2005 11:55:03 AM
I am trying to understand what the value of installing the distribution
database on its own server. Performance is going to be an issue for clients
accessing the subscribing databases and I want to minimize the impact of the
replication process as much as possible. And by performance, I am no... more >>
distribution clean up not working
Posted by Hassan at 6/8/2005 6:49:01 AM
Using transactional replication and all my transactions and commands are
replicated to all my subscribers. There is nothing to be delivered from the
msdistributionstatus view , but yet when i run the distribution cleanup, the
commands and transactions are still in the msrepl_commands and trans ta... more >>
Merge Replication Topology
Posted by Waterfall at 6/8/2005 6:16:24 AM
Hi everyone,
Is it possible to have three publishers who also subscribe to
publications from each other? All are pull subscriptions participating
in merge replication. The physical design is represented by a triangle.
My understanding of the suppported replication topology precludes such
a desi... more >>
Columns/tables not under Replication
Posted by Boomessh at 6/8/2005 12:56:06 AM
Hai,
Can i find out the tables and columns which are not part of replication? is
there any Built in SP for this?
Thanks,
V.Boomessh... more >>
|