Groups | Blog | Home


Archived Months
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server replication > july 2003 > threads for july 1 - 7, 2003

Filter by week: 1 2 3 4 5

Replication folder rights?
Posted by Jorge at 7/7/2003 3:19:10 PM
Hi, I have an application written in VB.net that controls synchronization between an MSDE(SP3) db and SQL2000-SP3. When testing the synchronization, I get error(s) regarding not being able to read a script "object". The messages are as follows: (1) \\OAKS15\...\VPInfo_1.sch could not b...more >>

Replication - Not defined as a remote server
Posted by george at 7/7/2003 10:26:02 AM
From Getting Started TaskPad|Replicate Date|Configure Replication. Go through the wizard with all the defaults. Click Finish. Gives the error: "SQL Server Enterprise Manager could not configure 'SQL1' as the Distributor for 'SQL1'. Error 18482: Could not connect to server 'SQL2' because...more >>

Login Failed for user....
Posted by Brett at 7/7/2003 7:41:35 AM
I'm trying to set up a subscription from a transactional publication. The publication works find but when I try to push or pull a subscription to another server I get the following message: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. I can set up a subscription on the publishi...more >>

Merge Replication
Posted by vallabhai NO[at]SPAM hp.com at 7/7/2003 5:33:14 AM
Hi, I get the following message 'the identity range resource available is not enough..' I have sql 2k replicating to 3 servers. I've given an identity range of 250000. The max number of rows populated in the table so far is 1358. It failed with the above error on one server at 888 rows. Rest of...more >>

mobsync
Posted by Michael Tissington at 7/6/2003 7:09:27 PM
Where can I find examples on automating (adding a subscription, and starting sync) using mobsync? Thanks. -- Michael Tissington Oaklodge Technologies http://www.oaklodge.com/technology ...more >>

Merge Replication - compacting access files
Posted by Scott Wilson at 7/6/2003 12:58:40 PM
Hi I have a successful merge replication setup between SQL2k and Access, however my access file has more than doubled in size making it almost unusable at its end of the replication. Does anyone know how to compact this file back down? If I take the two replicated tables and export them...more >>

Replication over VPN
Posted by Jonas N at 7/4/2003 11:24:37 AM
Hello I have two SQL Server 2000 (version: 8.00.760) that is running on win2000 Servers (sp3). Both SQL servers are located behind a firewall. Problem I can set up a replication (transactional or merge) and the snapshot goes thru. The replication works fine for a couple of hours, or d...more >>

More infos about suser_sname()
Posted by pm at 7/4/2003 11:13:45 AM
Hi all, I have more informations: my is design as: CREATE TABLE [dbo].[DB4_TPROMO] ( [ID_PRO] [int] NOT NULL , [NOM_PRO] [nvarchar] (20) COLLATE Compatibility_52_409_1 NULL , [SESSION_USERNAME] [nvarchar] (50) COLLATE French_CI_AS NULL , [NOM_MACHINE] [nvarchar] (15) COLLATE Compatibi...more >>



Replication over the internet
Posted by Craig Hudson-Bennett at 7/4/2003 8:39:16 AM
I am planning to use replication over the internet, but was told that replication is meant to be used over a network ? Before I start development I want to find out if replication over the internet is a reliable solution and what I need to have in place before I start. The publisher will be Wi...more >>

SP to register remote SQL server
Posted by leecs at 7/4/2003 5:27:52 AM
i understand that we need to register the remote SQL server in local server in order to perform the replication. is there any script / store procedure for me to do this task by entering the 1. user id 2. password 3. ip address or other information that necessary. as i want to make t...more >>

Error using Merge Replication via FTP
Posted by Manish Buttan at 7/4/2003 12:16:55 AM
Hi, I have configured a Distributor and Publisher in SQL 2000 running SP 3. In this server, I have setup merge replication. This merge replication agent runs successfully inside the network when i use a network path. I am able to create and set subscriptions successfuly. Also any update...more >>

backup transaction log problem
Posted by Max at 7/3/2003 9:01:44 PM
I used database maintain wizar to backup my database. After backup the transaction log, the file size of this log file hasn't been decreased. could anyone help me where do I miss something?...more >>

Replicate default value
Posted by Eva at 7/3/2003 7:24:49 PM
I am use the SQL sever 2000 to process transactional replication. Is possible to replicate the default value of a column (such as getdate()) from publisher to subscribers? Thank you....more >>

publisher SQL Server 7, subscriber SQL Server 2000
Posted by FMylon at 7/3/2003 5:43:37 PM
Hallo all, We have a MERGE replication set up as follows: 1) Publisher and Distributor (sql server 7.0) on the same Windows NT 4 Server 2) 8 subscribers running Sql server 7.0 on NT 4 server We want to put new subscribers which will be running Windows Server 2000 and Sql Server 2000. Is i...more >>

