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 > august 2003 > threads for august 8 - 14, 2003

Filter by week: 1 2 3 4 5

Question on transfer of users
Posted by jb at 8/14/2003 7:53:09 PM
Successfully transfered logins and passwords using script from ms note 246133. Logins are in sysxlogins table on destination server, however, I cannot see users in the enterprise mgr for the master or other databases. Is this a problem? Do I need to manually do anything else. thanks....more >>

Replication help!!!
Posted by Hanley at 8/14/2003 6:00:42 PM
Hi guys Hopefully someone can answer this query for me I am quite new to working with SQL Server and I have been asked to replicate a database between 2 sites. After looking at the options I decided that Transactional Replication was the best option so I proceeded to set it up. Every...more >>

real time sincronization
Posted by Brenda at 8/14/2003 5:22:45 PM
Hello, I am just started in this, but I am interested in what in spanish is called "duplicacion de instantaneas", I dont know the proper trasnlation to english so I will try t explain it. This allows to sincronized a pasive database on the server with the active database on the client who is r...more >>

log reader fails with Error: 9004, Severity: 23, State: 1
Posted by johnowen NO[at]SPAM mmctechnology.com at 8/14/2003 11:36:57 AM
All servers SQL Server 2000 SP3, no hotfixes. SMP system. Transactional replication, immediate updated. Distributor & Subscriber are same systems. I had a logreader fail permanently: Could not execute sp_replcmds Error: 9004, Severity: 23, State: 1 An error occurred while processing the log ...more >>

Mysterious non-convergence in merge replication scenario, SQL 2000 SP3
Posted by R Baker at 8/14/2003 10:51:44 AM
I have a client that is experiencing repeated non-convergence in one (out of 130) articles in a merge replication database. Several identical schemas are being subscribed to in this environment and the same article is causing trouble in each one. Here are some common elements: 1. The arti...more >>

