all groups > sql server replication > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
How to Remove Merge Replication?
Posted by Anukul at 1/21/2005 5:42:58 PM
Hi All:
I have setup Merge Replication (Push) & we are using SQL2000 sp3.
After testing a few things, I disabled the Publication. This did not remove
Subscription on the other Server.
I have a task stuck in Subcriptions, under Replication on SQL.
It Shows the Task as 'Running' Status and Last... more >>
SQL Mobile 2005, SQL Sever 2005, IBuySpyDelivery2005
Posted by Go Mobile at 1/21/2005 2:01:04 PM
I have compiled the demo app and deployed onto a device, however, it will not
replicate and I can't get pas the first screen that asks for the server name.
The SQL Mobile .DLL files are accessible on HTTPS on the IIS (hosted on
Windows XP SP2, Firewall is turned off) through a normal web brow... more >>
Problem with Merge Replication and Automatic Identity Range Handli
Posted by Nick Connor at 1/21/2005 12:47:02 PM
I have a strange problem I can't seem to figure out. Hopefully someone can
point me in the right direction.
I have a database I'm replicating with a number of tables that have identity
columns as part of their primary key. I'm using merge replication and use
automatic range management f... more >>
Failed to enumerate changes in the filtered articles.
Posted by Ray at 1/21/2005 10:57:07 AM
Hi All,
I have Sql-Sever 2k SP2 and Win2K SP4 Advanced server.
Topology : Republisher
Publication Type : Merge with dinamic Filtering.
Error on the Publisher :
Failed to enumerate changes in the filtered articles
{call sp_MSsetupbelongs(?,?,?,?,?,1,?,?,1,?,?,?,?)}
Merge Replication Pr... more >>
SQL2K trans. repl republisher question...
Posted by oj at 1/21/2005 9:25:15 AM
Hello replication guru's;
I'm planning to implement a SQL2000 transactional replication republisher
model. My question is, when you need to manually re-snapshot the data to
the Publishing Subscriber, how do you handle the subscribers to it, i.e;
Do you set up table articles to delete all ... more >>
Sharing same data between two SQL Servers in two location best solution?.... Looking for some direction
Posted by Roger at 1/20/2005 4:19:26 PM
I currently have one SQL server running locally serving 15 people and
several MS Access, VB, and Web applications.
We just recently merged with another company 1100 miles away with 30 plus
users. They want to start using the same applications and have the same
response times we have locally.
... more >>
Invalid object name 'sysmergepublications' Please Help
Posted by Wojtek Z at 1/20/2005 1:58:42 PM
Hi,
I'm trying to use Alternate Sync Partner.
I have found this how-to http://support.microsoft.com/kb/321176
but when I execute procedure ( step 9, my names are different :) )
sp_addmergealternatepublisher @publisher = 'PublisherA'
, @publisher_db = 'TestA'
, @publication = 'D... more >>
Transaction Replicaiton, does the log reader start to read, even before it's pushed.
Posted by combfilter at 1/20/2005 12:05:14 PM
Hilary/Paul.
I have a couple of questions:
1. Does the log reader start to read once you have setup a
table for publication? Or does it' wait till you have
actually "pushed" the subscription out. For example. I setup
a publication for a subscriber who is not online yet. They
should ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Preventing subscrition expiration?
Posted by MTurner at 1/20/2005 9:11:08 AM
How can I prevent a subscription to a transactional publication from expiring?
Here's a brief overview of our situation. We have 2 db's on one server. One
of the db's is used for update, the other is used for search and retrieval
(read-only). Both db's have tables that are fulltext indexed.... more >>
keep getitng error message
Posted by kam at 1/20/2005 7:51:07 AM
hi does ne one know why i keep getting the following erro message
i have created a script which updates a certain column but i recive the
following error.
Server: Msg 18750, Level 16, State 4, Procedure
upd_F1E69E45D5304681833AD6E92EE73B6B, Line 51
INITCOLVS: The parameter 'nickname... more >>
DMo Example of merge replication
Posted by MSSQLServerDeveloper at 1/20/2005 7:33:12 AM
I purchased the SQL DMO book that Mark Allison participated in writing. I
read the chapter on merge replication , however, the chapter only discusses
the setup / config of merge replication. I am interested in the code where a
user would click a button and start a pull subscription. Does a... more >>
XML Blob replication
Posted by DROUNTREE at 1/20/2005 6:59:03 AM
Is it possible to replicate XML Blobs stored in a SQL database? If so, does
it require any special add-on or service pack?... more >>
byte by byte level replication versus sql server replication
Posted by Pari at 1/20/2005 6:39:08 AM
Hi
Can anyone give me a helpful link or information on the pros and cons on the
"byte by byte level replication" versus "sql server transaction replication".
Requirement:
I need upto second replication to a geographically remote site, so I was
considering sql server transactional replicat... more >>
Merge Replication
Posted by mcdojj at 1/20/2005 6:15:03 AM
We are looking into options for bring up a second live business site using
SQL Server 2000 Std edition. The databases will updated at both locations
and need to remain in sync at both locations. Some the tables contain
Identity columns. We have noticed Primary Key issues when we insert into... more >>
Why can't I setup publisher with agent account=system account
Posted by Graham R Seach at 1/19/2005 3:26:25 PM
Hi guys,
I'm trying to setup replication from an SQL Server 2000 Enterprise database
to an MSDE 2000 database on one of my XP workstations. The server is running
Windows 2003 Enterprise Server. When (on the server) I try to setup the
server database as publisher, I get a message saying that... more >>
Error 18456: Login failed for user 'Distributor_admin'
Posted by mm at 1/19/2005 12:42:00 PM
Hi,
When going through the replication wizard to setup transactional replication
the following error is returned when it starts to setup replication.
SQL Server Enterprise Manager could not configure '<four part servername>'
as the distributor for '<four part servername>'
Error 18456: Login... more >>
Deletes through Replication
Posted by HomeBrew at 1/19/2005 11:51:08 AM
I have an order header we'll call HEADER and detail we'll call DETAIL
(catchy names !!)
When I replicate new orders, I use filters:
The HEADER article filter is like:
Select * from HEADER
where ordr_dte >= '1998-01-01'
then
The DETAIL filter is like:
Select * from DETAIL
where ex... more >>
Backup server
Posted by Michael at 1/19/2005 11:46:40 AM
I currently have a main database server and want to implement a backup
server that replicates the data in my main server.
What is the best method of implementing this? I really don't know where to
start so even a pointer at some reading material would be helpful. Any
advice will be apprecia... more >>
Merge replication on MSDE using VPN
Posted by Jeff Rowley at 1/19/2005 10:43:12 AM
Hi,
This is my first experience with using replication. We have two research
partners that collect data for us at two locations i.e., they run our
application on two xp clients using MSDE sp3 and we currently synchronize the
data with a series of exports and imports. This seemed to be a lik... more >>
sp_MSupd_ Cannot update identity column
Posted by Pari at 1/19/2005 6:35:01 AM
Hi
I have set up transaction replication for a copy of northwind database, I
followed the instructions from the SQL Server books online.
I have done the changing of the identity columns to have attribute property
as "(Yes) Not for Replication".
Created successfully a distributor/subscriber o... more >>
Tidying up replication entries in Enterprise Manager
Posted by Russell at 1/19/2005 6:01:06 AM
I am trying to tidyup some remants of past publications. The only parts that
seem to be left is the publication itself and the snapshot part underneath
it. If I try and delete it from Enterprise manager I get the error:
SQL Server Enterprise Manager could not retrieve information about
publ... more >>
Broken merge. Need help.
Posted by Darius T. at 1/18/2005 10:39:01 PM
Hi,
Seems I found how to brake merge replication.
Actually I reproduced this situation on my test env. after we found it on
production.
OK we have SQL2K EE SP3a on W2k AE SP4.
Suppose You create a table with few fields of different type
(field1,field2,field3.etc.. rowguid)
Then you publ... more >>
Sql Multi Site Merge Replication
Posted by kailux4 at 1/18/2005 9:21:03 PM
Scenario is as follows
I have got Site1, Site2, Site3 and Site4. All Sites are publisher except
site4 and
Site4 subscribes to Site3, Site3 Subscribes to Site2 and Site2 Subscribes to
Site1.
When i Insert at Site1, it only gets replicated to Site2 not at Site3 and
Site4.
And if Insert at Si... more >>
Filter and Joint
Posted by Nick at 1/18/2005 3:59:02 PM
SELECT DISTINCT BannerGroups.BannerGroupCode, BannerGroups.BannerGroupName,
BannerGroups.BannerGroupContactName, BannerGroups.BannerGroupContactEmail
FROM BannerGroups INNER JOIN Customers ON BannerGroups.BannerGroupCode =
Customers.BannerGroupCode WHERE(Customers.CustomerInactive = 0) AND
(... more >>
How to get next range of Ident values for Merge Replication
Posted by mm at 1/18/2005 3:55:28 PM
Hi,
The identity range on the a table that is being published is filled up and
is coming up with primary key constraints.
Is there a way to get another range of values manually?
Thanks
... more >>
merge replication - data not coming form subscriber to the server
Posted by itimilsina NO[at]SPAM savannaenergy.com at 1/18/2005 3:32:03 PM
Hi there,
we are using merge replication with anonymous pull subscribtion,
wrutten in active X control. Every things is working fine but all of a
sudden all the new subscribtion having problem. All the new
subscribtion i created can synchronize and data form server trasfers to
the subscriber ... more >>
replication tool
Posted by bruno reiter at 1/18/2005 1:59:09 PM
Hi all,
does someone know any third party tool to manage MSSQLServer replication?
TIA
bruno reiter
... more >>
Merge Replication "after the fact" ...
Posted by Robert A. DiFrancesco at 1/18/2005 1:57:38 PM
Server A & B:
Single-stand-alone applications with ms-sql-server. database has same
schema, different data, NO Rowguid column.
In a production environment.
Now I want to install replication and establish a Publisher C. How do I set
up replication after the fact, without loosing th... more >>
How to selectively disable replicated triggers?
Posted by mspradley at 1/18/2005 1:37:05 PM
I have seen similar questions before but no good answers.
I have some batch procs that temporarily disable triggers using an alter
table statement when they run. I get an error message "Cannot alter the table
'TableName' because it is being published for replication" when these
procedures r... more >>
BCPBatchSize and Replication hanging
Posted by Ron at 1/18/2005 1:31:02 PM
I have transactional replication setup between 2 sql 2000 sp3a servers
running on 2 4 way Dell servers with 16 gig of memory each. The servers
are running windows 2003. Everything is enterprise edition and the sql
servers are using about 14 gig memory.
We restore the database to the second... more >>
Can not copy view
Posted by golfnut at 1/18/2005 12:45:04 PM
I have a replication job that can not replicate a view. Any ideas??? I am
assuming the replication job relicates views that are associated with the
tables. Is there a way to only replicate the table and not the view?... more >>
subscriber name for the merge pull anonymous replication.
Posted by itimilsina NO[at]SPAM savannaenergy.com at 1/18/2005 10:03:21 AM
Hi There,
I am looking for some information regarding the subscriber name
(computer name) in the merge replication. I am using active x control
to synchronize the data between MSDE and sql 2000.
..Subscriber = Environ("COMPUTERNAME")
..SubscriberDatabase = "Ultraline Sub"
..SubscriberDatas... more >>
Replicate to SQL 2005 Express
Posted by Jamieson at 1/18/2005 9:59:02 AM
Will you be able to replicate to SQL 2005 Express from SQL Server 2005?... more >>
Copy database
Posted by Jane at 1/18/2005 8:01:02 AM
Hello,
hope this is the correct group.
I am looking for an easy and safe way to create a copy of an existing live
database and put it on the same SQL Server in a test database.
Has anyone done this before?
I am not an experienced SQL admin and will really appreciate your help!
TIA!... more >>
RESEEDING & INCREMENT VALUES
Posted by SouRa at 1/18/2005 3:37:02 AM
hi,
I am maintaining around 180 tables, out of these-125 have identity values
I need set new SEED value and new increment values for these 125 tables
Is there any easier way to do this?
Thanks,
Soura... more >>
Notification to several operators
Posted by D at 1/18/2005 3:29:01 AM
Hi,
I have several SQL Server 2000 databases with data replications. I would
like to alert several admin workstations when a replication failed. I cannot
use email alerts because the servers and the worksations are located inside
an industrial LAN without SMTP server and without email clie... more >>
Identity reseed error with merge
Posted by iamjuan NO[at]SPAM gmail.com at 1/18/2005 12:20:11 AM
Hello:
I'm wondering why my seed values for identity columns where reseeded.
I use merge replication.
I delete the publication, make some changes on tables design, execute
the publication script and my seed values where reinitialized, but I
can't reproduce the error again. I don't undestand... more >>
Conflict Resolution: Is defining local subscription enough: How to get log of lost record.
Posted by ruchirdhar NO[at]SPAM gmail.com at 1/17/2005 10:43:14 PM
Hello All,
I am very much thankful to you all for providing much needed help, and
once again I am at the group with my query. In my replication
implementation in which I have around 100 subscriber I need to decide
what conflict resolution policy should be employed.
We, in our implementation... more >>
Drop a column
Posted by David Barquero at 1/17/2005 6:34:30 PM
I need drop a column from de replication, I'm using the Sp
sp_repldropcolumn @source_object = 'ObjetName'
,@column = 'ColumnName'
,@force_invalidate_snapshot = 1
,@force_reinit_subscription = 1
But when I runing thi... more >>
Transactions / Commands stuck on distributor. Help!
Posted by Georgy Nevsky at 1/17/2005 6:08:03 PM
I have transactional replication. I have number of publications filtered by
key value. Each publication has one push subscriber and doesn't allow pull
and anonymous subscribers. Retention period set to 0 min and 365 days max.
All commands now delivered to subscriber I've checked it with query:... more >>
Problems restoring files
Posted by Steven Schwalbe at 1/17/2005 5:31:03 PM
I'm having some issues in restoring some files via the SQL Server. I'm
restoring to a database that is set up in the SQL server that we usually
restore files to. We are getting an error every time that we restore the file
and it is stating that the file is not a valid Microsoft Tape Format bac... more >>
time-out when adding a column on the subscriber
Posted by Imad Koussa at 1/17/2005 5:28:26 PM
BlankI am using merge replication with SQL2000 SP3. On the publisher a =
column was added to one of the tables. When I synchronize the database =
with the subscriber, I get an error message saying:
the schema script sp_repladdcolum <column..> could not be propagated to =
the subscriber...error n... more >>
NETWORKIO time wait.
Posted by combfilter at 1/17/2005 4:32:13 PM
It it normal for a distribution server to have a lot of
NETWORKIO time waits? Also, we have 1spid with about 500k
key locks on it. At what point would a distribution server
move that to a table lock?
thx
comb... more >>
subscription status indicator
Posted by swilson NO[at]SPAM acs.on.ca at 1/17/2005 2:16:08 PM
As per the answer below, how do you 'change the owner' of a replication 'job'?
Hoping for a reply,
Shawn
-----------
Hi I've got a win2k and win2k3 server both running sql2k sp3. There
are 5 transactional publications on one and corresponding pull
subscriptions on the other. Replica... more >>
repl_distributor
Posted by golfnut at 1/17/2005 12:47:02 PM
If I click on the publication and look at the subscriber column the
subscriber name has changed to REPL_DISTRIBUTOR. Why is this and how do i
change it back to the name of the subscriber? Thank you in advance for your
help.
... more >>
Problem to set the Startup User Account
Posted by Sharad at 1/17/2005 9:27:32 AM
Dear Friends
I am trying to setup the StartUp User Account for the
SQLServerAgent. But when i click on the enterprise
manager and SqlserverAgent >> Properties i am not getting
the option (Enable) Service Startup Account option
enabled. Please suggest what can be the reason and how i
can... more >>
BCP error during DB Sync on Filtered Columns
Posted by misterkit(at)yahoo.com at 1/17/2005 7:59:04 AM
Hi,
I'm have a wonderful time configuring replication on a set of tables and
need some help in diagnosing an error that is popping up.
Currently, I am using the transactional model with queued updating. I have
a set of tables that contain text columns, so during the publication build I
... more >>
Locking problems when initializing the subscriptions
Posted by Peter Ericsson at 1/17/2005 6:28:20 AM
I'm using transactional replication with queued
updateable subscribers.
I publish all my 630 tables and I use concurrent snapshot
processing.
I don't use filters, all data is published
I'm having a locking problem in the publication database
when I initialize my subscriptions.
The d... more >>
Error number 207 : invalid column name "***"
Posted by Nick at 1/16/2005 11:15:02 PM
i got this error when i add a table as atricle
but i am pretty sure the column exist in this table,
anyone experences thos error before?
thanks for any comments
cheers... more >>
Row filter
Posted by Nick at 1/16/2005 5:54:20 PM
i got a really strange problem.
i am doing replication DB from SQL to PDA with CE2.0, there are about 30
articles in publication, and one of them is call product table. it works fine
when i add product table without row filter. the problem is when i add a
row filter in Product table , it... more >>
custom transformation and broken FK
Posted by aamirghanchi NO[at]SPAM yahoo.com at 1/15/2005 3:04:44 PM
Hi,
I need to do the following through Enterprise Manager (EM).
I need to copy the structure of all the tables along with their PK, FK
etc and need to copy the data of only select set of tables (not all of
them). I tried doing this in EM but lost the relationship between
tables in the target ... more >>
Suggestion for the conflicts.
Posted by Niitmalad at 1/15/2005 11:56:04 AM
Dear Friends
Please suggest if there are any possiblity to give the
access to the users who created the records and the same
are in conflicts.
Here i mean that i want to create a program with VB.NET
which will promt to the user whos records are in
conflicts. so that they can solve the... more >>
|