Disconnected Transactional Replication?
Posted by Anthony Bouch at 7/3/2003 2:54:40 PM
I have a feeling this isn't possible but.... After the initial snapshot has been applied to start the process - is there a way for the Subscriber to get the pending transactions from the Publisher/Distributor, without making a direct connection to the Distributor database? Can they be sent by ...more >>

New Tables/Ojects in Publisher.
Posted by Joe M at 7/3/2003 2:17:58 PM
Every new Table, Views, Objects I put in a Transactional Publisher database is not replicate immediately. And when I go into Publication properties it shows the new tables/views is unpublished and has a Lock on it.. How do I remove the lock and allow the checkbox for the new table to be publish...more >>

need script to remove all columns and index left by replication?
Posted by Les Caudle at 7/3/2003 11:16:52 AM
anyone have a script to remove all traces of replication from sql 2000 database? -- Thanks in advance, Les Caudle...more >>

table locked by old replication
Posted by Stephane at 7/3/2003 5:44:31 AM
Hi, We had installed a replication between two SQL Server 2000 servers a long time ago. Now, we have to modify a table, pour le replication is not active anymore for months. When we try to save table changes, a message tells us that we can not save because of the replication. Does ...more >>

Merge Replication
Posted by Machi at 7/3/2003 1:36:17 AM
Let say i create one database with one table [Organisation] and 2 fields/columns (OrgID, OrgName). I create the sql script for this database because i want to install the database to another 2 PC, that means i want to test Replication using 3 PCs [PC_A, PC_B, and PC_C]. PC_A will be config...more >>

How to stop deletes being replicated
Posted by SJT at 7/2/2003 11:32:31 PM
Hi, I'm trying to stop deletes from an OLTP environment being replicated to a D/W environment. I wan't all other transactions to be replicated as normal. Is there a way to do this? W2K with SQL2000. I'm using [queued] transactional pull from D/W. TIA, SJT...more >>

Getting Error while setting up Merge Replication SQL 2k
Posted by Nilay Trivedi at 7/2/2003 5:09:23 PM
Hello, I'm setting up merge Replication and while generating Intial Snapshot I'm getting this error 'This server has been disconnected. You must reconnect to perform this operation.' I've noticed that this is coming while generating Artical for big table with 3Million row..It works f...more >>

Identity Column Replication
Posted by jyard at 7/2/2003 4:16:26 PM
We are replicating between 2 Sql Srvr 2000 systems, going only from the publisher to the subscriber. Most of the tables have identity columns as the primary key, which is lost at the subscriber. Is it possible to replicate the original schema exactly at the subscriber for these tables? Joh...more >>

Retrieving data from the Subscription
Posted by Sol Confused at 7/2/2003 2:18:26 PM
So, I have Server MyServer which is a distrubutor; I have MyDB1 as the publication; I have MyDB2 as the subscriber. Can I run queries against the articles in the subscription? If so, how? I'm trying to understand how this works. I've read documentation on how to create a Snapshot Repli...more >>

