all groups > sql server replication > july 2005 > threads for july 1 - 7, 2005
Filter by week: 1 2 3 4 5
Replication Report
Posted by Bittoo at 7/7/2005 10:28:01 PM
Hi,
Is there anyway to provide weekly status report of the replication. Like --
1. Which tables are replicated.
2. When replication is not possible with reason.
Thanks in advance.... more >>
Where condition using variable ?
Posted by Boomessh at 7/7/2005 10:22:02 PM
Hai all,
I need to do the following...
declare @strwhere varchar(100)
set @strwhere = ' and col2 = 6' -- where columnname is an integer datatype.
select * from <tablename> where col1 = 'B' + @strwhere
but the above query is not working when @strwhere takes a where condition
for an inte... more >>
SQL Server Replication Record Count
Posted by Ben at 7/7/2005 2:43:06 PM
Hi,
When a SQL Server Subscriber is running, is there any way to determine the
total number of records that is being replicated? And also how many records
are left before replication is completed?
Thanks for your help
Ben... more >>
How to modify a stored proc that is being Merge Replicated?
Posted by Caine Chow at 7/7/2005 9:29:03 AM
Hi,
I would like to ask if it is possible to modify stored procs that are being
merge replicated. I figured out how to modify tables that are being merge
replicated (sp_repladdcolumn... etc.) Is there an equivalent to that for
stored procs?
Thanks,
Caine
... more >>
Update huge table at publisher
Posted by \ at 7/7/2005 8:50:17 AM
I have trnasactional replication one publisher and one susbcriber,
i updated one table at publisher ( approximately 3200000 rows)
and at susbcriber i don't see changes also after few minutes that update is
finished i can't perform select on this table on subscriber - time out
maybe it's ok... more >>
Merge Replication Doesn't Update IDENT_CURRENT() ?
Posted by jaykchan NO[at]SPAM hotmail.com at 7/7/2005 8:14:50 AM
I have found that a table that is being merge-replicated to each branch
office has a different INDENT_CURRENT value in each branch. Is this
correct?
Basically, I have a table called "Batch" in two database servers (one
for each branch office). Let's call the database servers dbsOne, and
dbsT... more >>
sp_addtabletocontents....paging Paul/Hilary
Posted by ravi lobo at 7/7/2005 6:42:04 AM
I am using merge replication.
I would like to know how sp_addtabletocontents works?
I think it works as below.....
1. msmerge_content and msmerge_tombstone are searched for rowguid's....
2. For rowguid's which are theare in the above 2 system tables and not in the
table in question, a ... more >>
sp_addtabletocontents....paging Paul/Hilary
Posted by ravi lobo at 7/7/2005 6:22:04 AM
I am using merge replication.
I would like to know how sp_addtabletocontents works?
I think it works as below.....
1. msmerge_content and msmerge_tombstone are searched for rowguid's....
2. For rowguid's which are theare in the above 2 system tables and not in the
table in question, a ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Which Replication Option???
Posted by John Barr at 7/7/2005 5:59:08 AM
I am new to replication in SQL Server, and am investigating which option
would be best for my solution. I have a SQL Server (Server) on our network,
and another on in our DMZ. They have access to each other, and I need to
replicate a database from the SQL Server (Server) on my network to the b... more >>
ActveX Pull error
Posted by Darin at 7/7/2005 5:57:32 AM
I have a publication created using SQLDMO on the server.
..PublicationAttributes = SQLDMO_PUBATTRIB_TYPE.SQLDMOPubAttrib_AllowPull
+ _
SQLDMO_PUBATTRIB_TYPE.SQLDMOPubAttrib_ImmediateSync + _
SQLDMO_PUBATTRIB_TYPE.SQLDMOPubAttrib_IndependentAgent + _
SQLDMO_PUBATTRIB_TYPE.SQLDMOPubAttrib... more >>
MSreplication_subscriptions
Posted by ssslither9 NO[at]SPAM yahoo.com at 7/7/2005 5:18:08 AM
Hello. I need to schedule a job on a database that subscribes to a
transactional publication on another server. Replication between these
two servers goes down frequently. I've been told the job that runs at
the subscriber needs to determine if replication is up and current at
the time the jo... more >>
manualy
Posted by shif at 7/6/2005 11:11:02 PM
Hi
In replication shedule properties i gave the option continuesly,i think what
ever modifications we made same time it will replicate.with out setting any
time period how can i do the replication manualy.
--
Thanks... more >>
rowguid ?
Posted by .:alex:. at 7/6/2005 4:46:11 PM
Hi,
I tried to make a replication between two databases, a merge
replication...
But at the end, when the replication agents started, I found lots of errors
that tells me
that it don't knows who is the column 'rowguid'. This column was added only
on the publisher.
Can somebosy tell ... more >>
On the Fly Schema Changes in Merge Replication
Posted by TCorp at 7/6/2005 2:32:47 PM
I have always assumed that I must completely disable replication to make any
sort of change to published articles, but these article seem to say
otherwise:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/replsql/replimpl_22pf.asp
http://msdn.microsoft.com/library/default.asp?u... more >>
\\BoxName\c$\ReplData is not a valid path or filename.
Posted by ChrisR at 7/6/2005 2:16:29 PM
I am trying to set up a test replication publication from my laptop and get
the above message in the Specify Snapshot Folder box. I am guessing its
because the machines name has dashes "-" in it? (bla-bla-bla)
What can I do about this?
TIA, ChrisR
... more >>
Queue Reader fails occasionally
Posted by \ at 7/6/2005 12:19:25 PM
I am using transactional replication with queued updating between two servers
running SQL Server 2000 SP3. Publisher and distributor run both on the same
server (a cluster machine). There is one subscriber. The Queue Reader Agent
starts successfully, and transactions originating on either side ar... more >>
Error publishing databases with not-server's default collation
Posted by RODOLFO at 7/6/2005 9:16:03 AM
Hello.
While trying to publish any database that uses a collation different from
server's default, I get this error in the step after selecting the articles
to be published:
---
Error 21423: You do not have sufficient privileges to view the publication
information. Your administrator ma... more >>
How to check sql server at distributor , publisher and subscriber
Posted by \ at 7/6/2005 8:16:56 AM
Hi,
As i know for preventing possibles errors there must be same sql server
version with same service packs on distributor, subscribers and publishers,
my question is what way to check it??
TNX
--
Message posted via http://www.sqlmonster.com... more >>
filter
Posted by Darin at 7/6/2005 5:31:39 AM
We have salesmen with laptops and want to use merge replication that
they will start via a synchronize button (I will use the ActiveX merge
object). Each salesman should only have data for their own customers.
Can the filtering be done at the subscriber during the pull
subscription, or do I hav... more >>
Snapshot replication involving large table - 17million+ rows
Posted by quackhandle1975 NO[at]SPAM yahoo.co.uk at 7/6/2005 3:26:50 AM
Hi,
I am looking at Snapshot Replication for an MIS system I have built.
Server1 contains 3 databases and I want to replicate tables from these
databases and publish them to a single MIS database on Server2. I
would only have to run the snapshot once a day. All good so far. The
only issue i... more >>
Merge replication in 'SQL Server'
Posted by Gil at 7/6/2005 1:16:01 AM
Hi,
I read Paul Ibison's article about "Replication Across Non-Trusted Domains
or Using the Internet".
Me (and my company) need to take a very tough decision whether using SQL
server 2005 merge replication or building our own synchronization engine.
Our big problems are:
1. Everything h... more >>
identity ranges
Posted by mgarner1980 at 7/5/2005 3:09:27 PM
We restored out database from a backup. we are using merge replication with
ranged identity supor t on some tables. The restore screwed up the
identities. I found an earlier post on how to fix this. Her's what I've
done.
I ran dbcc checkident(tablenaem) and it returns:
Checking identity infor... more >>
The SQL Server cannot obtain a LOCK resource at this time.
Posted by \ at 7/5/2005 2:09:51 PM
Hi,
I i have transational replication two sql servers 2000, one publisher and one
susbscriber, distributor is on publisher server, everything worked fine but
yesterday i got an error on ditributor:
The SQL Server cannot obtain a LOCK resource at this time. Rerun your
statement when there ar... more >>
MSDE General Questions
Posted by Cavanagh at 7/5/2005 11:28:03 AM
I am trying to better understand my replication options with MSDE.
I am pretty sure that with merge replication the remote MSDE database will
track the changes in a set of state tables. However with transactional
replication I have read conflicting information as to whether it tracks
change... more >>
What happens when you update a column that's being used in a Filter Row condition?
Posted by Mark Peterson at 7/5/2005 10:10:28 AM
I'm still fairly new to replication and was wondering what will happen when
the value that's being used to filter rows to subscriber changes?
For example (using merge replication), let's say the publisher is filtering
records to subscribers based on a 'SalesPersonID' column. For whatever
r... more >>
Need to cleardown a table due to disk space problems
Posted by Russell at 7/5/2005 1:40:05 AM
I need to delete about 3 million rows from a table that is part of a merge
publication. I think that I will have to copy out the rows that I want to
keep into a temp table and truncate the table and then copy the rows back in.
My question is how best to go about this? I think that the best wa... more >>
Replication job does not end - even when its idle on the server
Posted by \ at 7/5/2005 12:00:00 AM
I am the two stored procedures below, used in a similar way, to add a
subscription. But for some reason, the replication completes but it does not
stop. If I add a subscription using Enterprise manager (EM), the job does
stop. I scripted out the subscription that EM had created and noticed tha... more >>
Replicated data - hiding it from database level
Posted by M. D'Costa at 7/5/2005 12:00:00 AM
Hello,
I have a merge replication setup between two sql 2000 servers. It works
fine, but there is some data in one table
that I wish to hide - at the subscriber database. That particular table is
not needed, but if
the someone at the subscriber logs into the database and selects from the
t... more >>
Pull or Push subscription in Merge replication
Posted by Javed Iqbal at 7/4/2005 3:12:46 PM
I have 2 identical systems in my LAN. I want to set up merge replication =
between these. I am bit confused among PULL or PUSH subscriptions.
Gurus can you suggest me best option
Regards
Javed... more >>
Problems disabling distributor/publication.
Posted by MariaGuzman at 7/4/2005 11:19:44 AM
Hi, i had a server that was a publisher/distributor. We decide to change
the server name. When we want to execute the sp_dropserver and
sp_addserver display some errors, so we decided to disable the the
publisher/distributor option. When we did it, the distribution database
wasn´t deleted.
D... more >>
Replication taking longer
Posted by Laurence Breeze at 7/4/2005 10:16:22 AM
I've got once a day snapshot replication working between 2 servers. I
take a copy of most of a database for MI and adhoc query processing
purposes. This has been working okay for several months now but I've
noticed that the time to load the database is gradually taking longer.
I don't thin... more >>
One way replication with updates on subscriber
Posted by hgeraght NO[at]SPAM yahoo.co.uk at 7/4/2005 9:19:04 AM
I would like to set up one way replication from a production
environment to a test server. Updates must be allowed on the test
server but the must not be propagated back across to the live
environment. Which replication type would be the most suitable? Is
there a way to set the subscriber as upd... more >>
Transactional Replication and Text Data Type
Posted by Dom at 7/4/2005 7:38:02 AM
I have just discovered that subscribers in transactional replication with
immediate or queued updating cannot update text columns. :
"INSERT, UPDATE, and DELETE statements at the Publisher on text and image
columns are supported with no special considerations. However, these columns
cannot... more >>
Trans Repl and adding data locally at the subscriber
Posted by Tom at 7/4/2005 6:11:24 AM
Hello all,
I apologize, If my question has been answered already here, but I
wasn't able to find a solution for my problem.
I configured transactional replication for a customer who needs a copy
of a central database at another site. It's a very simple setup: 1
publisher and 1 subscriber. I... more >>
Diff. transactional publications ; synchronizing at diif. times
Posted by Bittoo at 7/4/2005 2:29:11 AM
Is it possible to have more than one transactional replication publications
which will be containing differenr list of tables and will be synchronizing
at different times.
If yes pls. tell me how ?
Thanks in advance.
... more >>
shif
Posted by shif at 7/4/2005 1:03:01 AM
Hi
I am using msql2000.I have created a publication for replication.The
replication is doing well.Now i want to add more tables in the existing
publication.I have tried goint to publication properties .in article tab ,i
can see unpulished artilcles but the
checkbox is activated for adding ne... more >>
SQLDMO question
Posted by Darin at 7/2/2005 2:50:45 PM
I have SQLDMO setup to create the initial subscription, merge articles,
and snapshot. But, the snapshot uses the default parameters so it wants
to run the snapshot agent everyday at like 11pm. I want the snapshot
agent to run once a month (the first Sunday at 1am).
I can't understand the Books O... more >>
SQLDMO or ActiveX
Posted by Darin at 7/2/2005 2:48:43 PM
We have an application that is working at many different customer sites
great using Replication (merge with push subscriptions, no filtering).
We are now developing an application for salespeople to run on their
computer which will use replication once a day (or whenever they connect
to the inte... more >>
Deletes/Inserts in Merge replication
Posted by ravi lobo at 7/2/2005 11:27:01 AM
Hi,
I am using mergereplication for doing .1 miliion records /day. I find the
replication is getting stuck because of a few deletes/updates.
Is there a better way to handle this?
... more >>
SQL Server's Data can be replicated to MSDE 2000 ?
Posted by Harsha Shah at 7/2/2005 12:00:00 AM
Hello,
I have SQL Server 2000 on window Server 2003, I have a laptop client with
Win XP , I want to install MSDE 2000 on this client and keep weekly updated
with Server. Is it possible ,
If yes, How ?
or any other alternate.
Any hint will be sincerly appreciated..
Harsha.
... more >>
Deploy VB.Net application with SQL Database
Posted by Harsha Shah at 7/2/2005 12:00:00 AM
Hello,
I have an application with SQL data. I want to deploy this application with
data. How can I ????
Harsha
... more >>
Merge Replication using joined tables and userid
Posted by dpgriffith at 7/1/2005 4:36:01 PM
I have an application where I want to use merge replication to link up with
Pocket pc's running sql sever ce. I have the queries written that will
extract the data I want to replicate but can not figure out how to set it up
in the replicate filters. Here is one of the queries.
SELECT ... more >>
Transactional to Personal Edition
Posted by Eric Petruzzelli at 7/1/2005 9:21:05 AM
We are thinking of using Transactional Replication with Queued Updating.
Our clients run XP Pro so can only support the Personnal Edition of SQL
Server. I understand we can not use transactional replication from our
clients, but can we perform the Queued Updating from these clients if
they o... more >>
Use snapshot replication or just backup/restore?
Posted by David at 7/1/2005 7:34:01 AM
I need to distribute data from a central MSDE instance to never-connected
remote
MSDE instances. The data flow is strictly uni-directional, from central to
remotes. No data will ever be replicated back to the central instance. The
instances are NEVER connected (the remotes are laptops used i... more >>
Uniqueidentifiers with Merge Replication
Posted by Martin McNally at 7/1/2005 12:00:00 AM
Does anyone know if there is a reason why some uniqueidentifiers would be
getting a number like {00000001-0001-0000-9090-C05BCE1ED94D} when using
merge replication. Do these zeros mean anything? Its causing us problems
because it is saying that the key already exists in one of the subscriber
... more >>
|