Distribution agent locks during post snapshot script for queued updating transactional subscribers
Posted by pnetherwood NO[at]SPAM email.com at 8/14/2003 3:57:06 AM
I am using transactional replication with some subscribers as queued updateable subscribers. I have a post snapshot script which queries the permission table on the publisher and applies the permissions to the local objects on the subscriber. (This is to get round the probelm of role permissions...more >>

Horizontal Partitioning
Posted by Anupam Mondal at 8/13/2003 3:45:56 PM
Hi! I have a Publication with a table holding data for four different regions viz North, south, East, West. I have different subscribers requiring data pertaining to their region. I know that I do not need to create multiple publications for this task in SQL2000. I'm using Transactional...more >>

SQL Server 2000 Replication Wizard setup error (21007)
Posted by Phil Wilde at 8/13/2003 2:34:56 PM
I have two servers running SQL Server 2000 under Windows 200 Server. Server 1 (being setup as the Publisher and Distributor) has Server 2 as the Subscriber. When I complete the Configure Publishing, Subscribers, and Distribution Wizard (the Publisher is defined to be Transactional and th...more >>



Snapshot discrepancies (More records on destination).
Posted by David Griffin at 8/13/2003 2:15:14 PM
I am using W2K SP3 and SQL 2000 SP2 and performing snapshot replication between 2 servers. My destination server is using a pull subscription and is run twice per day. Every article is set to drop the existing table if it exists and re-create the table. My problem is that the destinatio...more >>

indexes not replicated...
Posted by Rob at 8/13/2003 11:53:50 AM
Using transactional replication, create and drop index commands do not get replicated. Is this normal transactional replication behaviour? Thanks....more >>

Replicating everything (sort of)...
Posted by Darren_DePlonty NO[at]SPAM FPL.com at 8/13/2003 9:56:04 AM
We are running SQL7 on both boxes, it's an intranet environment, we have two servers running Windows 2000 Server about 100 miles apart. I have set up a transactional publication to push a pub of a DB from our production server to a standby "failover" server that is in a remote location. It'...more >>

Restoring the distribution database
Posted by liddil NO[at]SPAM yahoo.com at 8/13/2003 9:47:03 AM
Hello, I am trying to restore the distribution database. I get an error that reads "Exclusive access cannot be obtained because the database is in use. RESTORE DATABASE is terminating abnormally.". The SQL Server Books Online tells the following about restoring distribution database. "When r...more >>

Users
Posted by Whitney at 8/13/2003 7:48:21 AM
If I'm replicating a server with 4 instances on this server. What's the best way to move the users with it, without deleting and recreating them?...more >>

SQL Server could not spawn process_loginread thread
Posted by Doug at 8/13/2003 6:53:12 AM
We're using Merge Replication with SQL Server 2000 SP3. I'm getting alot of the following messages. 17120: SQL Server could not spawn process_loginread thread. Does anyone have an idea what this is related to? TIA, Doug ...more >>

System procs??
Posted by lt at 8/13/2003 6:04:33 AM
Hello all! We need to find out what the name of system procs that generate sp_Ms procs for replication? because these system procs not generate sp_Ms procs correctly for table with identity type. Do we know if this has been corrected with the next release? Thanks in advance...more >>

Simple logshipping and addtional trans logs.
Posted by jb at 8/13/2003 2:45:46 AM
if you are setting up the standby server via tape restore from the original.. and in the meantime users are still entering data to the original svr.. will the translog process pick up those change made in the interim when it starts running? Also when doing the failover, and applying the...more >>

Please help with replication problem
Posted by Grzegorz Zaworski at 8/12/2003 10:55:15 PM
We have two MS SQL 2000 servers DB1 and DB2. DB1 is a subscriber DB2 is a publisher and a distributor replication type: merge Both of our servers run on Win2000 sp4. Yesterday we installed a sp3a for MS SQL server. The installation was made simultaneously for both servers. T...more >>

Replication Failing - RPC Server is Unavailable
Posted by steven at 8/12/2003 5:05:31 PM
Replication is failing from one server. The history viewer says, "The RPC Server is unavailable. NOTE: The step was retried the requested number of times (10) without succeeding. The step failed." What causes this? Thanks, Steven...more >>

Tracking data transfer (e.g. in kb) during merge replication
Posted by Des Flynn at 8/12/2003 4:58:44 PM
Hay, I'm working on a project using merge replication, sql ce and gprs, and i want to track the size of data transferred during synchronization (i.e. how many kb is transferred during a merge). I've looked around, but I can't find anything related looking through the merge agent history... Sh...more >>

added field to replicated table - does not replicate
Posted by djc at 8/12/2003 4:12:22 PM
I added a new field to a table that is currently being replicated. I didn't think I had to drop and re-add the subscriptions for a change like this? I thought it was only if I had added new tables or things more significant like that? so replication succeeded but the newly added field was not ...more >>

Custom Replication Conflict Stored Proc Problem
Posted by Ron Lounsbury at 8/12/2003 3:57:31 PM
I am trying to write a SP to use as a custom conflict resolver. I am following the example code in avgprice.sql, but am running into a syntax error in the example code. The place I run into the problem is a modification of the example line: SELECT @select_string= 'SELECT * FROM OPENQUERY('...more >>

Establish trust connection in Replication
Posted by ByLoCK at 8/12/2003 11:54:31 AM
how I can stablish a trusted connection between 2 computers. one w2k/sql2k, and other w2k/msde?? Thanks ...more >>

error 18483
Posted by CJnet at 8/12/2003 11:50:09 AM
Hi, my name is CJ and have one problem with replication, the error is: could not connect to server 'name server' because 'distributor_admin' is not defined as a remote login at the server. thanks. ...more >>

"No Data Syncronization" no longer an option in 2000???
Posted by Brett at 8/12/2003 9:17:58 AM
Hello all, I'm upgrading our SQL 6.5 database to 2000. The 6.5 server is replicating to two servers that I would like to leave untouched as much as possible during the upgrade. When I upgrade the database on the new server, all of the publications and replication related tasks upgrade successfu...more >>

Replication v Log Shipping
Posted by Julie G at 8/12/2003 9:15:11 AM
Ok situation is like so; I run a website from a SQL2k cluster. However, I wish to replace the entire hardware set up (array and everything). I wish to keep the down time to an absolute minimum. Therefore I'm considering installing the new cluster alongside the old one and setting it as a warm st...more >>

how to specify publication order?
Posted by Gregor at 8/11/2003 10:07:32 PM
We are replicating data from one SQL database to a different SQL database (on the same server, MS SQL 2000). For this, we use Transactional (Push) Publications and DTS packages (with data driven queries and ActiveX script). In the 'old' database, we have one table witch data goes into two ta...more >>

Problem with merge replication over dialup
Posted by Srikanth at 8/11/2003 4:19:52 PM
Hi , I am srikanth and working on merge replication with pull subscriptions. We have windows 2000 server on which the distributor and publisher is configured. We have three publications and using join filters. And the problem is synchronization is working fine over cable net or T1 lines, Bu...more >>

Incomplete disabling of replication
Posted by Dude at 8/11/2003 2:44:16 PM
I have transactional replication set up with push subscription and then removed with replication disabled at the publisher through the Enterprise Manager and SQL Service was restarted. Publisher was dropped from the list of publishers at the distributor. I have to add that the main reason...more >>

I am new to replication
Posted by Santoko Ardjo at 8/11/2003 1:25:58 PM
Hi, I am new to this newsgroup. Would anyone share me where I can find information about replication on the web, so I can learn them? Thanks. ...more >>

Another "Failed to enumerate changes"
Posted by Mark Stega at 8/11/2003 12:37:49 PM
My pilot site users are experiencing problems with replication from SQL Server to their PPC devices this morning. Environment -- SQL Server 2000 SP3, Windows 2003 Server PPC2002, .Net CF SP1, Sql CE 2.0 SP3 SQl Server has hotfix from KB814916 error We observe a timeout after 5 minutes ...more >>

HOWTO: Move published databases to new server?
Posted by R Baker at 8/11/2003 9:36:57 AM
We want to completely replace our SQL Server with upgraded hardware. Can someone point me to a white paper or KB article on the procedure (assuming there is one) for do this properly? My experience with replication is that replicating databases are very finicky about being restored or attached...more >>

TCP ports please on replication through firewall
Posted by Bo Hallgren at 8/11/2003 5:06:57 AM
Please assist on giving me the complete(!) list of required TCP ports to be opened in the firewall between our Publisher and Distributer/Subscriber! My assumption was that only ports 1433 and 445 (preferrably only the latter but that does not seem possible) need to be open in the firewall...more >>

Transactional Replication Problem
Posted by Srini at 8/11/2003 3:22:15 AM
hi, i have configured transactional replication(Using the Push Subscription at the source) between SQL Server 2000 (Both Publisher and Subscriber).Once the replication is done,the replication agent is stopping(In SQL Server Enterprise Manager >> Replication Monitor >> Publishers >> SQL ...more >>

Replication on MSDE
Posted by Chris at 8/11/2003 1:12:22 AM
I posted this a week ago on the MSDE group but haven't received a response... I've set up (merge) replication using MSDE on 3 XP machines. I'm using push subscriptions because each machine frequently updates its local subscription db and the changes are then continuously replicated. M...more >>

Agent Suspect .
Posted by igorkazamaza NO[at]SPAM hotmail.com at 8/11/2003 12:14:00 AM
We have set a Transactionnal replication (Using SQL server Entreprise Edition 2000): The subscription type is push. The replication is done through the Internet. Every time the internet connection is down the replication is stopped. So we need to create it again or reinitialize it again. We...more >>

How do you add users from master to standby srv
Posted by jb at 8/9/2003 9:13:16 PM
Using simple logshipping. Tested failover successful, now I need to add the users/passwords that are in my master db.. Do I restore the entire master db or is there a way to extract user info so all users can login to the failover server? Thanks....more >>

Crippling Merge Replication Performance
Posted by Paul de Goede at 8/9/2003 6:53:42 PM
Hi, I'm trying to diagnose a merge replication perf. issue. I have a merge publication (sql2k sp3) with sql ce 2.0 subscribers. There are 2 main tables which have quite a lot of churn within a day or two. In the region of 50- 100 '000 records / table / day. My problem is that we're seei...more >>

Best practice - Production/Development -> Replication
Posted by Per Schjetne at 8/8/2003 1:52:13 PM
I have 2 SQL Servers running, 1 development server and 1 production server. Until now I have used SQL Compare to keep my database structure in sync, and I use SQL DataCompare to keep the data in some of my tables in-sync. I transfer data from the sysdtspackages table to keep my DTS packages updat...more >>

Primary key on subscriber tables...
Posted by Klefevre NO[at]SPAM techdata.be at 8/8/2003 12:37:56 PM
Hello, Consider a transactional replication of several tables. On the publisher side all tables have primary keys. On the subscriber side these tables do not have primary keys but an = index instead. I asked the dbo why there are no primary keys on the subscriber side and = he said these are...more >>

Replication on demand
Posted by juanito at 8/8/2003 4:45:22 AM
How can I run replication on demand? We have a laptop that connects to our network via dial up once a week and would like for the laptop to activate the replication process once connected to the network. Another question. Can I run a replication job with a vb script? Thanks ...more >>


DevelopmentNow Blog