Database Sync
Posted by elaine at 7/2/2003 12:13:31 PM
Hello all, This isn't really a replication question but i can't find info in this area anywhere else. I'd appreciate any help i can get. i was wondering about syncing databases (sql server 7.0 to CE-on a pda). is there anything in sql that handles that? on 7.0 or 2000? or do i have to...more >>

Where can I find the detail infomation about the replication?
Posted by s.p. hong at 7/2/2003 10:40:55 AM
Hi All, Where can I find the detail infomation about the replication? I hope to know the mechanism of replication. On the replication what is happen to the publisher, subscriber and distibutor? Thanks ...more >>

Is the Transactional Replication in SQL2000 an asynchronous replication?
Posted by Gavin at 7/2/2003 9:23:21 AM
Dear all, Is the Transactional Replication in SQL2000 an asynchronous replication? cheers, Gavin ...more >>

Can't Finish New Pull Subscription Wizard
Posted by Ernez Catovic at 7/2/2003 3:37:49 AM
Dear all, During the Subscription wizard when I should chouse the Publication on Publisher Server I am not able to expand SQL Publisher Server which is named CAK5AC (Please see the attachment), so I can not finish the Subscription Wizard at all. I also checked that Login I use to login...more >>

Replication Scenario - Suggestions?
Posted by Anthony Bouch at 7/1/2003 7:21:11 PM
Would anyone care to recommend a 'best' approach to the following scenario? 1) I have a production database in Bangkok which contains our picture catalog. Updates are being performed regularly throughout the day. (SQLServer 2000 sp3 on W2K both Standard Edition). The database is currently abou...more >>

Upgrading Sql 7 to 2000 Replication
Posted by michael slater at 7/1/2003 2:28:57 PM
We have a pretty complex environment with a several central publishers pushing to remote distributors and then many downstream subscribers all working well on sql 7.0. About to finally migrate to sql 2000 and have seen the microsoft articles that suggest we should do the distributor first, pu...more >>

2 SQL server configuration question
Posted by Andy Bray at 7/1/2003 12:53:09 PM
Hello I'm setting up 2 servers, one primary and one secondary 'backup' server. The idea being, if the primary went down, I can switch to the secondary. I know how to setup the SQL database to 'push' changes from the Primary to the secondary machine so both are kept fully in sync. BUT, if I n...more >>

user defined Cursor from a stored procedure
Posted by Saji Kumar at 7/1/2003 11:45:27 AM
Hello How can I return a user defined Cursor from a stored procedure? thanks for any help........more >>

Process could not connect to Subscriber
Posted by Robert J at 7/1/2003 11:36:45 AM
Hi All, I happily had replication working from a 6.5 Pub\Dist to about a dozen other 6.5 servers. One of the Servers got upgraded to SQL 7, and although it is supposed to be possible to replicate from 6.5 to 7, I also chose to upgrade the Pub\Dist to SQL 7. I have run the scripts that al...more >>

dts can't run due to replication error that should not be happening
Posted by Wilbur at 7/1/2003 11:29:27 AM
Let me know if this post belongs on the dts group. I am running sql server 2k standard with sp3 and win 2k with sp3. I am trying to run a dts package that drops a table. That table was once an article for publication with a pull subscription. I have since dropped the pull subscription and d...more >>

Cannot restart SQL Server Agent.
Posted by Peter Marsey at 7/1/2003 9:35:18 AM
Hi, I need some help diagnosing this problem please. ================================ I have a development box where I have 4 Database instances each using replication of some sort. I was experiencing bizarre behaviour in some triggers simply to populate a publication article. The trigger was...more >>

Planning for Replication
Posted by craighb NO[at]SPAM bigfoot.com at 7/1/2003 4:04:38 AM
I am in the process of designing a SQL Server database that will use replication, and any advice on setting up the replication would be much appreciated. < BACKGROUND > The database is a restaurant inventory control database that which is currently in Access in many separate databases, wh...more >>

SQL 2000 replication
Posted by lee silk at 7/1/2003 2:05:04 AM
Can you replicate SQL 2000 data back to 7.0, is this possible?...more >>


DevelopmentNow Blog